Searched refs:SHA3_256_DIGEST_SIZE (Results 1 – 10 of 10) sorted by relevance
| /linux-6.15/include/crypto/ |
| H A D | sha3.h | 11 #define SHA3_256_DIGEST_SIZE (256 / 8) macro 12 #define SHA3_256_BLOCK_SIZE (200 - 2 * SHA3_256_DIGEST_SIZE)
|
| /linux-6.15/crypto/ |
| H A D | jitterentropy-kcapi.c | 110 u8 intermediary[SHA3_256_DIGEST_SIZE]; in jent_hash_time() 175 u8 jent_block[SHA3_256_DIGEST_SIZE]; in jent_read_random_block()
|
| H A D | hash_info.c | 59 [HASH_ALGO_SHA3_256] = SHA3_256_DIGEST_SIZE,
|
| H A D | sha3_generic.c | 251 .digestsize = SHA3_256_DIGEST_SIZE,
|
| /linux-6.15/arch/s390/crypto/ |
| H A D | sha3_256_s390.c | 75 .digestsize = SHA3_256_DIGEST_SIZE, /* = 32 */
|
| /linux-6.15/arch/arm64/crypto/ |
| H A D | sha3-ce-glue.c | 121 .digestsize = SHA3_256_DIGEST_SIZE,
|
| /linux-6.15/drivers/crypto/inside-secure/ |
| H A D | safexcel_hash.c | 2559 req->state_sz = SHA3_256_DIGEST_SIZE; in safexcel_sha3_256_init() 2560 req->digest_sz = SHA3_256_DIGEST_SIZE; in safexcel_sha3_256_init() 2588 .digestsize = SHA3_256_DIGEST_SIZE, 2902 req->digest_sz = SHA3_256_DIGEST_SIZE; in safexcel_hmac_sha3_256_init() 2938 .digestsize = SHA3_256_DIGEST_SIZE,
|
| /linux-6.15/drivers/crypto/stm32/ |
| H A D | stm32-hash.c | 2015 .digestsize = SHA3_256_DIGEST_SIZE, 2044 .digestsize = SHA3_256_DIGEST_SIZE,
|
| /linux-6.15/drivers/crypto/tegra/ |
| H A D | tegra-se-hash.c | 905 .halg.digestsize = SHA3_256_DIGEST_SIZE,
|
| /linux-6.15/drivers/crypto/bcm/ |
| H A D | cipher.c | 3940 .halg.digestsize = SHA3_256_DIGEST_SIZE, 3959 .halg.digestsize = SHA3_256_DIGEST_SIZE,
|