Searched refs:sha3_512 (Results 1 – 5 of 5) sorted by relevance
| /linux/include/crypto/ |
| H A D | sha3.h | 314 void sha3_512(const u8 *in, size_t in_len, u8 out[SHA3_512_DIGEST_SIZE]);
|
| /linux/crypto/ |
| H A D | sha3.c | 74 sha3_512(data, len, out); in crypto_sha3_512_digest()
|
| /linux/lib/crypto/ |
| H A D | sha3.c | 348 void sha3_512(const u8 *in, size_t in_len, u8 out[SHA3_512_DIGEST_SIZE]) in sha3_512() function 358 EXPORT_SYMBOL_GPL(sha3_512);
|
| /linux/lib/crypto/tests/ |
| H A D | sha3_kunit.c | 131 sha3_512(test_sha3_sample, sizeof(test_sha3_sample) - 1, out + 8); in test_sha3_512_basic()
|
| /linux/Documentation/crypto/ |
| H A D | sha3.rst | 46 void sha3_512(const u8 *in, size_t in_len, u8 out[SHA3_512_DIGEST_SIZE]);
|