Home
last modified time | relevance | path

Searched refs:l2c (Results 1 – 25 of 54) sorted by relevance

123

/mirbsd/src/lib/libssl/src/crypto/des/
Dede_cbcm_enc.c126 l2c(tout0,out); in DES_ede3_cbcm_encrypt()
127 l2c(tout1,out); in DES_ede3_cbcm_encrypt()
130 l2c(m0,iv1); in DES_ede3_cbcm_encrypt()
131 l2c(m1,iv1); in DES_ede3_cbcm_encrypt()
134 l2c(tout0,iv2); in DES_ede3_cbcm_encrypt()
135 l2c(tout1,iv2); in DES_ede3_cbcm_encrypt()
179 l2c(tout0,out); in DES_ede3_cbcm_encrypt()
180 l2c(tout1,out); in DES_ede3_cbcm_encrypt()
187 l2c(m0,iv1); in DES_ede3_cbcm_encrypt()
188 l2c(m1,iv1); in DES_ede3_cbcm_encrypt()
[all …]
Dcfb64ede.c95 l2c(v0,iv); in DES_ede3_cfb64_encrypt()
96 l2c(v1,iv); in DES_ede3_cfb64_encrypt()
121 l2c(v0,iv); in DES_ede3_cfb64_encrypt()
122 l2c(v1,iv); in DES_ede3_cfb64_encrypt()
188 l2c(v0,iv); in DES_ede3_cfb_encrypt()
189 l2c(v1,iv); in DES_ede3_cfb_encrypt()
190 l2c(d0,iv); in DES_ede3_cfb_encrypt()
191 l2c(d1,iv); in DES_ede3_cfb_encrypt()
226 l2c(v0,iv); in DES_ede3_cfb_encrypt()
227 l2c(v1,iv); in DES_ede3_cfb_encrypt()
[all …]
Dcfb_enc.c108 l2c(v0,iv); in DES_cfb_encrypt()
109 l2c(v1,iv); in DES_cfb_encrypt()
110 l2c(d0,iv); in DES_cfb_encrypt()
111 l2c(d1,iv); in DES_cfb_encrypt()
146 l2c(v0,iv); in DES_cfb_encrypt()
147 l2c(v1,iv); in DES_cfb_encrypt()
148 l2c(d0,iv); in DES_cfb_encrypt()
149 l2c(d1,iv); in DES_cfb_encrypt()
170 l2c(v0,iv); in DES_cfb_encrypt()
171 l2c(v1,iv); in DES_cfb_encrypt()
Dncbc_enc.c93 tout0=tin[0]; l2c(tout0,out); in DES_cbc_encrypt()
94 tout1=tin[1]; l2c(tout1,out); in DES_cbc_encrypt()
102 tout0=tin[0]; l2c(tout0,out); in DES_cbc_encrypt()
103 tout1=tin[1]; l2c(tout1,out); in DES_cbc_encrypt()
107 l2c(tout0,iv); in DES_cbc_encrypt()
108 l2c(tout1,iv); in DES_cbc_encrypt()
122 l2c(tout0,out); in DES_cbc_encrypt()
123 l2c(tout1,out); in DES_cbc_encrypt()
142 l2c(xor0,iv); in DES_cbc_encrypt()
143 l2c(xor1,iv); in DES_cbc_encrypt()
Dxcbc_enc.c143 tout0=tin[0]^outW0; l2c(tout0,out); in DES_xcbc_encrypt()
144 tout1=tin[1]^outW1; l2c(tout1,out); in DES_xcbc_encrypt()
152 tout0=tin[0]^outW0; l2c(tout0,out); in DES_xcbc_encrypt()
153 tout1=tin[1]^outW1; l2c(tout1,out); in DES_xcbc_encrypt()
156 l2c(tout0,iv); in DES_xcbc_encrypt()
157 l2c(tout1,iv); in DES_xcbc_encrypt()
170 l2c(tout0,out); in DES_xcbc_encrypt()
171 l2c(tout1,out); in DES_xcbc_encrypt()
188 l2c(xor0,iv); in DES_xcbc_encrypt()
189 l2c(xor1,iv); in DES_xcbc_encrypt()
Dofb64enc.c84 l2c(v0,dp); in DES_ofb64_encrypt()
85 l2c(v1,dp); in DES_ofb64_encrypt()
92 t=ti[0]; l2c(t,dp); in DES_ofb64_encrypt()
93 t=ti[1]; l2c(t,dp); in DES_ofb64_encrypt()
104 l2c(v0,iv); in DES_ofb64_encrypt()
105 l2c(v1,iv); in DES_ofb64_encrypt()
Dofb64ede.c86 l2c(v0,dp); in DES_ede3_ofb64_encrypt()
87 l2c(v1,dp); in DES_ede3_ofb64_encrypt()
99 l2c(v0,dp); in DES_ede3_ofb64_encrypt()
100 l2c(v1,dp); in DES_ede3_ofb64_encrypt()
111 l2c(v0,iv); in DES_ede3_ofb64_encrypt()
112 l2c(v1,iv); in DES_ede3_ofb64_encrypt()
Ddes_enc.c337 l2c(tout0,out); in DES_ede3_cbc_encrypt()
338 l2c(tout1,out); in DES_ede3_cbc_encrypt()
352 l2c(tout0,out); in DES_ede3_cbc_encrypt()
353 l2c(tout1,out); in DES_ede3_cbc_encrypt()
356 l2c(tout0,iv); in DES_ede3_cbc_encrypt()
357 l2c(tout1,iv); in DES_ede3_cbc_encrypt()
381 l2c(tout0,out); in DES_ede3_cbc_encrypt()
382 l2c(tout1,out); in DES_ede3_cbc_encrypt()
408 l2c(xor0,iv); in DES_ede3_cbc_encrypt()
409 l2c(xor1,iv); in DES_ede3_cbc_encrypt()
Dcfb64enc.c87 v0=ti[0]; l2c(v0,iv); in DES_cfb64_encrypt()
88 v0=ti[1]; l2c(v0,iv); in DES_cfb64_encrypt()
107 v0=ti[0]; l2c(v0,iv); in DES_cfb64_encrypt()
108 v0=ti[1]; l2c(v0,iv); in DES_cfb64_encrypt()
Dpcbc_enc.c94 l2c(tout0,out); in DES_pcbc_encrypt()
95 l2c(tout1,out); in DES_pcbc_encrypt()
112 l2c(tout0,out); in DES_pcbc_encrypt()
113 l2c(tout1,out); in DES_pcbc_encrypt()
/mirbsd/src/lib/libdes/
Dncbc_enc.c91 tout0=tin[0]; l2c(tout0,out);
92 tout1=tin[1]; l2c(tout1,out);
100 tout0=tin[0]; l2c(tout0,out);
101 tout1=tin[1]; l2c(tout1,out);
104 l2c(tout0,iv);
105 l2c(tout1,iv);
118 l2c(tout0,out);
119 l2c(tout1,out);
135 l2c(xor0,iv);
136 l2c(xor1,iv);
Dede_enc.c99 l2c(tout0,out);
100 l2c(tout1,out);
114 l2c(tout0,out);
115 l2c(tout1,out);
118 l2c(tout0,iv);
119 l2c(tout1,iv);
143 l2c(tout0,out);
144 l2c(tout1,out);
169 l2c(xor0,iv);
170 l2c(xor1,iv);
Dxcbc_enc.c154 tout0=tin[0]^outW0; l2c(tout0,out);
155 tout1=tin[1]^outW1; l2c(tout1,out);
163 tout0=tin[0]^outW0; l2c(tout0,out);
164 tout1=tin[1]^outW1; l2c(tout1,out);
167 l2c(tout0,iv);
168 l2c(tout1,iv);
181 l2c(tout0,out);
182 l2c(tout1,out);
199 l2c(xor0,iv);
200 l2c(xor1,iv);
Dofb64enc.c88 l2c(v0,dp);
89 l2c(v1,dp);
96 t=ti[0]; l2c(t,dp);
97 t=ti[1]; l2c(t,dp);
108 l2c(v0,iv);
109 l2c(v1,iv);
Dofb64ede.c88 l2c(v0,dp);
89 l2c(v1,dp);
101 l2c(v0,dp);
102 l2c(v1,dp);
113 l2c(v0,iv);
114 l2c(v1,iv);
Dcbc_enc.c91 tout0=tin[0]; l2c(tout0,out);
92 tout1=tin[1]; l2c(tout1,out);
100 tout0=tin[0]; l2c(tout0,out);
101 tout1=tin[1]; l2c(tout1,out);
115 l2c(tout0,out);
116 l2c(tout1,out);
Dcfb64enc.c93 v0=ti[0]; l2c(v0,iv);
94 v0=ti[1]; l2c(v0,iv);
114 v0=ti[0]; l2c(v0,iv);
115 v0=ti[1]; l2c(v0,iv);
Dpcbc_enc.c97 l2c(tout0,out);
98 l2c(tout1,out);
115 l2c(tout0,out);
116 l2c(tout1,out);
/mirbsd/src/lib/libssl/src/crypto/rc2/
Drc2ofb64.c85 l2c(v0,dp); in RC2_ofb64_encrypt()
86 l2c(v1,dp); in RC2_ofb64_encrypt()
93 t=ti[0]; l2c(t,dp); in RC2_ofb64_encrypt()
94 t=ti[1]; l2c(t,dp); in RC2_ofb64_encrypt()
105 l2c(v0,iv); in RC2_ofb64_encrypt()
106 l2c(v1,iv); in RC2_ofb64_encrypt()
Drc2_cbc.c84 tout0=tin[0]; l2c(tout0,out); in RC2_cbc_encrypt()
85 tout1=tin[1]; l2c(tout1,out); in RC2_cbc_encrypt()
95 tout0=tin[0]; l2c(tout0,out); in RC2_cbc_encrypt()
96 tout1=tin[1]; l2c(tout1,out); in RC2_cbc_encrypt()
98 l2c(tout0,iv); in RC2_cbc_encrypt()
99 l2c(tout1,iv); in RC2_cbc_encrypt()
113 l2c(tout0,out); in RC2_cbc_encrypt()
114 l2c(tout1,out); in RC2_cbc_encrypt()
129 l2c(xor0,iv); in RC2_cbc_encrypt()
130 l2c(xor1,iv); in RC2_cbc_encrypt()
Drc2cfb64.c88 t=ti[0]; l2c(t,iv); in RC2_cfb64_encrypt()
89 t=ti[1]; l2c(t,iv); in RC2_cfb64_encrypt()
108 t=ti[0]; l2c(t,iv); in RC2_cfb64_encrypt()
109 t=ti[1]; l2c(t,iv); in RC2_cfb64_encrypt()
/mirbsd/src/lib/libssl/src/crypto/rc5/
Drc5ofb64.c85 l2c(v0,dp); in RC5_32_ofb64_encrypt()
86 l2c(v1,dp); in RC5_32_ofb64_encrypt()
93 t=ti[0]; l2c(t,dp); in RC5_32_ofb64_encrypt()
94 t=ti[1]; l2c(t,dp); in RC5_32_ofb64_encrypt()
105 l2c(v0,iv); in RC5_32_ofb64_encrypt()
106 l2c(v1,iv); in RC5_32_ofb64_encrypt()
Drc5_enc.c86 tout0=tin[0]; l2c(tout0,out); in RC5_32_cbc_encrypt()
87 tout1=tin[1]; l2c(tout1,out); in RC5_32_cbc_encrypt()
97 tout0=tin[0]; l2c(tout0,out); in RC5_32_cbc_encrypt()
98 tout1=tin[1]; l2c(tout1,out); in RC5_32_cbc_encrypt()
100 l2c(tout0,iv); in RC5_32_cbc_encrypt()
101 l2c(tout1,iv); in RC5_32_cbc_encrypt()
115 l2c(tout0,out); in RC5_32_cbc_encrypt()
116 l2c(tout1,out); in RC5_32_cbc_encrypt()
131 l2c(xor0,iv); in RC5_32_cbc_encrypt()
132 l2c(xor1,iv); in RC5_32_cbc_encrypt()
Drc5cfb64.c88 t=ti[0]; l2c(t,iv); in RC5_32_cfb64_encrypt()
89 t=ti[1]; l2c(t,iv); in RC5_32_cfb64_encrypt()
108 t=ti[0]; l2c(t,iv); in RC5_32_cfb64_encrypt()
109 t=ti[1]; l2c(t,iv); in RC5_32_cfb64_encrypt()
/mirbsd/src/lib/libssl/src/crypto/mdc2/
Dmdc2dgst.c71 #undef l2c
72 #define l2c(l,c) (*((c)++)=(unsigned char)(((l) )&0xff), \ macro
153 l2c(tin0,p); in mdc2_body()
154 l2c(ttin1,p); in mdc2_body()
156 l2c(ttin0,p); in mdc2_body()
157 l2c(tin1,p); in mdc2_body()

123