Searched refs:KAT_AES_CTR (Results 1 – 1 of 1) sorted by relevance
3487 static const char *const KAT_AES_CTR[] = { variable3818 for (u = 0; KAT_AES_CTR[u]; u += 4) { in test_AES_generic()3830 key_len = hextobin(key, KAT_AES_CTR[u]); in test_AES_generic()3831 hextobin(iv, KAT_AES_CTR[u + 1]); in test_AES_generic()3832 data_len = hextobin(plain, KAT_AES_CTR[u + 2]); in test_AES_generic()3833 hextobin(cipher, KAT_AES_CTR[u + 3]); in test_AES_generic()