Home
last modified time | relevance | path

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

/lib/crypto/tests/
A Dhash-test-template.h140 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 Dsha1_kunit.c12 #define HASH_UPDATE sha1_update macro
A Dsha224_kunit.c12 #define HASH_UPDATE sha224_update macro
A Dsha512_kunit.c12 #define HASH_UPDATE sha512_update macro
A Dsha256_kunit.c12 #define HASH_UPDATE sha256_update macro
A Dsha384_kunit.c12 #define HASH_UPDATE sha384_update macro
A Dpoly1305_kunit.c42 #define HASH_UPDATE poly1305_update macro

Completed in 8 milliseconds