Home
last modified time | relevance | path

Searched refs:sha3_512 (Results 1 – 5 of 5) sorted by relevance

/linux/include/crypto/
H A Dsha3.h314 void sha3_512(const u8 *in, size_t in_len, u8 out[SHA3_512_DIGEST_SIZE]);
/linux/crypto/
H A Dsha3.c74 sha3_512(data, len, out); in crypto_sha3_512_digest()
/linux/lib/crypto/
H A Dsha3.c348 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 Dsha3_kunit.c131 sha3_512(test_sha3_sample, sizeof(test_sha3_sample) - 1, out + 8); in test_sha3_512_basic()
/linux/Documentation/crypto/
H A Dsha3.rst46 void sha3_512(const u8 *in, size_t in_len, u8 out[SHA3_512_DIGEST_SIZE]);