Home
last modified time | relevance | path

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

/linux/lib/crypto/tests/
H A Dsha256-testvecs.h233 static const u8 hmac_testvec_consolidated[SHA256_DIGEST_SIZE] = { variable
H A Dsha384-testvecs.h283 static const u8 hmac_testvec_consolidated[SHA384_DIGEST_SIZE] = { variable
H A Dsha512-testvecs.h333 static const u8 hmac_testvec_consolidated[SHA512_DIGEST_SIZE] = { variable
H A Dsha224-testvecs.h233 static const u8 hmac_testvec_consolidated[SHA224_DIGEST_SIZE] = { variable
H A Dsha1-testvecs.h208 static const u8 hmac_testvec_consolidated[SHA1_DIGEST_SIZE] = { variable
H A Dhash-test-template.h641 KUNIT_EXPECT_MEMEQ_MSG(test, mac, hmac_testvec_consolidated, HASH_SIZE, in test_hmac()