HomeSort by relevance Sort by last modified time
    Searched refs:DES_ENCRYPT (Results 1 - 25 of 27) sorted by null

1 2

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/rpc/
des_crypt.h 44 #define DES_ENCRYPT (0*DES_DIRMASK) /* Encrypt */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpc/
des_crypt.h 44 #define DES_ENCRYPT (0*DES_DIRMASK) /* Encrypt */
  /external/openssl/crypto/des/
cfb64enc.c 85 DES_encrypt1(ti,schedule,DES_ENCRYPT);
105 DES_encrypt1(ti,schedule,DES_ENCRYPT);
rpc_enc.c 70 enc=(desp->des_dir == ENCRYPT)?DES_ENCRYPT:DES_DECRYPT;
enc_writ.c 147 DES_ENCRYPT);
150 DES_ENCRYPT);
ncbc_enc.c 92 DES_encrypt1((DES_LONG *)tin,_schedule,DES_ENCRYPT);
101 DES_encrypt1((DES_LONG *)tin,_schedule,DES_ENCRYPT);
cbc3_enc.c 70 if (enc == DES_ENCRYPT)
cbc_cksm.c 85 DES_encrypt1((DES_LONG *)tin,schedule,DES_ENCRYPT);
ofb64enc.c 90 DES_encrypt1(ti,schedule,DES_ENCRYPT);
speed.c 211 DES_encrypt1(data,&sch,DES_ENCRYPT);
238 printf("Doing DES_encrypt's for 10 seconds\n");
241 printf("Doing DES_encrypt %ld times\n",cb);
248 DES_encrypt1(data,&sch,DES_ENCRYPT);
251 printf("%ld DES_encrypt's in %.2f second\n",count,d);
265 &key,DES_ENCRYPT);
286 DES_ENCRYPT);
cfb_enc.c 103 DES_encrypt1((DES_LONG *)ti,schedule,DES_ENCRYPT);
150 DES_encrypt1((DES_LONG *)ti,schedule,DES_ENCRYPT);
ofb_enc.c 105 DES_encrypt1((DES_LONG *)ti,schedule,DES_ENCRYPT);
pcbc_enc.c 89 DES_encrypt1((DES_LONG *)tin,schedule,DES_ENCRYPT);
destest.c 380 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...]
des_enc.c 253 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);
xcbc_enc.c 144 DES_encrypt1(tin,schedule,DES_ENCRYPT);
153 DES_encrypt1(tin,schedule,DES_ENCRYPT);
des_opts.c 408 func(d,&sch,DES_ENCRYPT); \
460 DES_encrypt1(data,&(sch[0]),DES_ENCRYPT);
des.h 107 #define DES_ENCRYPT 1
des_old.h 265 #define des_encrypt(d,k,e)\ macro
410 #define KRBDES_ENCRYPT DES_ENCRYPT
414 # define ENCRYPT DES_ENCRYPT
des.c 245 if (eflag) do_encrypt=DES_ENCRYPT;
  /external/chromium_org/third_party/boringssl/src/include/openssl/
des.h 84 #define DES_ENCRYPT 1
  /external/chromium_org/net/http/
des.cc 100 reinterpret_cast<DES_cblock*>(hash), &ks, DES_ENCRYPT);
  /external/chromium_org/third_party/boringssl/src/crypto/des/
des.c 487 DES_encrypt2((uint32_t *)data, ks1, DES_ENCRYPT);
489 DES_encrypt2((uint32_t *)data, ks3, DES_ENCRYPT);
508 DES_encrypt2((uint32_t *)data, ks2, DES_ENCRYPT);
556 DES_encrypt1((uint32_t *)tin, schedule, DES_ENCRYPT);
568 DES_encrypt1((uint32_t *)tin, schedule, DES_ENCRYPT);
  /external/openssl/include/openssl/
des.h 107 #define DES_ENCRYPT 1
des_old.h 265 #define des_encrypt(d,k,e)\ macro
410 #define KRBDES_ENCRYPT DES_ENCRYPT
414 # define ENCRYPT DES_ENCRYPT

Completed in 397 milliseconds

1 2