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

1 2

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpc/
des_crypt.h 45 #define DES_ENCRYPT (0*DES_DIRMASK) /* Encrypt */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpc/
des_crypt.h 45 #define DES_ENCRYPT (0*DES_DIRMASK) /* Encrypt */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpc/
des_crypt.h 45 #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);
  /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 627 milliseconds

1 2