Home
last modified time | relevance | path

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

/linux/lib/crypto/tests/
H A Dsha3_kunit.c27 static const u8 test_sha3_224[8 + SHA3_224_DIGEST_SIZE + 8] = { variable
89 BUILD_BUG_ON(sizeof(out) != sizeof(test_sha3_224)); in test_sha3_224_basic()
94 KUNIT_ASSERT_MEMEQ_MSG(test, out, test_sha3_224, sizeof(test_sha3_224), in test_sha3_224_basic()