Searched refs:cipher_ecb2 (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/openssl/openssl/crypto/des/ |
D | destest.c | 200 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()
|
/external/openssl/crypto/des/ |
D | destest.c | 200 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()
|