Symbol: DES_ENCRYPT
crypto/heimdal/lib/krb5/salt-des3.c
82
&s[0], &s[1], &s[2], &ivec, DES_ENCRYPT);
crypto/openssl/crypto/des/cbc_cksm.c
41
DES_encrypt1((DES_LONG *)tin, schedule, DES_ENCRYPT);
crypto/openssl/crypto/des/cfb64enc.c
42
DES_encrypt1(ti, schedule, DES_ENCRYPT);
crypto/openssl/crypto/des/cfb64enc.c
62
DES_encrypt1(ti, schedule, DES_ENCRYPT);
crypto/openssl/crypto/des/cfb_enc.c
107
DES_encrypt1((DES_LONG *)ti, schedule, DES_ENCRYPT);
crypto/openssl/crypto/des/cfb_enc.c
61
DES_encrypt1((DES_LONG *)ti, schedule, DES_ENCRYPT);
crypto/openssl/crypto/des/des_enc.c
165
DES_encrypt2((DES_LONG *)data, ks1, DES_ENCRYPT);
crypto/openssl/crypto/des/des_enc.c
167
DES_encrypt2((DES_LONG *)data, ks3, DES_ENCRYPT);
crypto/openssl/crypto/des/des_enc.c
186
DES_encrypt2((DES_LONG *)data, ks2, DES_ENCRYPT);
crypto/openssl/crypto/des/ncbc_enc.c
45
DES_encrypt1((DES_LONG *)tin, _schedule, DES_ENCRYPT);
crypto/openssl/crypto/des/ncbc_enc.c
57
DES_encrypt1((DES_LONG *)tin, _schedule, DES_ENCRYPT);
crypto/openssl/crypto/des/ofb64enc.c
46
DES_encrypt1(ti, schedule, DES_ENCRYPT);
crypto/openssl/crypto/des/ofb_enc.c
59
DES_encrypt1((DES_LONG *)ti, schedule, DES_ENCRYPT);
crypto/openssl/crypto/des/pcbc_enc.c
42
DES_encrypt1((DES_LONG *)tin, schedule, DES_ENCRYPT);
crypto/openssl/crypto/des/xcbc_enc.c
52
DES_encrypt1(tin, schedule, DES_ENCRYPT);
crypto/openssl/crypto/des/xcbc_enc.c
64
DES_encrypt1(tin, schedule, DES_ENCRYPT);
crypto/openssl/test/destest.c
419
DES_ecb_encrypt(&in, &out, &ks, DES_ENCRYPT);
crypto/openssl/test/destest.c
447
DES_ecb3_encrypt(&in, &out, &ks, &ks2, &ks, DES_ENCRYPT);
crypto/openssl/test/destest.c
477
&iv3, DES_ENCRYPT);
crypto/openssl/test/destest.c
501
DES_ENCRYPT);
crypto/openssl/test/destest.c
530
DES_ENCRYPT);
crypto/openssl/test/destest.c
532
&ks3, &iv3, DES_ENCRYPT);
crypto/openssl/test/destest.c
553
DES_ncbc_encrypt(&cbc_data[i], cbc_out, n, &ks, &iv, DES_ENCRYPT);
crypto/openssl/test/destest.c
568
DES_ncbc_encrypt(cbc_data, &cbc_out[i], n, &ks, &iv, DES_ENCRYPT);
crypto/openssl/test/destest.c
600
&cbc_iv, DES_ENCRYPT);
crypto/openssl/test/destest.c
615
DES_ENCRYPT);
crypto/openssl/test/destest.c
656
DES_cfb64_encrypt(plain, cfb_buf1, 12, &ks, &cfb_tmp, &n, DES_ENCRYPT);
crypto/openssl/test/destest.c
658
&cfb_tmp, &n, DES_ENCRYPT);
crypto/openssl/test/destest.c
672
DES_ENCRYPT);
crypto/openssl/test/destest.c
692
DES_ENCRYPT);
crypto/openssl/test/destest.c
694
&ks, &ks, &cfb_tmp, &n, DES_ENCRYPT);
lib/libc/rpc/auth_des.c
304
DES_ENCRYPT | DES_HW, (char *)&ivec);
lib/libc/rpc/auth_des.c
308
DES_ENCRYPT | DES_HW);
lib/libc/rpc/des_crypt.c
119
((mode & DES_DIRMASK) == DES_ENCRYPT) ? ENCRYPT : DECRYPT;
lib/libc/rpc/svc_auth_des.c
292
sizeof(des_block), DES_ENCRYPT | DES_HW);
lib/librpcsvc/xcrypt.c
74
err = cbc_crypt(key, buf, len, DES_ENCRYPT | DES_HW, ivec);
sys/crypto/des/des_enc.c
266
des_encrypt2((DES_LONG *)data,ks1,DES_ENCRYPT);
sys/crypto/des/des_enc.c
268
des_encrypt2((DES_LONG *)data,ks3,DES_ENCRYPT);
sys/crypto/des/des_enc.c
287
des_encrypt2((DES_LONG *)data,ks2,DES_ENCRYPT);
usr.sbin/bhyve/rfb.c
1167
&ks, DES_ENCRYPT);
usr.sbin/bhyve/rfb.c
1171
&ks, DES_ENCRYPT);