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

12

/barrelfish-master/include/lwip2/netif/ppp/polarssl/
H A Ddes.h42 #define DES_ENCRYPT 1 macro
/barrelfish-master/lib/openssl-1.0.0d/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.c147 DES_ENCRYPT);
150 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.c253 DES_encrypt2((DES_LONG *)data,ks1,DES_ENCRYPT);
255 DES_encrypt2((DES_LONG *)data,ks3,DES_ENCRYPT);
274 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
H A Ddes_old.h410 #define KRBDES_ENCRYPT DES_ENCRYPT
414 # define ENCRYPT DES_ENCRYPT
H A Ddes.c245 if (eflag) do_encrypt=DES_ENCRYPT;
/barrelfish-master/lib/openssl-1.0.0d/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...]
/barrelfish-master/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);
H A Dsvc_auth_des.c296 sizeof(des_block), DES_ENCRYPT | DES_HW);
/barrelfish-master/include/openssl/
H A Ddes.h107 #define DES_ENCRYPT 1 macro
H A Ddes_old.h410 #define KRBDES_ENCRYPT DES_ENCRYPT
414 # define ENCRYPT DES_ENCRYPT

Completed in 85 milliseconds

12