Home
last modified time | relevance | path

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

/openssl/providers/implementations/signature/
H A Dmac_legacy_sig.c50 static void *mac_newctx(void *provctx, const char *propq, const char *macname) in mac_newctx() argument
68 mac = EVP_MAC_fetch(pmacctx->libctx, macname, propq); in mac_newctx()
87 #define MAC_NEWCTX(funcname, macname) \ argument
90 return mac_newctx(provctx, propq, macname); \
219 const char *macname) in mac_settable_ctx_params() argument
221 EVP_MAC *mac = EVP_MAC_fetch(PROV_LIBCTX_OF(provctx), macname, in mac_settable_ctx_params()
234 #define MAC_SETTABLE_CTX_PARAMS(funcname, macname) \ argument
238 return mac_settable_ctx_params(ctx, provctx, macname); \
/openssl/providers/common/
H A Dprovider_util.c292 const char *macname, in ossl_prov_macctx_load_from_params() argument
300 if (macname == NULL in ossl_prov_macctx_load_from_params()
304 macname = p->data; in ossl_prov_macctx_load_from_params()
314 if (macname != NULL) { in ossl_prov_macctx_load_from_params()
315 EVP_MAC *mac = EVP_MAC_fetch(libctx, macname, properties); in ossl_prov_macctx_load_from_params()
/openssl/providers/common/include/prov/
H A Dprovider_util.h123 const char *macname,
/openssl/doc/man1/
H A Dopenssl-fipsinstall.pod.in18 [B<-mac_name> I<macname>]

Completed in 10 milliseconds