Home
last modified time | relevance | path

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

/linux/lib/crypto/tests/
H A Dsha3_kunit.c45 static const u8 test_sha3_384[8 + SHA3_384_DIGEST_SIZE + 8] = { variable
115 BUILD_BUG_ON(sizeof(out) != sizeof(test_sha3_384)); in test_sha3_384_basic()
120 KUNIT_ASSERT_MEMEQ_MSG(test, out, test_sha3_384, sizeof(test_sha3_384), in test_sha3_384_basic()