Home
last modified time | relevance | path

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

/linux/lib/crypto/tests/
H A Dsha3_kunit.c144 shake128(test_sha3_sample, sizeof(test_sha3_sample) - 1, in test_shake128_basic()
226 shake128("", 0, out, sizeof(out)); in test_shake128_nist()
230 shake128(test_nist_1600_sample, sizeof(test_nist_1600_sample), in test_shake128_nist()
253 shake128(in, in_len, out, out_len); in shake()
/linux/include/crypto/
H A Dsha3.h329 void shake128(const u8 *in, size_t in_len, u8 *out, size_t out_len);
/linux/lib/crypto/
H A Dsha3.c360 void shake128(const u8 *in, size_t in_len, u8 *out, size_t out_len) in shake128() function
369 EXPORT_SYMBOL_GPL(shake128);
/linux/Documentation/crypto/
H A Dsha3.rst77 void shake128(const u8 *in, size_t in_len, u8 *out, size_t out_len);