Home
last modified time | relevance | path

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

/openssl/include/internal/
H A Dsha3.h21 # define SHA3_BLOCKSIZE(bitlen) (KECCAK1600_WIDTH - bitlen * 2) / 8 macro
/openssl/providers/implementations/digests/
H A Dsha3_prov.c645 SHA3_BLOCKSIZE(bitlen), SHA3_MDSIZE(bitlen), \
651 SHA3_BLOCKSIZE(bitlen), SHA3_MDSIZE(bitlen), \
658 SHA3_BLOCKSIZE(bitlen), 0, \
664 SHA3_BLOCKSIZE(bitlen), KMAC_MDSIZE(bitlen), \
/openssl/crypto/sha/
H A Dsha3.c30 size_t bsz = SHA3_BLOCKSIZE(bitlen); in ossl_sha3_init()

Completed in 25 milliseconds