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

12

/freebsd-13-stable/contrib/telnet/libtelnet/
H A Dpk.h38 #define DES_ENCRYPT 1 macro
H A Dpk.c226 DES_cbc_encrypt(in, buf, deslen, &k, &i, DES_ENCRYPT);
/freebsd-13-stable/include/rpc/
H A Ddes_crypt.h53 #define DES_ENCRYPT (0*DES_DIRMASK) /* Encrypt */ macro
/freebsd-13-stable/crypto/openssl/crypto/des/
H A Dcfb64enc.c36 DES_encrypt1(ti, schedule, DES_ENCRYPT);
56 DES_encrypt1(ti, schedule, DES_ENCRYPT);
H A Dncbc_enc.c45 DES_encrypt1((DES_LONG *)tin, _schedule, DES_ENCRYPT);
57 DES_encrypt1((DES_LONG *)tin, _schedule, DES_ENCRYPT);
H A Dcbc_cksm.c35 DES_encrypt1((DES_LONG *)tin, schedule, DES_ENCRYPT);
H A Dofb64enc.c40 DES_encrypt1(ti, schedule, DES_ENCRYPT);
H A Dcfb_enc.c56 DES_encrypt1((DES_LONG *)ti, schedule, DES_ENCRYPT);
103 DES_encrypt1((DES_LONG *)ti, schedule, DES_ENCRYPT);
H A Dxcbc_enc.c46 DES_encrypt1(tin, schedule, DES_ENCRYPT);
58 DES_encrypt1(tin, schedule, DES_ENCRYPT);
H A Dofb_enc.c53 DES_encrypt1((DES_LONG *)ti, schedule, DES_ENCRYPT);
H A Dpcbc_enc.c36 DES_encrypt1((DES_LONG *)tin, schedule, DES_ENCRYPT);
H A Ddes_enc.c159 DES_encrypt2((DES_LONG *)data, ks1, DES_ENCRYPT);
161 DES_encrypt2((DES_LONG *)data, ks3, DES_ENCRYPT);
180 DES_encrypt2((DES_LONG *)data, ks2, DES_ENCRYPT);
/freebsd-13-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-13-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-13-stable/lib/libc/rpc/
H A Ddes_crypt.c125 ((mode & DES_DIRMASK) == DES_ENCRYPT) ? ENCRYPT : DECRYPT;
H A Dauth_des.c311 DES_ENCRYPT | DES_HW, (char *)&ivec);
315 DES_ENCRYPT | DES_HW);
H A Dsvc_auth_des.c298 sizeof(des_block), DES_ENCRYPT | DES_HW);
/freebsd-13-stable/lib/librpcsvc/
H A Dxcrypt.c76 err = cbc_crypt(key, buf, len, DES_ENCRYPT | DES_HW, ivec);
/freebsd-13-stable/crypto/heimdal/lib/krb5/
H A Dsalt-des3.c82 &s[0], &s[1], &s[2], &ivec, DES_ENCRYPT);
/freebsd-13-stable/crypto/openssl/include/openssl/
H A Ddes.h48 # define DES_ENCRYPT 1 macro
/freebsd-13-stable/usr.sbin/keyserv/
H A Dsetkey.c115 return (pk_crypt(uid, remote_name, remote_key, key, DES_ENCRYPT));
H A Dkeyserv.c552 DES_ENCRYPT | DES_HW);
/freebsd-13-stable/usr.sbin/bhyve/
H A Drfb.c909 &ks, DES_ENCRYPT);
913 &ks, DES_ENCRYPT);
/freebsd-13-stable/crypto/openssl/apps/
H A Dspeed.c806 &DES_iv, DES_ENCRYPT);
817 &sch, &sch2, &sch3, &DES_iv, DES_ENCRYPT);
1918 (DES_cblock *)loopargs[0].buf, &sch, DES_ENCRYPT);

Completed in 258 milliseconds

12