Lines Matching full:hash_ctx
130 struct HASH_CTX ctx; in test_hash_all_lens_up_to_4096()
152 struct HASH_CTX ctx; in test_hash_incremental_updates()
200 const size_t max_tested_len = TEST_BUF_LEN - sizeof(struct HASH_CTX); in test_hash_buffer_overruns()
202 struct HASH_CTX *guarded_ctx = buf_end - sizeof(*guarded_ctx); in test_hash_buffer_overruns()
208 struct HASH_CTX ctx; in test_hash_buffer_overruns()
237 struct HASH_CTX ctx; in test_hash_overlaps()
309 static const u8 zeroes[sizeof(struct HASH_CTX)]; in test_hash_ctx_zeroization()
310 struct HASH_CTX ctx; in test_hash_ctx_zeroization()
361 struct HASH_CTX hash_ctx; member
395 HASH_INIT(&ctx->hash_ctx); in hash_irq_test2_func()
400 HASH_UPDATE(&ctx->hash_ctx, &test_buf[ctx->offset], in hash_irq_test2_func()
410 HASH_FINAL(&ctx->hash_ctx, actual_hash); in hash_irq_test2_func()