Searched refs:DES_ENCRYPT (Results 1 - 25 of 66) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/des/
H A Dcfb64enc.c85 DES_encrypt1(ti,schedule,DES_ENCRYPT);
105 DES_encrypt1(ti,schedule,DES_ENCRYPT);
H A Drpc_enc.c70 enc=(desp->des_dir == ENCRYPT)?DES_ENCRYPT:DES_DECRYPT;
H A Denc_writ.c144 DES_ENCRYPT);
147 DES_ENCRYPT);
H A Dncbc_enc.c92 DES_encrypt1((DES_LONG *)tin,_schedule,DES_ENCRYPT);
101 DES_encrypt1((DES_LONG *)tin,_schedule,DES_ENCRYPT);
H A Dcbc3_enc.c70 if (enc == DES_ENCRYPT)
H A Dcbc_cksm.c85 DES_encrypt1((DES_LONG *)tin,schedule,DES_ENCRYPT);
H A Dofb64enc.c90 DES_encrypt1(ti,schedule,DES_ENCRYPT);
H A Dspeed.c211 DES_encrypt1(data,&sch,DES_ENCRYPT);
248 DES_encrypt1(data,&sch,DES_ENCRYPT);
265 &key,DES_ENCRYPT);
286 DES_ENCRYPT);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/des/
H A Dcfb64enc.c85 DES_encrypt1(ti, schedule, DES_ENCRYPT);
105 DES_encrypt1(ti, schedule, DES_ENCRYPT);
H A Drpc_enc.c70 enc = (desp->des_dir == ENCRYPT) ? DES_ENCRYPT : DES_DECRYPT;
H A Denc_writ.c149 iv, DES_ENCRYPT);
152 iv, DES_ENCRYPT);
H A Dncbc_enc.c93 DES_encrypt1((DES_LONG *)tin, _schedule, DES_ENCRYPT);
105 DES_encrypt1((DES_LONG *)tin, _schedule, DES_ENCRYPT);
H A Dcbc3_enc.c70 if (enc == DES_ENCRYPT) {
H A Dcbc_cksm.c84 DES_encrypt1((DES_LONG *)tin, schedule, DES_ENCRYPT);
H A Dofb64enc.c89 DES_encrypt1(ti, schedule, DES_ENCRYPT);
H A Dspeed.c202 DES_encrypt1(data, &sch, DES_ENCRYPT);
238 DES_encrypt1(data, &sch, DES_ENCRYPT);
254 DES_ncbc_encrypt(buf, buf, BUFSIZE, &sch, &key, DES_ENCRYPT);
271 &sch, &sch2, &sch3, &key, DES_ENCRYPT);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/des/
H A Dcfb64enc.c85 DES_encrypt1(ti, schedule, DES_ENCRYPT);
105 DES_encrypt1(ti, schedule, DES_ENCRYPT);
H A Drpc_enc.c70 enc = (desp->des_dir == ENCRYPT) ? DES_ENCRYPT : DES_DECRYPT;
H A Denc_writ.c149 iv, DES_ENCRYPT);
152 iv, DES_ENCRYPT);
H A Dncbc_enc.c93 DES_encrypt1((DES_LONG *)tin, _schedule, DES_ENCRYPT);
105 DES_encrypt1((DES_LONG *)tin, _schedule, DES_ENCRYPT);
H A Dcbc3_enc.c70 if (enc == DES_ENCRYPT) {
H A Dcbc_cksm.c84 DES_encrypt1((DES_LONG *)tin, schedule, DES_ENCRYPT);
H A Dofb64enc.c89 DES_encrypt1(ti, schedule, DES_ENCRYPT);
H A Dspeed.c202 DES_encrypt1(data, &sch, DES_ENCRYPT);
238 DES_encrypt1(data, &sch, DES_ENCRYPT);
254 DES_ncbc_encrypt(buf, buf, BUFSIZE, &sch, &key, DES_ENCRYPT);
271 &sch, &sch2, &sch3, &key, DES_ENCRYPT);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Dhttp-ntlm.c212 DESKEY(ks), DES_ENCRYPT);
216 DESKEY(ks), DES_ENCRYPT);
220 DESKEY(ks), DES_ENCRYPT);
264 DESKEY(ks), DES_ENCRYPT);
268 DESKEY(ks), DES_ENCRYPT);

Completed in 145 milliseconds

123