Home
last modified time | relevance | path

Searched refs:sha3_384 (Results 1 – 4 of 4) sorted by relevance

/linux/include/crypto/
H A Dsha3.h301 void sha3_384(const u8 *in, size_t in_len, u8 out[SHA3_384_DIGEST_SIZE]);
/linux/crypto/
H A Dsha3.c67 sha3_384(data, len, out); in crypto_sha3_384_digest()
/linux/lib/crypto/
H A Dsha3.c336 void sha3_384(const u8 *in, size_t in_len, u8 out[SHA3_384_DIGEST_SIZE]) in sha3_384() function
346 EXPORT_SYMBOL_GPL(sha3_384);
/linux/lib/crypto/tests/
H A Dsha3_kunit.c118 sha3_384(test_sha3_sample, sizeof(test_sha3_sample) - 1, out + 8); in test_sha3_384_basic()