Home
last modified time | relevance | path

Searched refs:ossl_sha3_init (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl/dist/crypto/sha/
H A Dsha3.c21 int ossl_sha3_init(KECCAK1600_CTX *ctx, unsigned char pad, size_t bitlen) in ossl_sha3_init() function
38 int ret = ossl_sha3_init(ctx, pad, bitlen); in ossl_keccak_kmac_init()
/netbsd-src/crypto/external/bsd/openssl/dist/include/internal/
H A Dsha3.h45 int ossl_sha3_init(KECCAK1600_CTX *ctx, unsigned char pad, size_t bitlen);
/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/digests/
H A Dsha3_prov.c212 ossl_sha3_init(ctx, pad, bitlen); \