Home
last modified time | relevance | path

Searched defs:SHA3_512_DIGEST_SIZE (Results 1 – 3 of 3) sorted by relevance

/linux/lib/crypto/
H A Dsha3.c306 u8 out[SHA3_512_DIGEST_SIZE]) in sha3_512_arch()
348 void sha3_512(const u8 *in, size_t in_len, u8 out[SHA3_512_DIGEST_SIZE]) in sha3_512()
/linux/lib/crypto/s390/
H A Dsha3.h113 u8 out[SHA3_512_DIGEST_SIZE]) in sha3_512_arch()
/linux/include/crypto/
H A Dsha3.h25 #define SHA3_512_DIGEST_SIZE (512 / 8) macro