Searched refs:HASH (Results 1 – 7 of 7) sorted by relevance
| /lib/crypto/tests/ |
| A D | hash-test-template.h | 116 HASH(test_buf, data_len, actual_hash); in test_hash_test_vectors() 139 HASH(test_buf, len, hash); in test_hash_all_lens_up_to_4096() 165 HASH(&test_buf[offset], total_len, hash1); in test_hash_incremental_updates() 214 HASH(buf_end - len, len, hash); in test_hash_buffer_overruns() 220 HASH(test_buf, len, buf_end - HASH_SIZE); in test_hash_buffer_overruns() 251 HASH(&test_buf[offset], len, hash); in test_hash_overlaps() 252 HASH(&test_buf[offset], len, ovl_hash); in test_hash_overlaps() 259 HASH(&test_buf[offset], len, hash); in test_hash_overlaps() 269 HASH(&test_buf[offset], len, hash); in test_hash_overlaps() 665 HASH(test_buf, TEST_BUF_LEN, hash); in benchmark_hash() [all …]
|
| A D | sha1_kunit.c | 8 #define HASH sha1 macro
|
| A D | sha224_kunit.c | 8 #define HASH sha224 macro
|
| A D | sha512_kunit.c | 8 #define HASH sha512 macro
|
| A D | sha256_kunit.c | 8 #define HASH sha256 macro
|
| A D | sha384_kunit.c | 8 #define HASH sha384 macro
|
| A D | poly1305_kunit.c | 38 #define HASH poly1305_withtestkey macro
|
Completed in 7 milliseconds