Home
last modified time | relevance | path

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

/linux/lib/crypto/tests/
H A Dsha256-testvecs.h7 } hash_testvecs[] = { variable
H A Dsha384-testvecs.h7 } hash_testvecs[] = { variable
H A Dpoly1305-testvecs.h7 } hash_testvecs[] = { variable
H A Dsha512-testvecs.h7 } hash_testvecs[] = { variable
H A Dsha224-testvecs.h7 } hash_testvecs[] = { variable
H A Dsha1-testvecs.h7 } hash_testvecs[] = { variable
H A Dhash-test-template.h109 for (size_t i = 0; i < ARRAY_SIZE(hash_testvecs); i++) { in test_hash_test_vectors()
110 size_t data_len = hash_testvecs[i].data_len; in test_hash_test_vectors()
118 test, actual_hash, hash_testvecs[i].digest, HASH_SIZE, in test_hash_test_vectors()