Home
last modified time | relevance | path

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

/freebsd/contrib/bearssl/test/
H A Dtest_crypto.c4237 static const char *const KAT_DES[] = { variable
4848 for (u = 0; KAT_DES[u]; u += 3) { in test_DES_generic()
4862 key_len = hextobin(key, KAT_DES[u]); in test_DES_generic()
4863 hextobin(plain, KAT_DES[u + 1]); in test_DES_generic()
4864 hextobin(cipher, KAT_DES[u + 2]); in test_DES_generic()