Searched refs:DES_encrypt1 (Results 1 - 18 of 18) sorted by relevance

/freebsd-9.3-release/crypto/openssl/crypto/des/
H A Ddes_opts.c128 # define DES_encrypt1 des_encrypt_u4_cisc_idx macro
140 # undef DES_encrypt1 macro
144 # define DES_encrypt1 des_encrypt_u16_cisc_idx macro
156 # undef DES_encrypt1 macro
160 # define DES_encrypt1 des_encrypt_u4_risc1_idx macro
176 # undef DES_encrypt1 macro
180 # define DES_encrypt1 des_encrypt_u4_risc2_idx macro
192 # undef DES_encrypt1 macro
196 # define DES_encrypt1 des_encrypt_u16_risc1_idx macro
208 # undef DES_encrypt1 macro
212 # define DES_encrypt1 macro
228 # undef DES_encrypt1 macro
232 # define DES_encrypt1 macro
244 # undef DES_encrypt1 macro
248 # define DES_encrypt1 macro
260 # undef DES_encrypt1 macro
264 # define DES_encrypt1 macro
280 # undef DES_encrypt1 macro
284 # define DES_encrypt1 macro
296 # undef DES_encrypt1 macro
300 # define DES_encrypt1 macro
312 # undef DES_encrypt1 macro
316 # define DES_encrypt1 macro
[all...]
H A Dede_cbcm_enc.c99 DES_encrypt1(tin, ks3, 1);
114 DES_encrypt1(tin, ks1, 1);
117 DES_encrypt1(tin, ks2, 0);
120 DES_encrypt1(tin, ks1, 1);
144 DES_encrypt1(tin, ks3, 1);
156 DES_encrypt1(tin, ks1, 0);
159 DES_encrypt1(tin, ks2, 1);
162 DES_encrypt1(tin, ks1, 0);
H A Dncbc_enc.c93 DES_encrypt1((DES_LONG *)tin, _schedule, DES_ENCRYPT);
105 DES_encrypt1((DES_LONG *)tin, _schedule, DES_ENCRYPT);
124 DES_encrypt1((DES_LONG *)tin, _schedule, DES_DECRYPT);
137 DES_encrypt1((DES_LONG *)tin, _schedule, DES_DECRYPT);
H A Decb_enc.c74 DES_encrypt1(ll, ks, enc);
H A Dcfb64enc.c85 DES_encrypt1(ti, schedule, DES_ENCRYPT);
105 DES_encrypt1(ti, schedule, DES_ENCRYPT);
H A Dpcbc_enc.c85 DES_encrypt1((DES_LONG *)tin, schedule, DES_ENCRYPT);
101 DES_encrypt1((DES_LONG *)tin, schedule, DES_DECRYPT);
H A Dofb64enc.c89 DES_encrypt1(ti, schedule, DES_ENCRYPT);
H A Dcbc_cksm.c84 DES_encrypt1((DES_LONG *)tin, schedule, DES_ENCRYPT);
H A Dcfb_enc.c105 DES_encrypt1((DES_LONG *)ti, schedule, DES_ENCRYPT);
152 DES_encrypt1((DES_LONG *)ti, schedule, DES_ENCRYPT);
H A Dxcbc_enc.c159 DES_encrypt1(tin, schedule, DES_ENCRYPT);
171 DES_encrypt1(tin, schedule, DES_ENCRYPT);
188 DES_encrypt1(tin, schedule, DES_DECRYPT);
201 DES_encrypt1(tin, schedule, DES_DECRYPT);
H A Dofb_enc.c102 DES_encrypt1((DES_LONG *)ti, schedule, DES_ENCRYPT);
H A Dspeed.c202 DES_encrypt1(data, &sch, DES_ENCRYPT);
238 DES_encrypt1(data, &sch, DES_ENCRYPT);
H A Ddes_old.c153 DES_encrypt1(data, (DES_key_schedule *)ks, enc);
H A Ddes.h165 void DES_encrypt1(DES_LONG *data, DES_key_schedule *ks, int enc);
168 * This functions is the same as DES_encrypt1() except that the DES initial
170 * DES_encrypt1(), you should not use this function. It is used by the
172 * DES_encrypt2() DES_encrypt2() FP() is the same as DES_encrypt1()
173 * DES_encrypt1() DES_encrypt1() except faster :-).
H A Ddes_enc.c61 void DES_encrypt1(DES_LONG *data, DES_key_schedule *ks, int enc) function
H A Ddes_old.h165 DES_encrypt1((d),&(k),(e))
/freebsd-9.3-release/crypto/openssl/crypto/mdc2/
H A Dmdc2dgst.c142 DES_encrypt1(d, &k, 1);
146 DES_encrypt1(dd, &k, 1);
/freebsd-9.3-release/secure/lib/libcrypto/i386/
H A Ddes-586.s13 .globl DES_encrypt1
14 .type DES_encrypt1,@function
15 DES_encrypt1: label
1081 .size DES_encrypt1,.L_DES_encrypt1_end-DES_encrypt1
2372 call DES_encrypt1
2416 call DES_encrypt1
2433 call DES_encrypt1
2458 call DES_encrypt1

Completed in 196 milliseconds