Home
last modified time | relevance | path

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

/linux/lib/crypto/tests/
H A Dsha3_kunit.c56 static const u8 test_sha3_512[8 + SHA3_512_DIGEST_SIZE + 8] = { variable
128 BUILD_BUG_ON(sizeof(out) != sizeof(test_sha3_512)); in test_sha3_512_basic()
133 KUNIT_ASSERT_MEMEQ_MSG(test, out, test_sha3_512, sizeof(test_sha3_512), in test_sha3_512_basic()