Searched refs:macname (Results 1 – 5 of 5) sorted by relevance
/openssl/providers/implementations/signature/ |
H A D | mac_legacy_sig.c | 50 static void *mac_newctx(void *provctx, const char *propq, const char *macname) in mac_newctx() argument 66 mac = EVP_MAC_fetch(pmacctx->libctx, macname, propq); in mac_newctx() 85 #define MAC_NEWCTX(funcname, macname) \ argument 88 return mac_newctx(provctx, propq, macname); \ 217 const char *macname) in mac_settable_ctx_params() argument 219 EVP_MAC *mac = EVP_MAC_fetch(PROV_LIBCTX_OF(provctx), macname, in mac_settable_ctx_params() 232 #define MAC_SETTABLE_CTX_PARAMS(funcname, macname) \ argument 236 return mac_settable_ctx_params(ctx, provctx, macname); \
|
/openssl/providers/common/ |
H A D | provider_util.c | 292 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 D | provider_util.h | 123 const char *macname,
|
/openssl/test/ |
H A D | evp_kdf_test.c | 1870 char macname[32]; in test_kdf_hmac_drbg_settables() local 1912 macname, sizeof(macname)); in test_kdf_hmac_drbg_settables() 1916 || !TEST_mem_eq(macname, params[1].return_size, "HMAC", 4)) in test_kdf_hmac_drbg_settables()
|
/openssl/doc/man1/ |
H A D | openssl-fipsinstall.pod.in | 18 [B<-mac_name> I<macname>]
|
Completed in 16 milliseconds