/external/chromium_org/third_party/openssl/openssl/crypto/des/ |
des_opts.c | 125 #define DES_encrypt1 des_encrypt_u4_cisc_idx 137 #undef DES_encrypt1 141 #define DES_encrypt1 des_encrypt_u16_cisc_idx 153 #undef DES_encrypt1 157 #define DES_encrypt1 des_encrypt_u4_risc1_idx 173 #undef DES_encrypt1 177 #define DES_encrypt1 des_encrypt_u4_risc2_idx 189 #undef DES_encrypt1 193 #define DES_encrypt1 des_encrypt_u16_risc1_idx 205 #undef DES_encrypt1 [all...] |
ede_cbcm_enc.c | 100 DES_encrypt1(tin,ks3,1); 118 DES_encrypt1(tin,ks1,1); 121 DES_encrypt1(tin,ks2,0); 124 DES_encrypt1(tin,ks1,1); 151 DES_encrypt1(tin,ks3,1); 163 DES_encrypt1(tin,ks1,0); 166 DES_encrypt1(tin,ks2,1); 169 DES_encrypt1(tin,ks1,0);
|
ncbc_enc.c | 92 DES_encrypt1((DES_LONG *)tin,_schedule,DES_ENCRYPT); 101 DES_encrypt1((DES_LONG *)tin,_schedule,DES_ENCRYPT); 119 DES_encrypt1((DES_LONG *)tin,_schedule,DES_DECRYPT); 131 DES_encrypt1((DES_LONG *)tin,_schedule,DES_DECRYPT);
|
cfb64enc.c | 85 DES_encrypt1(ti,schedule,DES_ENCRYPT); 105 DES_encrypt1(ti,schedule,DES_ENCRYPT);
|
pcbc_enc.c | 89 DES_encrypt1((DES_LONG *)tin,schedule,DES_ENCRYPT); 107 DES_encrypt1((DES_LONG *)tin,schedule,DES_DECRYPT);
|
cbc_cksm.c | 85 DES_encrypt1((DES_LONG *)tin,schedule,DES_ENCRYPT);
|
ecb_enc.c | 118 DES_encrypt1(ll,ks,enc);
|
ofb64enc.c | 90 DES_encrypt1(ti,schedule,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);
|
xcbc_enc.c | 144 DES_encrypt1(tin,schedule,DES_ENCRYPT); 153 DES_encrypt1(tin,schedule,DES_ENCRYPT); 169 DES_encrypt1(tin,schedule,DES_DECRYPT); 181 DES_encrypt1(tin,schedule,DES_DECRYPT);
|
speed.c | 211 DES_encrypt1(data,&sch,DES_ENCRYPT); 248 DES_encrypt1(data,&sch,DES_ENCRYPT);
|
/external/openssl/crypto/des/ |
des_opts.c | 125 #define DES_encrypt1 des_encrypt_u4_cisc_idx 137 #undef DES_encrypt1 141 #define DES_encrypt1 des_encrypt_u16_cisc_idx 153 #undef DES_encrypt1 157 #define DES_encrypt1 des_encrypt_u4_risc1_idx 173 #undef DES_encrypt1 177 #define DES_encrypt1 des_encrypt_u4_risc2_idx 189 #undef DES_encrypt1 193 #define DES_encrypt1 des_encrypt_u16_risc1_idx 205 #undef DES_encrypt1 [all...] |
ede_cbcm_enc.c | 100 DES_encrypt1(tin,ks3,1); 118 DES_encrypt1(tin,ks1,1); 121 DES_encrypt1(tin,ks2,0); 124 DES_encrypt1(tin,ks1,1); 151 DES_encrypt1(tin,ks3,1); 163 DES_encrypt1(tin,ks1,0); 166 DES_encrypt1(tin,ks2,1); 169 DES_encrypt1(tin,ks1,0);
|
ncbc_enc.c | 92 DES_encrypt1((DES_LONG *)tin,_schedule,DES_ENCRYPT); 101 DES_encrypt1((DES_LONG *)tin,_schedule,DES_ENCRYPT); 119 DES_encrypt1((DES_LONG *)tin,_schedule,DES_DECRYPT); 131 DES_encrypt1((DES_LONG *)tin,_schedule,DES_DECRYPT);
|
cfb64enc.c | 85 DES_encrypt1(ti,schedule,DES_ENCRYPT); 105 DES_encrypt1(ti,schedule,DES_ENCRYPT);
|
pcbc_enc.c | 89 DES_encrypt1((DES_LONG *)tin,schedule,DES_ENCRYPT); 107 DES_encrypt1((DES_LONG *)tin,schedule,DES_DECRYPT);
|
cbc_cksm.c | 85 DES_encrypt1((DES_LONG *)tin,schedule,DES_ENCRYPT);
|
ecb_enc.c | 118 DES_encrypt1(ll,ks,enc);
|
ofb64enc.c | 90 DES_encrypt1(ti,schedule,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);
|
xcbc_enc.c | 144 DES_encrypt1(tin,schedule,DES_ENCRYPT); 153 DES_encrypt1(tin,schedule,DES_ENCRYPT); 169 DES_encrypt1(tin,schedule,DES_DECRYPT); 181 DES_encrypt1(tin,schedule,DES_DECRYPT);
|
/external/chromium_org/third_party/openssl/openssl/crypto/mdc2/ |
mdc2dgst.c | 142 DES_encrypt1(d,&k,1); 146 DES_encrypt1(dd,&k,1);
|
/external/openssl/crypto/mdc2/ |
mdc2dgst.c | 142 DES_encrypt1(d,&k,1); 146 DES_encrypt1(dd,&k,1);
|