Home
last modified time | relevance | path

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

/linux/lib/crypto/tests/
H A Dsha3_kunit.c312 u8 *ref_out; in test_shake_multiple_squeezes() local
316 ref_out = kunit_kzalloc(test, max_len, GFP_KERNEL); in test_shake_multiple_squeezes()
317 KUNIT_ASSERT_NOT_NULL(test, ref_out); in test_shake_multiple_squeezes()
334 shake(alg, in, in_len, ref_out, out_len); in test_shake_multiple_squeezes()
357 test, out, ref_out, out_len, in test_shake_multiple_squeezes()