Home
last modified time | relevance | path

Searched refs:SHA3_224_DIGEST_SIZE (Results 1 – 6 of 6) sorted by relevance

/linux/include/crypto/
H A Dsha3.h13 #define SHA3_224_DIGEST_SIZE (224 / 8) macro
14 #define SHA3_224_BLOCK_SIZE (200 - 2 * SHA3_224_DIGEST_SIZE)
119 .ctx.digest_size = SHA3_224_DIGEST_SIZE, in sha3_224_init()
275 void sha3_224(const u8 *in, size_t in_len, u8 out[SHA3_224_DIGEST_SIZE]);
/linux/lib/crypto/s390/
H A Dsha3.h89 u8 out[SHA3_224_DIGEST_SIZE]) in sha3_224_arch() argument
92 out, SHA3_224_DIGEST_SIZE); in sha3_224_arch()
/linux/lib/crypto/tests/
H A Dsha3_kunit.c27 static const u8 test_sha3_224[8 + SHA3_224_DIGEST_SIZE + 8] = {
87 u8 out[8 + SHA3_224_DIGEST_SIZE + 8]; in test_sha3_224_basic()
/linux/crypto/
H A Dsha3.c91 .digestsize = SHA3_224_DIGEST_SIZE,
/linux/lib/crypto/
H A Dsha3.c285 u8 out[SHA3_224_DIGEST_SIZE]) in sha3_224_arch() argument
312 void sha3_224(const u8 *in, size_t in_len, u8 out[SHA3_224_DIGEST_SIZE]) in sha3_224() argument
/linux/Documentation/crypto/
H A Dsha3.rst43 void sha3_224(const u8 *in, size_t in_len, u8 out[SHA3_224_DIGEST_SIZE]);