Searched refs:OSSL_FUNC_MAC_NEWCTX (Results 1 – 10 of 10) sorted by relevance
| /freebsd/crypto/openssl/providers/implementations/macs/ |
| H A D | hmac_prov.c | 362 { OSSL_FUNC_MAC_NEWCTX, (void (*)(void))hmac_new }, 390 { 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 | 248 { 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 | 661 { OSSL_FUNC_MAC_NEWCTX, (void (*)(void))kmac##size##_##newname }, \
|
| /freebsd/crypto/openssl/crypto/evp/ |
| H A D | mac_meth.c | 78 case OSSL_FUNC_MAC_NEWCTX: in evp_mac_from_algorithm()
|
| /freebsd/crypto/openssl/doc/man7/ |
| H A D | provider-mac.pod | 70 OSSL_FUNC_mac_newctx OSSL_FUNC_MAC_NEWCTX
|
| /freebsd/crypto/openssl/include/openssl/ |
| H A D | core_dispatch.h | 419 #define OSSL_FUNC_MAC_NEWCTX 1 macro
|