Home
last modified time | relevance | path

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

/openssl/providers/implementations/include/prov/
H A Dmacsignature.h27 MAC_KEY *ossl_mac_key_new(OSSL_LIB_CTX *libctx, int cmac);
/openssl/providers/implementations/keymgmt/
H A Dmac_legacy_kmgmt.c64 MAC_KEY *ossl_mac_key_new(OSSL_LIB_CTX *libctx, int cmac) in ossl_mac_key_new() function
123 return ossl_mac_key_new(PROV_LIBCTX_OF(provctx), 0); in mac_new()
128 return ossl_mac_key_new(PROV_LIBCTX_OF(provctx), 1); in mac_new_cmac()
483 if ((key = ossl_mac_key_new(gctx->libctx, 0)) == NULL) { in mac_gen()

Completed in 5 milliseconds