Searched refs:HASH_UPDATE (Results 1 – 11 of 11) sorted by relevance
| /linux/lib/crypto/tests/ |
| H A D | hash-test-template.h | 138 HASH_UPDATE(&ctx, hash, HASH_SIZE); in test_hash_all_lens_up_to_4096() 175 HASH_UPDATE(&ctx, &test_buf[cur_offset], part_len); in test_hash_incremental_updates() 181 HASH_UPDATE(&ctx, &test_buf[cur_offset], remaining_len); in test_hash_incremental_updates() 214 HASH_UPDATE(&ctx, buf_end - len, len); in test_hash_buffer_overruns() 220 HASH_UPDATE(&ctx, test_buf, len); in test_hash_buffer_overruns() 225 HASH_UPDATE(guarded_ctx, test_buf, len); in test_hash_buffer_overruns() 259 HASH_UPDATE(&ctx, &test_buf[offset], len); in test_hash_overlaps() 269 HASH_UPDATE(&ctx, &test_buf[offset], len); in test_hash_overlaps() 314 HASH_UPDATE(&ctx, test_buf, 128); in test_hash_ctx_zeroization() 400 HASH_UPDATE(&ctx->hash_ctx, &test_buf[ctx->offset], in hash_irq_test2_func()
|
| H A D | sha512_kunit.c | 12 #define HASH_UPDATE sha512_update macro
|
| H A D | sha384_kunit.c | 12 #define HASH_UPDATE sha384_update macro
|
| H A D | sha1_kunit.c | 12 #define HASH_UPDATE sha1_update macro
|
| H A D | sha224_kunit.c | 12 #define HASH_UPDATE sha224_update macro
|
| H A D | md5_kunit.c | 12 #define HASH_UPDATE md5_update macro
|
| H A D | poly1305_kunit.c | 42 #define HASH_UPDATE poly1305_update macro
|
| H A D | blake2b_kunit.c | 33 #define HASH_UPDATE blake2b_update macro
|
| H A D | blake2s_kunit.c | 33 #define HASH_UPDATE blake2s_update macro
|
| H A D | polyval_kunit.c | 31 #define HASH_UPDATE polyval_update macro
|
| H A D | sha3_kunit.c | 13 #define HASH_UPDATE sha3_update macro
|