Symbol: DES_ENCRYPT
bin/ed/cbc.c
61
inverse ? DES_DECRYPT : DES_ENCRYPT);
crypto/libressl/apps/openssl/speed.c
1167
&DES_iv, DES_ENCRYPT);
crypto/libressl/apps/openssl/speed.c
1179
&DES_iv, DES_ENCRYPT);
crypto/libressl/crypto/des/cfb64enc.c
105
DES_encrypt1(ti,schedule,DES_ENCRYPT);
crypto/libressl/crypto/des/cfb64enc.c
85
DES_encrypt1(ti,schedule,DES_ENCRYPT);
crypto/libressl/crypto/des/cfb_enc.c
144
DES_encrypt1((DES_LONG *)ti,schedule,DES_ENCRYPT);
crypto/libressl/crypto/des/cfb_enc.c
97
DES_encrypt1((DES_LONG *)ti,schedule,DES_ENCRYPT);
crypto/libressl/crypto/des/des_enc.c
257
DES_encrypt2((DES_LONG *)data,ks1,DES_ENCRYPT);
crypto/libressl/crypto/des/des_enc.c
259
DES_encrypt2((DES_LONG *)data,ks3,DES_ENCRYPT);
crypto/libressl/crypto/des/des_enc.c
278
DES_encrypt2((DES_LONG *)data,ks2,DES_ENCRYPT);
crypto/libressl/crypto/des/ncbc_enc.c
101
DES_encrypt1((DES_LONG *)tin,_schedule,DES_ENCRYPT);
crypto/libressl/crypto/des/ncbc_enc.c
92
DES_encrypt1((DES_LONG *)tin,_schedule,DES_ENCRYPT);
crypto/libressl/crypto/des/ofb64enc.c
90
DES_encrypt1(ti,schedule,DES_ENCRYPT);
crypto/libressl/crypto/des/xcbc_enc.c
104
DES_encrypt1(tin,schedule,DES_ENCRYPT);
crypto/libressl/crypto/des/xcbc_enc.c
95
DES_encrypt1(tin,schedule,DES_ENCRYPT);
lib/libc/rpc/auth_des.c
306
DES_ENCRYPT | DES_HW, (char *)&ivec);
lib/libc/rpc/auth_des.c
310
DES_ENCRYPT | DES_HW);
lib/libc/rpc/des_crypt.c
120
((mode & DES_DIRMASK) == DES_ENCRYPT) ? ENCRYPT : DECRYPT;
lib/libc/rpc/svc_auth_des.c
296
sizeof(des_block), DES_ENCRYPT | DES_HW);
lib/librpcsvc/xcrypt.c
75
err = cbc_crypt(key, buf, len, DES_ENCRYPT | DES_HW, ivec);
lib/libtelnet/pk.c
283
DES_cbc_encrypt(in,buf,deslen, &k,&i,DES_ENCRYPT);
sys/crypto/des/des_enc.c
267
des_encrypt2(data,ks1,DES_ENCRYPT);
sys/crypto/des/des_enc.c
269
des_encrypt2(data,ks3,DES_ENCRYPT);
sys/crypto/des/des_enc.c
288
des_encrypt2(data,ks2,DES_ENCRYPT);
usr.bin/bdes/bdes.c
96
mode == MODE_ENCRYPT ? DES_ENCRYPT : DES_DECRYPT);
usr.sbin/keyserv/keyserv.c
528
DES_ENCRYPT | DES_HW);
usr.sbin/keyserv/setkey.c
109
return (pk_crypt(uid, remote_name, remote_key, key, DES_ENCRYPT));