Searched refs:SHA3_512_DIGEST_SIZE (Results 1 – 8 of 8) sorted by relevance
| /linux/include/crypto/ |
| H A D | sha3.h | 25 #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 D | sha3.h | 113 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 D | hash_info.c | 61 [HASH_ALGO_SHA3_512] = SHA3_512_DIGEST_SIZE,
|
| H A D | sha3.c | 306 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 D | sha3_kunit.c | 56 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 D | sha3.c | 130 .digestsize = SHA3_512_DIGEST_SIZE,
|
| /linux/drivers/crypto/bcm/ |
| H A D | cipher.h | 38 #define MAX_DIGEST_SIZE SHA3_512_DIGEST_SIZE
|
| /linux/Documentation/crypto/ |
| H A D | sha3.rst | 46 void sha3_512(const u8 *in, size_t in_len, u8 out[SHA3_512_DIGEST_SIZE]);
|