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

12

/freebsd-11-stable/contrib/telnet/libtelnet/
H A Dpk.h38 #define DES_ENCRYPT 1 macro
/freebsd-11-stable/include/rpc/
H A Ddes_crypt.h51 #define DES_ENCRYPT (0*DES_DIRMASK) /* Encrypt */ macro
/freebsd-11-stable/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.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);
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.c249 DES_encrypt2((DES_LONG *)data, ks1, DES_ENCRYPT);
251 DES_encrypt2((DES_LONG *)data, ks3, DES_ENCRYPT);
270 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);
/freebsd-11-stable/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-11-stable/sys/opencrypto/
H A Dxform_des1.c81 des_ecb_encrypt(cb, cb, p[0], DES_ENCRYPT);
H A Dxform_des3.c82 des_ecb3_encrypt(cb, cb, p[0], p[1], p[2], DES_ENCRYPT);
/freebsd-11-stable/contrib/netbsd-tests/lib/libdes/
H A Dt_des.c392 DES_ENCRYPT);
413 des_cfb64_encrypt(plain, cfb_buf1, 12, ks, &cfb_tmp, &n, DES_ENCRYPT);
415 &cfb_tmp, &n, DES_ENCRYPT);
439 DES_ENCRYPT);
442 &cfb_tmp, &n, DES_ENCRYPT);
488 DES_ENCRYPT);
490 &iv3, &iv2, DES_ENCRYPT);
535 des_ecb_encrypt(&in, &out, ks, DES_ENCRYPT);
573 des_ecb2_encrypt(&in, &out, ks, ks2, DES_ENCRYPT);
603 &iv3, DES_ENCRYPT);
[all...]
/freebsd-11-stable/lib/libc/rpc/
H A Ddes_crypt.c123 ((mode & DES_DIRMASK) == DES_ENCRYPT) ? ENCRYPT : DECRYPT;
H A Dauth_des.c309 DES_ENCRYPT | DES_HW, (char *)&ivec);
313 DES_ENCRYPT | DES_HW);
/freebsd-11-stable/lib/librpcsvc/
H A Dxcrypt.c76 err = cbc_crypt(key, buf, len, DES_ENCRYPT | DES_HW, ivec);
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dsalt-des3.c82 &s[0], &s[1], &s[2], &ivec, DES_ENCRYPT);

Completed in 129 milliseconds

12