Searched refs:cbc2_key (Results 1 – 1 of 1) sorted by relevance
/openssl/test/ |
H A D | destest.c | 183 static unsigned char cbc2_key[8] = { variable 215 static unsigned char cbc2_key[8] = { variable 409 DES_xcbc_encrypt(cbc_data, cbc_out, n, &ks, &iv3, &cbc2_key, &cbc3_key, in test_des_ede_cbc() 414 DES_xcbc_encrypt(cbc_out, cbc_in, n, &ks, &iv3, &cbc2_key, &cbc3_key, in test_des_ede_cbc() 430 if (!TEST_int_eq(DES_set_key_checked(&cbc2_key, &ks2), 0)) in test_ede_cbc() 745 memcpy(key + sizeof(cbc_key), cbc2_key, sizeof(cbc2_key)); in test_des_key_wrap()
|
Completed in 4 milliseconds