Home
last modified time | relevance | path

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

/linux/lib/crypto/tests/
H A Dpolyval_kunit.c146 struct polyval_key *minaligned_key = in test_polyval_with_minimally_aligned_key() local
150 KUNIT_ASSERT_TRUE(test, IS_ALIGNED((uintptr_t)minaligned_key, in test_polyval_with_minimally_aligned_key()
153 !IS_ALIGNED((uintptr_t)minaligned_key, in test_polyval_with_minimally_aligned_key()
158 polyval_preparekey(minaligned_key, raw_key); in test_polyval_with_minimally_aligned_key()
159 check_key_consistency(test, &key, minaligned_key); in test_polyval_with_minimally_aligned_key()