Searched refs:cbc3_key (Results 1 – 2 of 2) sorted by relevance
/freebsd/crypto/openssl/test/ |
H A D | destest.c | 184 static unsigned char cbc3_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() 422 if (!TEST_int_eq(DES_set_key_checked(&cbc3_key, &ks3), 0)) in test_ede_cbc() 736 memcpy(key + sizeof(cbc_key) + sizeof(cbc3_key), cbc_key, sizeof(cbc3_key)); in test_des_key_wrap()
|
/freebsd/contrib/netbsd-tests/lib/libdes/ |
H A D | t_des.c | 223 static unsigned char cbc3_key[8] = { variable 477 if ((j = des_set_key_checked(&cbc3_key, ks3)) != 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() 659 if ((j = des_set_key_checked(&cbc3_key, ks3)) != 0) in ATF_TC_BODY()
|