Searched refs:DES_encrypt2 (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/crypto/openssl/crypto/des/
H A Ddes_opts.c129 # define DES_encrypt2 des_encrypt2_u4_cisc_idx macro
141 # undef DES_encrypt2 macro
145 # define DES_encrypt2 des_encrypt2_u16_cisc_idx macro
157 # undef DES_encrypt2 macro
161 # define DES_encrypt2 des_encrypt2_u4_risc1_idx macro
177 # undef DES_encrypt2 macro
181 # define DES_encrypt2 des_encrypt2_u4_risc2_idx macro
193 # undef DES_encrypt2 macro
197 # define DES_encrypt2 des_encrypt2_u16_risc1_idx macro
209 # undef DES_encrypt2 macro
213 # define DES_encrypt2 macro
229 # undef DES_encrypt2 macro
233 # define DES_encrypt2 macro
245 # undef DES_encrypt2 macro
249 # define DES_encrypt2 macro
261 # undef DES_encrypt2 macro
265 # define DES_encrypt2 macro
281 # undef DES_encrypt2 macro
285 # define DES_encrypt2 macro
297 # undef DES_encrypt2 macro
301 # define DES_encrypt2 macro
313 # undef DES_encrypt2 macro
317 # define DES_encrypt2 macro
[all...]
H A Ddes_enc.c154 void DES_encrypt2(DES_LONG *data, DES_key_schedule *ks, int enc) function
249 DES_encrypt2((DES_LONG *)data, ks1, DES_ENCRYPT);
250 DES_encrypt2((DES_LONG *)data, ks2, DES_DECRYPT);
251 DES_encrypt2((DES_LONG *)data, ks3, DES_ENCRYPT);
269 DES_encrypt2((DES_LONG *)data, ks3, DES_DECRYPT);
270 DES_encrypt2((DES_LONG *)data, ks2, DES_ENCRYPT);
271 DES_encrypt2((DES_LONG *)data, ks1, DES_DECRYPT);
H A Ddes.h171 * routines in the library that implement triple DES. IP() DES_encrypt2()
172 * DES_encrypt2() DES_encrypt2() FP() is the same as DES_encrypt1()
175 void DES_encrypt2(DES_LONG *data, DES_key_schedule *ks, int enc);
H A Ddes_old.c158 DES_encrypt2(data, (DES_key_schedule *)ks, enc);
H A Ddes_old.h167 DES_encrypt2((d),&(k),(e))
/freebsd-11-stable/secure/lib/libcrypto/i386/
H A Ddes-586.S1062 .globl DES_encrypt2
1063 .type DES_encrypt2,@function
1065 DES_encrypt2: label
1104 .size DES_encrypt2,.-.L_DES_encrypt2_begin
2901 .globl DES_encrypt2
2902 .type DES_encrypt2,@function
2904 DES_encrypt2: label
2943 .size DES_encrypt2,.-.L_DES_encrypt2_begin

Completed in 124 milliseconds