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

12

/freebsd-9.3-release/contrib/telnet/libtelnet/
H A Dpk.h38 #define DES_ENCRYPT 1 macro
/freebsd-9.3-release/include/rpc/
H A Ddes_crypt.h51 #define DES_ENCRYPT (0*DES_DIRMASK) /* Encrypt */ macro
/freebsd-9.3-release/crypto/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.c141 iv, DES_ENCRYPT);
144 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 Dofb64enc.c89 DES_encrypt1(ti, schedule, DES_ENCRYPT);
H A Dcbc_cksm.c84 DES_encrypt1((DES_LONG *)tin, schedule, DES_ENCRYPT);
H A Dcbc3_enc.c70 if (enc == 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);
H A Dcfb_enc.c105 DES_encrypt1((DES_LONG *)ti, schedule, DES_ENCRYPT);
152 DES_encrypt1((DES_LONG *)ti, schedule, DES_ENCRYPT);
H A Dofb_enc.c102 DES_encrypt1((DES_LONG *)ti, schedule, DES_ENCRYPT);
H A Dpcbc_enc.c85 DES_encrypt1((DES_LONG *)tin, schedule, DES_ENCRYPT);
H A Ddestest.c404 DES_ENCRYPT);
406 &ks3, &iv3, &iv2, DES_ENCRYPT);
438 des_ecb_encrypt(&in, &out, ks, DES_ENCRYPT);
463 des_ecb2_encrypt(&in, &out, ks, ks2, DES_ENCRYPT);
489 &iv3, DES_ENCRYPT);
512 &iv3, &cbc2_key, &cbc3_key, DES_ENCRYPT);
546 DES_ENCRYPT);
548 ks3, &iv3, DES_ENCRYPT);
587 &cbc_iv, DES_ENCRYPT);
617 8, 1, ks, &cfb_tmp, DES_ENCRYPT);
[all...]
H A Ddes_enc.c256 DES_encrypt2((DES_LONG *)data, ks1, DES_ENCRYPT);
258 DES_encrypt2((DES_LONG *)data, ks3, DES_ENCRYPT);
277 DES_encrypt2((DES_LONG *)data, ks2, DES_ENCRYPT);
H A Dxcbc_enc.c159 DES_encrypt1(tin, schedule, DES_ENCRYPT);
171 DES_encrypt1(tin, schedule, DES_ENCRYPT);
H A Ddes_opts.c405 func(d,&sch,DES_ENCRYPT); \
459 DES_encrypt1(data, &(sch[0]), DES_ENCRYPT);
/freebsd-9.3-release/sys/crypto/des/
H A Ddes.h76 #define DES_ENCRYPT 1 macro
H A Ddes_enc.c269 des_encrypt2((DES_LONG *)data,ks1,DES_ENCRYPT);
271 des_encrypt2((DES_LONG *)data,ks3,DES_ENCRYPT);
290 des_encrypt2((DES_LONG *)data,ks2,DES_ENCRYPT);
/freebsd-9.3-release/crypto/heimdal/lib/45/
H A Dmk_req.c107 encrypt_ktext(&req, &cr.session, DES_ENCRYPT);
/freebsd-9.3-release/lib/libc/rpc/
H A Ddes_crypt.c136 ((mode & DES_DIRMASK) == DES_ENCRYPT) ? ENCRYPT : DECRYPT;
H A Dauth_des.c309 DES_ENCRYPT | DES_HW, (char *)&ivec);
313 DES_ENCRYPT | DES_HW);
/freebsd-9.3-release/lib/librpcsvc/
H A Dxcrypt.c76 err = cbc_crypt(key, buf, len, DES_ENCRYPT | DES_HW, ivec);
/freebsd-9.3-release/crypto/heimdal/lib/gssapi/krb5/
H A Dwrap.c284 &schedule, (DES_cblock *)(p + 8), DES_ENCRYPT);
306 DES_ENCRYPT);
/freebsd-9.3-release/bin/ed/
H A Dcbc.c59 inverse ? DES_DECRYPT : DES_ENCRYPT);

Completed in 219 milliseconds

12