Home
last modified time | relevance | path

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

/linux/include/crypto/
H A Dsha3.h275 void sha3_224(const u8 *in, size_t in_len, u8 out[SHA3_224_DIGEST_SIZE]);
/linux/crypto/
H A Dsha3.c53 sha3_224(data, len, out); in crypto_sha3_224_digest()
/linux/lib/crypto/
H A Dsha3.c312 void sha3_224(const u8 *in, size_t in_len, u8 out[SHA3_224_DIGEST_SIZE]) in sha3_224() function
322 EXPORT_SYMBOL_GPL(sha3_224);
/linux/lib/crypto/tests/
H A Dsha3_kunit.c92 sha3_224(test_sha3_sample, sizeof(test_sha3_sample) - 1, out + 8); in test_sha3_224_basic()