HomeSort by relevance Sort by last modified time
    Searched refs:DES_ENCRYPT (Results 1 - 25 of 46) 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/chromium_org/third_party/openssl/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...]
  /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);

Completed in 735 milliseconds

1 2