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

/freebsd-11-stable/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)
/freebsd-11-stable/crypto/openssl/crypto/des/
H A Ddestest.c243 static unsigned char cbc3_key[8] = variable
392 if ((j = DES_set_key_checked(&cbc3_key, &ks3)) != 0) {
512 &iv3, &cbc2_key, &cbc3_key, DES_ENCRYPT);
519 &iv3, &cbc2_key, &cbc3_key, DES_DECRYPT);
535 if ((j = DES_set_key_checked(&cbc3_key, &ks3)) != 0) {

Completed in 79 milliseconds