Searched refs:test_sha3_sample (Results 1 – 1 of 1) sorted by relevance
| /linux/lib/crypto/tests/ |
| H A D | sha3_kunit.c | 21 static const u8 test_sha3_sample[] = variable 92 sha3_224(test_sha3_sample, sizeof(test_sha3_sample) - 1, out + 8); in test_sha3_224_basic() 105 sha3_256(test_sha3_sample, sizeof(test_sha3_sample) - 1, out + 8); in test_sha3_256_basic() 118 sha3_384(test_sha3_sample, sizeof(test_sha3_sample) - 1, out + 8); in test_sha3_384_basic() 131 sha3_512(test_sha3_sample, sizeof(test_sha3_sample) - 1, out + 8); in test_sha3_512_basic() 144 shake128(test_sha3_sample, sizeof(test_sha3_sample) - 1, in test_shake128_basic() 158 shake256(test_sha3_sample, sizeof(test_sha3_sample) - 1, in test_shake256_basic()
|