Home
last modified time | relevance | path

Searched refs:expected_hash (Results 1 – 2 of 2) sorted by relevance

/linux/lib/crypto/tests/
H A Dpolyval_kunit.c51 static const u8 expected_hash[POLYVAL_BLOCK_SIZE] = in test_polyval_rfc8452_testvec() local
59 KUNIT_ASSERT_MEMEQ(test, hash, expected_hash, sizeof(hash)); in test_polyval_rfc8452_testvec()
H A Dhash-test-template.h369 u8 expected_hash[HASH_SIZE]; member
411 if (memcmp(actual_hash, state->expected_hash, HASH_SIZE) != 0) in hash_irq_test2_func()
436 HASH(test_buf, TEST_BUF_LEN, state->expected_hash); in test_hash_interrupt_context_2()