Home
last modified time | relevance | path

Searched refs:SHA3_512_DIGEST_SIZE (Results 1 – 8 of 8) sorted by relevance

/linux/include/crypto/
H A Dsha3.h25 #define SHA3_512_DIGEST_SIZE (512 / 8) macro
26 #define SHA3_512_BLOCK_SIZE (200 - 2 * SHA3_512_DIGEST_SIZE)
167 .ctx.digest_size = SHA3_512_DIGEST_SIZE, in sha3_512_init()
314 void sha3_512(const u8 *in, size_t in_len, u8 out[SHA3_512_DIGEST_SIZE]);
/linux/lib/crypto/s390/
H A Dsha3.h113 u8 out[SHA3_512_DIGEST_SIZE]) in sha3_512_arch() argument
116 out, SHA3_512_DIGEST_SIZE); in sha3_512_arch()
/linux/lib/crypto/
H A Dhash_info.c61 [HASH_ALGO_SHA3_512] = SHA3_512_DIGEST_SIZE,
H A Dsha3.c306 u8 out[SHA3_512_DIGEST_SIZE]) in sha3_512_arch() argument
348 void sha3_512(const u8 *in, size_t in_len, u8 out[SHA3_512_DIGEST_SIZE]) in sha3_512() argument
/linux/lib/crypto/tests/
H A Dsha3_kunit.c56 static const u8 test_sha3_512[8 + SHA3_512_DIGEST_SIZE + 8] = {
126 u8 out[8 + SHA3_512_DIGEST_SIZE + 8]; in test_sha3_512_basic()
/linux/crypto/
H A Dsha3.c130 .digestsize = SHA3_512_DIGEST_SIZE,
/linux/drivers/crypto/bcm/
H A Dcipher.h38 #define MAX_DIGEST_SIZE SHA3_512_DIGEST_SIZE
/linux/Documentation/crypto/
H A Dsha3.rst46 void sha3_512(const u8 *in, size_t in_len, u8 out[SHA3_512_DIGEST_SIZE]);