| /src/crypto/external/apache2/openssl/lib/libdes/ |
| oenc_read.c | 185 des_cbc_encrypt(net,unnet,num,sched,iv,DES_DECRYPT); 208 des_cbc_encrypt(net,tmpbuf,num,sched,iv, 221 des_cbc_encrypt(net,buf,num,sched,iv,
|
| FILES0 | 33 cbc_enc.c - des_cbc_encrypt() source. 34 ncbc_enc.c - des_cbc_encrypt() that is 'normal' in that it copies
|
| des.h | 114 /* des_cbc_encrypt does not update the IV! Use des_ncbc_encrypt instead. */ 115 void des_cbc_encrypt(const unsigned char *input,unsigned char *, 245 # define cbc_encrypt des_cbc_encrypt
|
| oenc_writ.c | 145 des_cbc_encrypt(cp,&(outbuf[HDRSIZE]),(len<8)?8:len,sched,iv,
|
| oncbc_enc.c | 4 * cbc_enc.c (des_cbc_encrypt) 67 void des_cbc_encrypt(const unsigned char *in, unsigned char *out, long length, function
|
| /src/crypto/external/bsd/openssl/lib/libdes/ |
| oenc_read.c | 185 des_cbc_encrypt(net,unnet,num,sched,iv,DES_DECRYPT); 208 des_cbc_encrypt(net,tmpbuf,num,sched,iv, 221 des_cbc_encrypt(net,buf,num,sched,iv,
|
| FILES0 | 33 cbc_enc.c - des_cbc_encrypt() source. 34 ncbc_enc.c - des_cbc_encrypt() that is 'normal' in that it copies
|
| des.h | 114 /* des_cbc_encrypt does not update the IV! Use des_ncbc_encrypt instead. */ 115 void des_cbc_encrypt(const unsigned char *input,unsigned char *, 245 # define cbc_encrypt des_cbc_encrypt
|
| oenc_writ.c | 145 des_cbc_encrypt(cp,&(outbuf[HDRSIZE]),(len<8)?8:len,sched,iv,
|
| oncbc_enc.c | 4 * cbc_enc.c (des_cbc_encrypt) 67 void des_cbc_encrypt(const unsigned char *in, unsigned char *out, long length, function
|
| /src/crypto/external/bsd/openssl.old/lib/libdes/ |
| oenc_read.c | 185 des_cbc_encrypt(net,unnet,num,sched,iv,DES_DECRYPT); 208 des_cbc_encrypt(net,tmpbuf,num,sched,iv, 221 des_cbc_encrypt(net,buf,num,sched,iv,
|
| FILES0 | 33 cbc_enc.c - des_cbc_encrypt() source. 34 ncbc_enc.c - des_cbc_encrypt() that is 'normal' in that it copies
|
| des.h | 114 /* des_cbc_encrypt does not update the IV! Use des_ncbc_encrypt instead. */ 115 void des_cbc_encrypt(const unsigned char *input,unsigned char *, 245 # define cbc_encrypt des_cbc_encrypt
|
| oenc_writ.c | 145 des_cbc_encrypt(cp,&(outbuf[HDRSIZE]),(len<8)?8:len,sched,iv,
|
| oncbc_enc.c | 4 * cbc_enc.c (des_cbc_encrypt) 67 void des_cbc_encrypt(const unsigned char *in, unsigned char *out, long length, function
|
| /src/lib/libtelnet/ |
| pk.c | 256 des_cbc_encrypt(in, buf, deslen, k, &i, DES_ENCRYPT); 290 des_cbc_encrypt(buf, out, len, k, &i, DES_DECRYPT);
|
| /src/external/gpl2/xcvs/dist/src/ |
| server.c | 7579 des_cbc_encrypt ((char *) input, (char *) output, 7616 /* We use des_cbc_encrypt rather than krb_mk_priv because the 7623 des_cbc_encrypt ((char *) input, (char *) output, aligned,
|