Home
last modified time | relevance | path

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

/freebsd/contrib/bearssl/test/
H A Dtest_crypto.c3315 static const char *const KAT_AES_CBC[] = { variable
3700 for (u = 0; KAT_AES_CBC[u]; u += 4) { in test_AES_generic()
3715 key_len = hextobin(key, KAT_AES_CBC[u]); in test_AES_generic()
3716 hextobin(ivref, KAT_AES_CBC[u + 1]); in test_AES_generic()
3717 data_len = hextobin(plain, KAT_AES_CBC[u + 2]); in test_AES_generic()
3718 hextobin(cipher, KAT_AES_CBC[u + 3]); in test_AES_generic()