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

/freebsd-10.0-release/crypto/openssl/crypto/des/
H A Ddes_opts.c125 #define DES_encrypt1 des_encrypt_u4_cisc_idx macro
137 #undef DES_encrypt1 macro
141 #define DES_encrypt1 des_encrypt_u16_cisc_idx macro
153 #undef DES_encrypt1 macro
157 #define DES_encrypt1 des_encrypt_u4_risc1_idx macro
173 #undef DES_encrypt1 macro
177 #define DES_encrypt1 des_encrypt_u4_risc2_idx macro
189 #undef DES_encrypt1 macro
193 #define DES_encrypt1 des_encrypt_u16_risc1_idx macro
205 #undef DES_encrypt1 macro
209 #define DES_encrypt1 macro
225 #undef DES_encrypt1 macro
229 #define DES_encrypt1 macro
241 #undef DES_encrypt1 macro
245 #define DES_encrypt1 macro
257 #undef DES_encrypt1 macro
261 #define DES_encrypt1 macro
277 #undef DES_encrypt1 macro
281 #define DES_encrypt1 macro
293 #undef DES_encrypt1 macro
297 #define DES_encrypt1 macro
309 #undef DES_encrypt1 macro
313 #define DES_encrypt1 macro
[all...]
H A Dede_cbcm_enc.c100 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);
H A Dncbc_enc.c92 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);
H A Dcfb64enc.c85 DES_encrypt1(ti,schedule,DES_ENCRYPT);
105 DES_encrypt1(ti,schedule,DES_ENCRYPT);
H A Dpcbc_enc.c89 DES_encrypt1((DES_LONG *)tin,schedule,DES_ENCRYPT);
107 DES_encrypt1((DES_LONG *)tin,schedule,DES_DECRYPT);
H A Dcbc_cksm.c85 DES_encrypt1((DES_LONG *)tin,schedule,DES_ENCRYPT);
H A Decb_enc.c118 DES_encrypt1(ll,ks,enc);
H A Dofb64enc.c90 DES_encrypt1(ti,schedule,DES_ENCRYPT);
H A Dcfb_enc.c103 DES_encrypt1((DES_LONG *)ti,schedule,DES_ENCRYPT);
150 DES_encrypt1((DES_LONG *)ti,schedule,DES_ENCRYPT);
H A Dofb_enc.c105 DES_encrypt1((DES_LONG *)ti,schedule,DES_ENCRYPT);
H A Dxcbc_enc.c144 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);
H A Dspeed.c211 DES_encrypt1(data,&sch,DES_ENCRYPT);
248 DES_encrypt1(data,&sch,DES_ENCRYPT);
H A Ddes.h162 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 :-). */
H A Ddes_old.c129 DES_encrypt1(data, (DES_key_schedule *)ks, enc);
H A Ddes_enc.c62 void DES_encrypt1(DES_LONG *data, DES_key_schedule *ks, int enc) function
H A Ddes_old.h163 DES_encrypt1((d),&(k),(e))
/freebsd-10.0-release/crypto/openssl/crypto/mdc2/
H A Dmdc2dgst.c142 DES_encrypt1(d,&k,1);
146 DES_encrypt1(dd,&k,1);
/freebsd-10.0-release/secure/lib/libcrypto/i386/
H A Ddes-586.s947 .globl DES_encrypt1
948 .type DES_encrypt1,@function
950 DES_encrypt1: label
1059 .size DES_encrypt1,.-.L_DES_encrypt1_begin

Completed in 84 milliseconds