Home
last modified time | relevance | path

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

/linux/lib/crypto/tests/
H A Dsha3_kunit.c36 static const u8 test_sha3_256[8 + SHA3_256_DIGEST_SIZE + 8] = { variable
102 BUILD_BUG_ON(sizeof(out) != sizeof(test_sha3_256)); in test_sha3_256_basic()
107 KUNIT_ASSERT_MEMEQ_MSG(test, out, test_sha3_256, sizeof(test_sha3_256), in test_sha3_256_basic()