HomeSort by relevance Sort by last modified time
    Searched refs:DES_encrypt1 (Results 1 - 19 of 19) sorted by null

  /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);
speed.c 211 DES_encrypt1(data,&sch,DES_ENCRYPT);
248 DES_encrypt1(data,&sch,DES_ENCRYPT);
des.h 162 void DES_encrypt1(DES_LONG *data,DES_key_schedule *ks, int enc);
164 /* This functions is the same as DES_encrypt1() except that the DES
166 out. As for DES_encrypt1(), you should not use this function.
169 as DES_encrypt1() DES_encrypt1() DES_encrypt1() except faster :-). */
des_old.c 129 DES_encrypt1(data, (DES_key_schedule *)ks, enc);
des_enc.c 62 void DES_encrypt1(DES_LONG *data, DES_key_schedule *ks, int enc)
des_old.h 162 #define des_encrypt1(d,k,e)\ macro
163 DES_encrypt1((d),&(k),(e))
  /external/openssl/crypto/mdc2/
mdc2dgst.c 142 DES_encrypt1(d,&k,1);
146 DES_encrypt1(dd,&k,1);
  /external/openssl/include/openssl/
des.h 162 void DES_encrypt1(DES_LONG *data,DES_key_schedule *ks, int enc);
164 /* This functions is the same as DES_encrypt1() except that the DES
166 out. As for DES_encrypt1(), you should not use this function.
169 as DES_encrypt1() DES_encrypt1() DES_encrypt1() except faster :-). */
des_old.h 162 #define des_encrypt1(d,k,e)\ macro
163 DES_encrypt1((d),&(k),(e))

Completed in 1379 milliseconds