Home
last modified time | relevance | path

Searched refs:HASH_UPDATE (Results 1 – 11 of 11) sorted by relevance

/linux/lib/crypto/tests/
H A Dhash-test-template.h138 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 Dsha512_kunit.c12 #define HASH_UPDATE sha512_update macro
H A Dsha384_kunit.c12 #define HASH_UPDATE sha384_update macro
H A Dsha1_kunit.c12 #define HASH_UPDATE sha1_update macro
H A Dsha224_kunit.c12 #define HASH_UPDATE sha224_update macro
H A Dmd5_kunit.c12 #define HASH_UPDATE md5_update macro
H A Dpoly1305_kunit.c42 #define HASH_UPDATE poly1305_update macro
H A Dblake2b_kunit.c33 #define HASH_UPDATE blake2b_update macro
H A Dblake2s_kunit.c33 #define HASH_UPDATE blake2s_update macro
H A Dpolyval_kunit.c31 #define HASH_UPDATE polyval_update macro
H A Dsha3_kunit.c13 #define HASH_UPDATE sha3_update macro