Searched refs:des_cfb_encrypt (Results 1 – 12 of 12) sorted by relevance
| /mirbsd/src/sys/crypto/ |
| D | des.h | 137 void des_cfb_encrypt(unsigned char *in,unsigned char *out,int numbits, 210 void des_cfb_encrypt();
|
| /mirbsd/src/lib/libssl/src/crypto/des/ |
| D | DES.xs | 137 des_cfb_encrypt(input,numbits,ks,ivec,encrypt) in des_cfb_encrypt() function 155 des_cfb_encrypt((unsigned char *)input,(unsigned char *)c, in des_cfb_encrypt()
|
| D | destest.c | 612 des_cfb_encrypt(&(plain[i]),&(cfb_buf1[i]), in main() 622 des_cfb_encrypt(&(cfb_buf1[i]),&(cfb_buf2[i]), in main() 855 des_cfb_encrypt(plain,cfb_buf1,bits,sizeof(plain),ks,&cfb_tmp, in cfb_test() 865 des_cfb_encrypt(cfb_buf1,cfb_buf2,bits,sizeof(plain),ks,&cfb_tmp, in cfb_test()
|
| D | des_old.h | 154 #define des_cfb_encrypt(i,o,n,l,k,iv,e)\ macro 257 #define des_cfb_encrypt(i,o,n,l,k,iv,e)\ macro
|
| /mirbsd/src/include/ |
| D | des.h | 158 void des_cfb_encrypt(unsigned char *in,unsigned char *out,int numbits, 234 void des_cfb_encrypt();
|
| /mirbsd/src/lib/libdes/ |
| D | Makefile | 19 des_crypt.3 des_pcbc_encrypt.3 des_crypt.3 des_cfb_encrypt.3 \
|
| D | cfb_enc.c | 67 void des_cfb_encrypt(in, out, numbits, length, schedule, ivec, encrypt) in des_cfb_encrypt() function
|
| D | MODES.DES | 30 Cipher Feedback Mode (CFB) (des_cfb_encrypt())
|
| D | des.doc | 209 void des_cfb_encrypt( 268 the same as des_cfb_encrypt() in that numbits is the size of the 444 Cipher Feedback Mode (CFB) (des_cfb_encrypt())
|
| /mirbsd/src/lib/libssl/src/doc/ |
| D | ssleay.txt | 2974 void des_cfb_encrypt( 3033 the same as des_cfb_encrypt() in that numbits is the size of the 3209 Cipher Feedback Mode (CFB) (des_cfb_encrypt())
|
| /mirbsd/src/distrib/lists/htman/htmi/ |
| D | mi | 3399 ./man3/des_cfb_encrypt.htm
|
| /mirbsd/src/distrib/lists/base/dev/ |
| D | mi | 5655 ./usr/share/man/cat3/des_cfb_encrypt.0
|