Home
last modified time | relevance | path

Searched refs:kmac_free (Results 1 – 1 of 1) sorted by relevance

/openssl/providers/implementations/macs/
H A Dkmac_prov.c73 static OSSL_FUNC_mac_freectx_fn kmac_free; variable
154 static void kmac_free(void *vmacctx) in kmac_free() function
181 kmac_free(kctx); in kmac_new()
198 kmac_free(kctx); in kmac_fetch_new()
204 kmac_free(kctx); in kmac_fetch_new()
245 kmac_free(dst); in kmac_dup()
664 { OSSL_FUNC_MAC_FREECTX, (void (*)(void))kmac_free }, \

Completed in 6 milliseconds