Searched refs:sha3_256 (Results 1 – 6 of 6) sorted by relevance
| /linux/scripts/crypto/ |
| H A D | gen-fips-testvecs.py | 36 hashlib.sha3_256(fips_test_data).digest())
|
| /linux/lib/crypto/ |
| H A D | sha3.c | 324 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 D | sha3_kunit.c | 9 #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 D | sha3.h | 288 void sha3_256(const u8 *in, size_t in_len, u8 out[SHA3_256_DIGEST_SIZE]);
|
| /linux/crypto/ |
| H A D | sha3.c | 60 sha3_256(data, len, out); in crypto_sha3_256_digest()
|
| /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]);
|