Home
last modified time | relevance | path

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

/freebsd/contrib/bearssl/test/
H A Dtest_crypto.c4633 static const char *const KAT_DES_CBC[] = { variable
4893 for (u = 0; KAT_DES_CBC[u]; u += 4) { in test_DES_generic()
4908 key_len = hextobin(key, KAT_DES_CBC[u]); in test_DES_generic()
4909 hextobin(ivref, KAT_DES_CBC[u + 1]); in test_DES_generic()
4910 data_len = hextobin(plain, KAT_DES_CBC[u + 2]); in test_DES_generic()
4911 hextobin(cipher, KAT_DES_CBC[u + 3]); in test_DES_generic()