Searched refs:SHA3_256_DIGEST_SIZE (Results 1 – 9 of 9) sorted by relevance
| /linux/lib/crypto/tests/ |
| H A D | sha3-testvecs.h | 8 u8 digest[SHA3_256_DIGEST_SIZE]; 228 static const u8 hash_testvec_consolidated[SHA3_256_DIGEST_SIZE] = { 237 static const u8 shake128_testvec_consolidated[SHA3_256_DIGEST_SIZE] = { 244 static const u8 shake256_testvec_consolidated[SHA3_256_DIGEST_SIZE] = {
|
| H A D | sha3_kunit.c | 11 #define HASH_SIZE SHA3_256_DIGEST_SIZE 36 static const u8 test_sha3_256[8 + SHA3_256_DIGEST_SIZE + 8] = { 100 u8 out[8 + SHA3_256_DIGEST_SIZE + 8]; in test_sha3_256_basic() 278 u8 main_hash[SHA3_256_DIGEST_SIZE]; in test_shake_all_lens_up_to_4096()
|
| /linux/include/crypto/ |
| H A D | sha3.h | 17 #define SHA3_256_DIGEST_SIZE (256 / 8) macro 18 #define SHA3_256_BLOCK_SIZE (200 - 2 * SHA3_256_DIGEST_SIZE) 135 .ctx.digest_size = SHA3_256_DIGEST_SIZE, in sha3_256_init() 288 void sha3_256(const u8 *in, size_t in_len, u8 out[SHA3_256_DIGEST_SIZE]);
|
| /linux/lib/crypto/s390/ |
| H A D | sha3.h | 97 u8 out[SHA3_256_DIGEST_SIZE]) in sha3_256_arch() argument 100 out, SHA3_256_DIGEST_SIZE); in sha3_256_arch()
|
| /linux/crypto/ |
| H A D | jitterentropy-kcapi.c | 110 u8 intermediary[SHA3_256_DIGEST_SIZE]; in jent_hash_time() 177 u8 jent_block[SHA3_256_DIGEST_SIZE]; in jent_read_random_block()
|
| H A D | sha3.c | 104 .digestsize = SHA3_256_DIGEST_SIZE,
|
| /linux/lib/crypto/ |
| H A D | hash_info.c | 59 [HASH_ALGO_SHA3_256] = SHA3_256_DIGEST_SIZE,
|
| H A D | sha3.c | 292 u8 out[SHA3_256_DIGEST_SIZE]) in sha3_256_arch() argument 324 void sha3_256(const u8 *in, size_t in_len, u8 out[SHA3_256_DIGEST_SIZE]) in sha3_256() argument 394 u8 hash[SHA3_256_DIGEST_SIZE]; in sha3_mod_init()
|
| /linux/Documentation/crypto/ |
| H A D | sha3.rst | 44 void sha3_256(const u8 *in, size_t in_len, u8 out[SHA3_256_DIGEST_SIZE]);
|