Searched refs:cbc3_key (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/crypto/openssl/test/
H A Ddestest.c184 static unsigned char cbc3_key[8] = variable
399 DES_xcbc_encrypt(cbc_data, cbc_out, n, &ks, &iv3, &cbc2_key, &cbc3_key,
404 DES_xcbc_encrypt(cbc_out, cbc_in, n, &ks, &iv3, &cbc2_key, &cbc3_key,
422 if (!TEST_int_eq(DES_set_key_checked(&cbc3_key, &ks3), 0))
736 memcpy(key + sizeof(cbc_key) + sizeof(cbc3_key), cbc_key, sizeof(cbc3_key));
/freebsd-current/contrib/netbsd-tests/lib/libdes/
H A Dt_des.c223 static unsigned char cbc3_key[8] = { variable
477 if ((j = des_set_key_checked(&cbc3_key, ks3)) != 0) {
634 &iv3, &cbc2_key, &cbc3_key, DES_ENCRYPT);
640 &iv3, &cbc2_key, &cbc3_key, DES_DECRYPT);
659 if ((j = des_set_key_checked(&cbc3_key, ks3)) != 0)

Completed in 92 milliseconds