Home
last modified time | relevance | path

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

/external/openssl/crypto/des/
Ddestest.c200 static unsigned char cipher_ecb2[NUM_TESTS-1][8]={ variable
446 if (memcmp(out,cipher_ecb2[i],8) != 0) in main()
449 i+1,pt(key_data[i]),pt(in),pt(cipher_ecb2[i]), in main()