Searched refs:HASH_UPDATE (Results 1 – 7 of 7) sorted by relevance
| /lib/crypto/tests/ |
| A D | hash-test-template.h | 140 HASH_UPDATE(&ctx, hash, HASH_SIZE); in test_hash_all_lens_up_to_4096() 177 HASH_UPDATE(&ctx, &test_buf[cur_offset], part_len); in test_hash_incremental_updates() 183 HASH_UPDATE(&ctx, &test_buf[cur_offset], remaining_len); in test_hash_incremental_updates() 216 HASH_UPDATE(&ctx, buf_end - len, len); in test_hash_buffer_overruns() 222 HASH_UPDATE(&ctx, test_buf, len); in test_hash_buffer_overruns() 227 HASH_UPDATE(guarded_ctx, test_buf, len); in test_hash_buffer_overruns() 261 HASH_UPDATE(&ctx, &test_buf[offset], len); in test_hash_overlaps() 271 HASH_UPDATE(&ctx, &test_buf[offset], len); in test_hash_overlaps() 316 HASH_UPDATE(&ctx, test_buf, 128); in test_hash_ctx_zeroization() 515 HASH_UPDATE(&ctx->hash_ctx, &test_buf[ctx->offset], in hash_irq_test2_func()
|
| A D | sha1_kunit.c | 12 #define HASH_UPDATE sha1_update macro
|
| A D | sha224_kunit.c | 12 #define HASH_UPDATE sha224_update macro
|
| A D | sha512_kunit.c | 12 #define HASH_UPDATE sha512_update macro
|
| A D | sha256_kunit.c | 12 #define HASH_UPDATE sha256_update macro
|
| A D | sha384_kunit.c | 12 #define HASH_UPDATE sha384_update macro
|
| A D | poly1305_kunit.c | 42 #define HASH_UPDATE poly1305_update macro
|
Completed in 8 milliseconds