Searched refs:cbc2_key (Results 1 – 2 of 2) sorted by relevance
/freebsd/crypto/openssl/test/ |
H A D | destest.c | 182 static unsigned char cbc2_key[8] = variable 211 static unsigned char cbc2_key[8] = variable 399 DES_xcbc_encrypt(cbc_data, cbc_out, n, &ks, &iv3, &cbc2_key, &cbc3_key, in test_des_ede_cbc() 404 DES_xcbc_encrypt(cbc_out, cbc_in, n, &ks, &iv3, &cbc2_key, &cbc3_key, in test_des_ede_cbc() 420 if (!TEST_int_eq(DES_set_key_checked(&cbc2_key, &ks2), 0)) in test_ede_cbc() 735 memcpy(key + sizeof(cbc_key), cbc2_key, sizeof(cbc2_key)); in test_des_key_wrap()
|
/freebsd/contrib/netbsd-tests/lib/libdes/ |
H A D | t_des.c | 220 static unsigned char cbc2_key[8] = { variable 252 static unsigned char cbc2_key[8] = { variable 474 if ((j = des_set_key_checked(&cbc2_key, ks2)) != 0) { in ATF_TC_BODY() 634 &iv3, &cbc2_key, &cbc3_key, DES_ENCRYPT); in ATF_TC_BODY() 640 &iv3, &cbc2_key, &cbc3_key, DES_DECRYPT); in ATF_TC_BODY() 657 if ((j = des_set_key_checked(&cbc2_key, ks2)) != 0) in ATF_TC_BODY()
|