Lines Matching refs:key
71 const uint8_t key[20] = { in test_hmac_1() local
89 (void)tc_hmac_set_key(&h, key, sizeof(key)); in test_hmac_1()
102 const uint8_t key[4] = { in test_hmac_2() local
122 (void)tc_hmac_set_key(&h, key, sizeof(key)); in test_hmac_2()
136 const uint8_t key[20] = { in test_hmac_3() local
162 (void)tc_hmac_set_key(&h, key, sizeof(key)); in test_hmac_3()
176 const uint8_t key[25] = { in test_hmac_4() local
204 (void)tc_hmac_set_key(&h, key, sizeof(key)); in test_hmac_4()
218 const uint8_t key[20] = { in test_hmac_5() local
238 (void)tc_hmac_set_key(&h, key, sizeof(key)); in test_hmac_5()
252 const uint8_t key[131] = { in test_hmac_6() local
296 (void)tc_hmac_set_key(&h, key, sizeof(key)); in test_hmac_6()
310 const uint8_t key[131] = { in test_hmac_7() local
370 (void)tc_hmac_set_key(&h, key, sizeof(key)); in test_hmac_7()