HomeSort by relevance Sort by last modified time
    Searched full:des_encrypt (Results 1 - 25 of 44) sorted by null

1 2

  /external/wpa_supplicant/
crypto_none.c 26 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) function
crypto.c 47 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) function
64 DES_ENCRYPT);
ms_funcs.c 101 des_encrypt(challenge, password_hash, response);
102 des_encrypt(challenge, password_hash + 7, response + 8);
106 des_encrypt(challenge, zpwd, response + 16);
415 des_encrypt(password_hash, block, cypher);
416 des_encrypt(password_hash + 8, block + 7, cypher + 8);
crypto_gnutls.c 38 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) function
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
crypto_none.c 26 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) function
ms_funcs.c 101 des_encrypt(challenge, password_hash, response);
102 des_encrypt(challenge, password_hash + 7, response + 8);
106 des_encrypt(challenge, zpwd, response + 16);
421 des_encrypt(password_hash, block, cypher);
422 des_encrypt(password_hash + 8, block + 7, cypher + 8);
crypto_openssl.c 49 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) function
66 DES_ENCRYPT);
  /external/openssl/crypto/des/
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);
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...]
cfb64enc.c 85 DES_encrypt1(ti,schedule,DES_ENCRYPT);
105 DES_encrypt1(ti,schedule,DES_ENCRYPT);
enc_writ.c 144 DES_ENCRYPT);
147 DES_ENCRYPT);
ncbc_enc.c 92 DES_encrypt1((DES_LONG *)tin,_schedule,DES_ENCRYPT);
101 DES_encrypt1((DES_LONG *)tin,_schedule,DES_ENCRYPT);
cfb_enc.c 103 DES_encrypt1((DES_LONG *)ti,schedule,DES_ENCRYPT);
150 DES_encrypt1((DES_LONG *)ti,schedule,DES_ENCRYPT);
des_enc.c 260 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);
des_old.h 265 #define des_encrypt(d,k,e)\ macro
410 #define KRBDES_ENCRYPT DES_ENCRYPT
414 # define ENCRYPT DES_ENCRYPT
xcbc_enc.c 144 DES_encrypt1(tin,schedule,DES_ENCRYPT);
153 DES_encrypt1(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);
ofb_enc.c 105 DES_encrypt1((DES_LONG *)ti,schedule,DES_ENCRYPT);
  /external/openssl/crypto/perlasm/
readme 122 &cbc("des_ncbc_encrypt","des_encrypt","des_encrypt",0,4,5,3,5,-1);
cbc.pl 12 # des_encrypt((DES_LONG *)tin,schedule,DES_ENCRYPT);
15 #&cbc("des_ncbc_encrypt","des_encrypt",0);
18 #&cbc("des_ncbc_encrypt","des_encrypt","des_encrypt",
  /external/openssl/crypto/des/asm/
des-586.pl 23 &DES_encrypt("DES_encrypt1",1);
24 &DES_encrypt("DES_encrypt2",0);
32 sub DES_encrypt
des686.pl 49 &DES_encrypt("DES_encrypt1",1);
50 &DES_encrypt("DES_encrypt2",0);
57 sub DES_encrypt
  /external/openssl/include/openssl/
des_old.h 265 #define des_encrypt(d,k,e)\ macro
410 #define KRBDES_ENCRYPT DES_ENCRYPT
414 # define ENCRYPT DES_ENCRYPT

Completed in 544 milliseconds

1 2