Searched refs:OSSL_FUNC_MAC_NEWCTX (Results 1 – 10 of 10) sorted by relevance
/openssl/providers/implementations/macs/ |
H A D | hmac_prov.c | 360 { OSSL_FUNC_MAC_NEWCTX, (void (*)(void))hmac_new }, 388 { OSSL_FUNC_MAC_NEWCTX, (void (*)(void))hmac_internal_new },
|
H A D | poly1305_prov.c | 175 { OSSL_FUNC_MAC_NEWCTX, (void (*)(void))poly1305_new },
|
H A D | blake2_mac_impl.c | 241 { OSSL_FUNC_MAC_NEWCTX, (void (*)(void))blake2_mac_new },
|
H A D | siphash_prov.c | 224 { OSSL_FUNC_MAC_NEWCTX, (void (*)(void))siphash_new },
|
H A D | gmac_prov.c | 247 { OSSL_FUNC_MAC_NEWCTX, (void (*)(void))gmac_new },
|
H A D | cmac_prov.c | 294 { OSSL_FUNC_MAC_NEWCTX, (void (*)(void))cmac_new },
|
H A D | kmac_prov.c | 662 { OSSL_FUNC_MAC_NEWCTX, (void (*)(void))kmac##size##_##newname }, \
|
/openssl/crypto/evp/ |
H A D | mac_meth.c | 78 case OSSL_FUNC_MAC_NEWCTX: in evp_mac_from_algorithm()
|
/openssl/doc/man7/ |
H A D | provider-mac.pod | 69 OSSL_FUNC_mac_newctx OSSL_FUNC_MAC_NEWCTX
|
/openssl/include/openssl/ |
H A D | core_dispatch.h | 397 # define OSSL_FUNC_MAC_NEWCTX 1 macro
|
Completed in 16 milliseconds