Searched refs:des_cfb_encrypt (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/crypto/openssl/crypto/des/
H A DDES.xs137 des_cfb_encrypt(input,numbits,ks,ivec,encrypt)
155 des_cfb_encrypt((unsigned char *)input,(unsigned char *)c,
H A Ddestest.c616 des_cfb_encrypt(&(plain[i]), &(cfb_buf1[i]),
625 des_cfb_encrypt(&(cfb_buf1[i]), &(cfb_buf2[i]),
842 des_cfb_encrypt(plain, cfb_buf1, bits, sizeof(plain), ks, &cfb_tmp,
851 des_cfb_encrypt(cfb_buf1, cfb_buf2, bits, sizeof(plain), ks, &cfb_tmp,
H A Ddes_old.h160 # define des_cfb_encrypt(i,o,n,l,k,iv,e)\ macro
264 # define des_cfb_encrypt(i,o,n,l,k,iv,e)\ macro
/freebsd-11-stable/contrib/netbsd-tests/lib/libdes/
H A Dt_des.c391 des_cfb_encrypt(plain, cfb_buf1, bits, sizeof(plain), ks, &cfb_tmp,
396 des_cfb_encrypt(cfb_buf1, cfb_buf2, bits, sizeof(plain), ks, &cfb_tmp,
741 des_cfb_encrypt(&(plain[i]), &(cfb_buf1[i]),
747 des_cfb_encrypt(&(cfb_buf1[i]), &(cfb_buf2[i]),

Completed in 110 milliseconds