Home
last modified time | relevance | path

Searched refs:SHA3_256_DIGEST_SIZE (Results 1 – 9 of 9) sorted by relevance

/linux/lib/crypto/tests/
H A Dsha3-testvecs.h8 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 Dsha3_kunit.c11 #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 Dsha3.h17 #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 Dsha3.h97 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 Djitterentropy-kcapi.c110 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 Dsha3.c104 .digestsize = SHA3_256_DIGEST_SIZE,
/linux/lib/crypto/
H A Dhash_info.c59 [HASH_ALGO_SHA3_256] = SHA3_256_DIGEST_SIZE,
H A Dsha3.c292 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 Dsha3.rst44 void sha3_256(const u8 *in, size_t in_len, u8 out[SHA3_256_DIGEST_SIZE]);