Home
last modified time | relevance | path

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

12

/external/openssl/crypto/des/
Dede_cbcm_enc.c128 l2c(tout0,out); in DES_ede3_cbcm_encrypt()
129 l2c(tout1,out); in DES_ede3_cbcm_encrypt()
132 l2c(m0,iv1); in DES_ede3_cbcm_encrypt()
133 l2c(m1,iv1); in DES_ede3_cbcm_encrypt()
136 l2c(tout0,iv2); in DES_ede3_cbcm_encrypt()
137 l2c(tout1,iv2); in DES_ede3_cbcm_encrypt()
181 l2c(tout0,out); in DES_ede3_cbcm_encrypt()
182 l2c(tout1,out); in DES_ede3_cbcm_encrypt()
189 l2c(m0,iv1); in DES_ede3_cbcm_encrypt()
190 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 …]
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()
Dcfb_enc.c120 l2c(v0,iv); in DES_cfb_encrypt()
121 l2c(v1,iv); in DES_cfb_encrypt()
122 l2c(d0,iv); in DES_cfb_encrypt()
123 l2c(d1,iv); in DES_cfb_encrypt()
163 l2c(v0,iv); in DES_cfb_encrypt()
164 l2c(v1,iv); in DES_cfb_encrypt()
165 l2c(d0,iv); in DES_cfb_encrypt()
166 l2c(d1,iv); in DES_cfb_encrypt()
191 l2c(v0,iv); in DES_cfb_encrypt()
192 l2c(v1,iv); in DES_cfb_encrypt()
Dxcbc_enc.c145 tout0=tin[0]^outW0; l2c(tout0,out); in DES_xcbc_encrypt()
146 tout1=tin[1]^outW1; l2c(tout1,out); in DES_xcbc_encrypt()
154 tout0=tin[0]^outW0; l2c(tout0,out); in DES_xcbc_encrypt()
155 tout1=tin[1]^outW1; l2c(tout1,out); in DES_xcbc_encrypt()
158 l2c(tout0,iv); in DES_xcbc_encrypt()
159 l2c(tout1,iv); in DES_xcbc_encrypt()
172 l2c(tout0,out); in DES_xcbc_encrypt()
173 l2c(tout1,out); in DES_xcbc_encrypt()
190 l2c(xor0,iv); in DES_xcbc_encrypt()
191 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()
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()
/external/chromium_org/third_party/openssl/openssl/crypto/des/
Dede_cbcm_enc.c128 l2c(tout0,out); in DES_ede3_cbcm_encrypt()
129 l2c(tout1,out); in DES_ede3_cbcm_encrypt()
132 l2c(m0,iv1); in DES_ede3_cbcm_encrypt()
133 l2c(m1,iv1); in DES_ede3_cbcm_encrypt()
136 l2c(tout0,iv2); in DES_ede3_cbcm_encrypt()
137 l2c(tout1,iv2); in DES_ede3_cbcm_encrypt()
181 l2c(tout0,out); in DES_ede3_cbcm_encrypt()
182 l2c(tout1,out); in DES_ede3_cbcm_encrypt()
189 l2c(m0,iv1); in DES_ede3_cbcm_encrypt()
190 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 …]
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()
Dcfb_enc.c120 l2c(v0,iv); in DES_cfb_encrypt()
121 l2c(v1,iv); in DES_cfb_encrypt()
122 l2c(d0,iv); in DES_cfb_encrypt()
123 l2c(d1,iv); in DES_cfb_encrypt()
163 l2c(v0,iv); in DES_cfb_encrypt()
164 l2c(v1,iv); in DES_cfb_encrypt()
165 l2c(d0,iv); in DES_cfb_encrypt()
166 l2c(d1,iv); in DES_cfb_encrypt()
191 l2c(v0,iv); in DES_cfb_encrypt()
192 l2c(v1,iv); in DES_cfb_encrypt()
Dxcbc_enc.c145 tout0=tin[0]^outW0; l2c(tout0,out); in DES_xcbc_encrypt()
146 tout1=tin[1]^outW1; l2c(tout1,out); in DES_xcbc_encrypt()
154 tout0=tin[0]^outW0; l2c(tout0,out); in DES_xcbc_encrypt()
155 tout1=tin[1]^outW1; l2c(tout1,out); in DES_xcbc_encrypt()
158 l2c(tout0,iv); in DES_xcbc_encrypt()
159 l2c(tout1,iv); in DES_xcbc_encrypt()
172 l2c(tout0,out); in DES_xcbc_encrypt()
173 l2c(tout1,out); in DES_xcbc_encrypt()
190 l2c(xor0,iv); in DES_xcbc_encrypt()
191 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()
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()
Ddes_enc.c322 l2c(tout0,out); in DES_ede3_cbc_encrypt()
323 l2c(tout1,out); in DES_ede3_cbc_encrypt()
337 l2c(tout0,out); in DES_ede3_cbc_encrypt()
338 l2c(tout1,out); in DES_ede3_cbc_encrypt()
341 l2c(tout0,iv); in DES_ede3_cbc_encrypt()
342 l2c(tout1,iv); in DES_ede3_cbc_encrypt()
366 l2c(tout0,out); in DES_ede3_cbc_encrypt()
367 l2c(tout1,out); in DES_ede3_cbc_encrypt()
393 l2c(xor0,iv); in DES_ede3_cbc_encrypt()
394 l2c(xor1,iv); in DES_ede3_cbc_encrypt()
/external/chromium_org/third_party/openssl/openssl/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()
/external/openssl/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()
/external/chromium_org/third_party/openssl/openssl/crypto/mdc2/
Dmdc2dgst.c72 #undef l2c
73 #define l2c(l,c) (*((c)++)=(unsigned char)(((l) )&0xff), \ macro
154 l2c(tin0,p); in mdc2_body()
155 l2c(ttin1,p); in mdc2_body()
157 l2c(ttin0,p); in mdc2_body()
158 l2c(tin1,p); in mdc2_body()
/external/openssl/crypto/mdc2/
Dmdc2dgst.c72 #undef l2c
73 #define l2c(l,c) (*((c)++)=(unsigned char)(((l) )&0xff), \ macro
154 l2c(tin0,p); in mdc2_body()
155 l2c(ttin1,p); in mdc2_body()
157 l2c(ttin0,p); in mdc2_body()
158 l2c(tin1,p); in mdc2_body()

12