Searched refs:des_cfb64_encrypt (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/netbsd-tests/lib/libdes/
H A Dt_des.c413 des_cfb64_encrypt(plain, cfb_buf1, 12, ks, &cfb_tmp, &n, DES_ENCRYPT);
414 des_cfb64_encrypt(&(plain[12]), &(cfb_buf1[12]), sizeof(plain) - 12, ks,
420 des_cfb64_encrypt(cfb_buf1, cfb_buf2, 17, ks, &cfb_tmp, &n, DES_DECRYPT);
421 des_cfb64_encrypt(&(cfb_buf1[17]), &(cfb_buf2[17]),
/freebsd-11-stable/crypto/openssl/crypto/des/
H A Ddestest.c870 des_cfb64_encrypt(plain, cfb_buf1, 12, ks, &cfb_tmp, &n, DES_ENCRYPT);
871 des_cfb64_encrypt(&(plain[12]), &(cfb_buf1[12]), sizeof(plain) - 12, ks,
881 des_cfb64_encrypt(cfb_buf1, cfb_buf2, 17, ks, &cfb_tmp, &n, DES_DECRYPT);
882 des_cfb64_encrypt(&(cfb_buf1[17]), &(cfb_buf2[17]),
H A Ddes_old.h220 # define des_cfb64_encrypt(i,o,l,ks,iv,n,e)\ macro
316 # define des_cfb64_encrypt(i,o,l,ks,iv,n,e)\ macro

Completed in 175 milliseconds