Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/include/prov/
H A Ddigestcommon.h97 { OSSL_FUNC_DIGEST_INIT, (void (*)(void))name##_internal_init }, \
112 { OSSL_FUNC_DIGEST_INIT, (void (*)(void))name##_internal_init }, \
/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/digests/
H A Dsha3_prov.c243 { OSSL_FUNC_DIGEST_INIT, (void (*)(void))keccak_init }, \
248 { OSSL_FUNC_DIGEST_INIT, (void (*)(void))keccak_init_params }, \
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man7/
H A Dprovider-digest.pod80 OSSL_FUNC_digest_init OSSL_FUNC_DIGEST_INIT
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/
H A Dcore_dispatch.h274 # define OSSL_FUNC_DIGEST_INIT 2 macro