Home
last modified time | relevance | path

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

/linux/scripts/crypto/
H A Dgen-fips-testvecs.py36 hashlib.sha3_256(fips_test_data).digest())
/linux/lib/crypto/
H A Dsha3.c324 void sha3_256(const u8 *in, size_t in_len, u8 out[SHA3_256_DIGEST_SIZE]) in sha3_256() function
334 EXPORT_SYMBOL_GPL(sha3_256);
396 sha3_256(fips_test_data, sizeof(fips_test_data), hash); in sha3_mod_init()
/linux/lib/crypto/tests/
H A Dsha3_kunit.c9 #define HASH sha3_256
105 sha3_256(test_sha3_sample, sizeof(test_sha3_sample) - 1, out + 8); in test_sha3_256_basic()
/linux/include/crypto/
H A Dsha3.h288 void sha3_256(const u8 *in, size_t in_len, u8 out[SHA3_256_DIGEST_SIZE]);
/linux/crypto/
H A Dsha3.c60 sha3_256(data, len, out); in crypto_sha3_256_digest()
/linux/Documentation/crypto/
H A Dsha3.rst44 void sha3_256(const u8 *in, size_t in_len, u8 out[SHA3_256_DIGEST_SIZE]);