Searched defs:DES_encrypt2 (Results 1 - 2 of 2) sorted by relevance

/external/openssl/crypto/des/
H A Ddes_enc.c156 void DES_encrypt2(DES_LONG *data, DES_key_schedule *ks, int enc) function
253 DES_encrypt2((DES_LONG *)data,ks1,DES_ENCRYPT);
254 DES_encrypt2((DES_LONG *)data,ks2,DES_DECRYPT);
255 DES_encrypt2((DES_LONG *)data,ks3,DES_ENCRYPT);
273 DES_encrypt2((DES_LONG *)data,ks3,DES_DECRYPT);
274 DES_encrypt2((DES_LONG *)data,ks2,DES_ENCRYPT);
275 DES_encrypt2((DES_LONG *)data,ks1,DES_DECRYPT);
H A Ddes_opts.c126 #define DES_encrypt2 des_encrypt2_u4_cisc_idx macro
138 #undef DES_encrypt2 macro
142 #define DES_encrypt2 des_encrypt2_u16_cisc_idx macro
154 #undef DES_encrypt2 macro
158 #define DES_encrypt2 des_encrypt2_u4_risc1_idx macro
174 #undef DES_encrypt2 macro
178 #define DES_encrypt2 des_encrypt2_u4_risc2_idx macro
190 #undef DES_encrypt2 macro
194 #define DES_encrypt2 des_encrypt2_u16_risc1_idx macro
206 #undef DES_encrypt2 macro
210 #define DES_encrypt2 macro
226 #undef DES_encrypt2 macro
230 #define DES_encrypt2 macro
242 #undef DES_encrypt2 macro
246 #define DES_encrypt2 macro
258 #undef DES_encrypt2 macro
262 #define DES_encrypt2 macro
278 #undef DES_encrypt2 macro
282 #define DES_encrypt2 macro
294 #undef DES_encrypt2 macro
298 #define DES_encrypt2 macro
310 #undef DES_encrypt2 macro
314 #define DES_encrypt2 macro
[all...]

Completed in 58 milliseconds