Lines Matching refs:polyval_key
13 static struct polyval_key test_key;
55 struct polyval_key key; in test_polyval_rfc8452_testvec()
69 struct polyval_key key; in test_polyval_allones_key_and_message()
95 const struct polyval_key *key1, in check_key_consistency()
96 const struct polyval_key *key2) in check_key_consistency()
119 struct polyval_key key1, key2; in test_polyval_with_guarded_key()
120 struct polyval_key *guarded_key = in test_polyval_with_guarded_key()
121 (struct polyval_key *)&test_buf[TEST_BUF_LEN - sizeof(key1)]; in test_polyval_with_guarded_key()
145 struct polyval_key key; in test_polyval_with_minimally_aligned_key()
146 struct polyval_key *minaligned_key = in test_polyval_with_minimally_aligned_key()
147 (struct polyval_key *)&test_buf[MAX_LEN_FOR_KEY_CHECK + in test_polyval_with_minimally_aligned_key()
148 __alignof__(struct polyval_key)]; in test_polyval_with_minimally_aligned_key()
151 __alignof__(struct polyval_key))); in test_polyval_with_minimally_aligned_key()
154 2 * __alignof__(struct polyval_key))); in test_polyval_with_minimally_aligned_key()
163 struct polyval_key expected_key;
170 struct polyval_key key; in polyval_irq_test_func()