/external/chromium_org/third_party/openssl/openssl/crypto/des/ |
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/openssl/crypto/des/ |
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/net/http/ |
des.cc | 100 reinterpret_cast<DES_cblock*>(hash), &ks, DES_ENCRYPT);
|
/external/chromium_org/net/http/ |
des.cc | 100 reinterpret_cast<DES_cblock*>(hash), &ks, DES_ENCRYPT);
|
/external/chromium_org/third_party/openssl/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
|
/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
|
/external/chromium_org/third_party/openssl/openssl/apps/ |
speed.c | [all...] |
/external/openssl/apps/ |
speed.c | [all...] |
/external/wpa_supplicant_8/src/crypto/ |
crypto_openssl.c | 116 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) function 133 DES_ENCRYPT);
|