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

12

/macosx-10.10.1/libtelnet-13/
H A Dpk.h38 #define DES_ENCRYPT 1 macro
H A Dpk.c231 des_cbc_encrypt(in,buf,deslen, k,&i,DES_ENCRYPT);
/macosx-10.10.1/OpenSSL098-52/src/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.c144 DES_ENCRYPT);
147 DES_ENCRYPT);
H A Dncbc_enc.c92 DES_encrypt1((DES_LONG *)tin,_schedule,DES_ENCRYPT);
101 DES_encrypt1((DES_LONG *)tin,_schedule,DES_ENCRYPT);
H A Dcbc3_enc.c70 if (enc == DES_ENCRYPT)
H A Dcbc_cksm.c85 DES_encrypt1((DES_LONG *)tin,schedule,DES_ENCRYPT);
H A Dofb64enc.c90 DES_encrypt1(ti,schedule,DES_ENCRYPT);
H A Dspeed.c211 DES_encrypt1(data,&sch,DES_ENCRYPT);
248 DES_encrypt1(data,&sch,DES_ENCRYPT);
265 &key,DES_ENCRYPT);
286 DES_ENCRYPT);
H A Dcfb_enc.c103 DES_encrypt1((DES_LONG *)ti,schedule,DES_ENCRYPT);
150 DES_encrypt1((DES_LONG *)ti,schedule,DES_ENCRYPT);
H A Dofb_enc.c105 DES_encrypt1((DES_LONG *)ti,schedule,DES_ENCRYPT);
H A Dpcbc_enc.c89 DES_encrypt1((DES_LONG *)tin,schedule,DES_ENCRYPT);
H A Ddestest.c380 DES_ENCRYPT);
382 &iv3,&iv2,DES_ENCRYPT);
415 des_ecb_encrypt(&in,&out,ks,DES_ENCRYPT);
443 des_ecb2_encrypt(&in,&out,ks,ks2,DES_ENCRYPT);
472 &iv3,DES_ENCRYPT);
499 &iv3,&cbc2_key,&cbc3_key, DES_ENCRYPT);
538 DES_ENCRYPT);
540 &iv3,DES_ENCRYPT);
582 &cbc_iv,DES_ENCRYPT);
614 8,1,ks,&cfb_tmp,DES_ENCRYPT);
[all...]
H A Ddes_enc.c260 DES_encrypt2((DES_LONG *)data,ks1,DES_ENCRYPT);
262 DES_encrypt2((DES_LONG *)data,ks3,DES_ENCRYPT);
281 DES_encrypt2((DES_LONG *)data,ks2,DES_ENCRYPT);
H A Dxcbc_enc.c144 DES_encrypt1(tin,schedule,DES_ENCRYPT);
153 DES_encrypt1(tin,schedule,DES_ENCRYPT);
H A Ddes_opts.c408 func(d,&sch,DES_ENCRYPT); \
460 DES_encrypt1(data,&(sch[0]),DES_ENCRYPT);
H A Ddes.h107 #define DES_ENCRYPT 1 macro
/macosx-10.10.1/Heimdal-398.1.2/lib/hcrypto/
H A Ddes.h74 #define DES_ENCRYPT 1 macro
/macosx-10.10.1/xnu-2782.1.97/libkern/libkern/crypto/
H A Ddes.h76 #define DES_ENCRYPT 1 macro
/macosx-10.10.1/curl-83.1.2/curl/lib/
H A Dcurl_ntlm_core.c270 DESKEY(ks), DES_ENCRYPT);
274 DESKEY(ks), DES_ENCRYPT);
278 DESKEY(ks), DES_ENCRYPT);
344 DESKEY(ks), DES_ENCRYPT);
348 DESKEY(ks), DES_ENCRYPT);
/macosx-10.10.1/OpenSSL098-52/src/test/
H A Ddestest.c380 DES_ENCRYPT);
382 &iv3,&iv2,DES_ENCRYPT);
415 des_ecb_encrypt(&in,&out,ks,DES_ENCRYPT);
443 des_ecb2_encrypt(&in,&out,ks,ks2,DES_ENCRYPT);
472 &iv3,DES_ENCRYPT);
499 &iv3,&cbc2_key,&cbc3_key, DES_ENCRYPT);
538 DES_ENCRYPT);
540 &iv3,DES_ENCRYPT);
582 &cbc_iv,DES_ENCRYPT);
614 8,1,ks,&cfb_tmp,DES_ENCRYPT);
[all...]
/macosx-10.10.1/Heimdal-398.1.2/lib/krb5/
H A Dsalt-des3.c83 &s[0], &s[1], &s[2], &ivec, DES_ENCRYPT);
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/libraries/liblutil/
H A Dpasswd.c59 #define DES_ENCRYPT CKA_ENCRYPT macro
868 des_ecb_encrypt( &StdText, &PasswordHash1, schedule , DES_ENCRYPT );
876 des_ecb_encrypt( &StdText, &PasswordHash2, schedule , DES_ENCRYPT );
1164 des_ecb_encrypt( &StdText, &PasswordHash1, schedule , DES_ENCRYPT );
1168 des_ecb_encrypt( &StdText, &PasswordHash2, schedule , DES_ENCRYPT );
/macosx-10.10.1/OpenSSL098-52/src/include/openssl/
H A Ddes.h107 #define DES_ENCRYPT 1 macro

Completed in 245 milliseconds

12