Searched defs:des_cfb_encrypt (Results 1 – 3 of 3) sorted by relevance
/minix3/crypto/external/bsd/openssl/lib/libdes/ |
H A D | ocfb_enc.c | 67 void des_cfb_encrypt(const unsigned char *in, unsigned char *out, int numbits, in des_cfb_encrypt() function
|
/minix3/crypto/external/bsd/openssl/dist/crypto/des/ |
H A D | DES.xs | 137 des_cfb_encrypt(input,numbits,ks,ivec,encrypt) in des_cfb_encrypt() function
|
H A D | des_old.h | 160 # 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
|