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

12

/freebsd-10.0-release/crypto/openssl/crypto/des/
H A Dofb64ede.c86 l2c(v0,dp);
87 l2c(v1,dp);
99 l2c(v0,dp);
100 l2c(v1,dp);
111 l2c(v0,iv);
112 l2c(v1,iv);
H A Dofb64enc.c84 l2c(v0,dp);
85 l2c(v1,dp);
92 t=ti[0]; l2c(t,dp);
93 t=ti[1]; l2c(t,dp);
104 l2c(v0,iv);
105 l2c(v1,iv);
H A Dncbc_enc.c93 tout0=tin[0]; l2c(tout0,out);
94 tout1=tin[1]; l2c(tout1,out);
102 tout0=tin[0]; l2c(tout0,out);
103 tout1=tin[1]; l2c(tout1,out);
107 l2c(tout0,iv);
108 l2c(tout1,iv);
122 l2c(tout0,out);
123 l2c(tout1,out);
142 l2c(xor0,iv);
143 l2c(xor
[all...]
H A Dede_cbcm_enc.c128 l2c(tout0,out);
129 l2c(tout1,out);
132 l2c(m0,iv1);
133 l2c(m1,iv1);
136 l2c(tout0,iv2);
137 l2c(tout1,iv2);
181 l2c(tout0,out);
182 l2c(tout1,out);
189 l2c(m0,iv1);
190 l2c(m
[all...]
H A Decb3_enc.c81 l2c(l0,out);
82 l2c(l1,out);
H A Dcfb64enc.c87 v0=ti[0]; l2c(v0,iv);
88 v0=ti[1]; l2c(v0,iv);
107 v0=ti[0]; l2c(v0,iv);
108 v0=ti[1]; l2c(v0,iv);
H A Dcfb_enc.c120 l2c(v0,iv);
121 l2c(v1,iv);
122 l2c(d0,iv);
123 l2c(d1,iv);
163 l2c(v0,iv);
164 l2c(v1,iv);
165 l2c(d0,iv);
166 l2c(d1,iv);
191 l2c(v0,iv);
192 l2c(v
[all...]
H A Dcfb64ede.c95 l2c(v0,iv);
96 l2c(v1,iv);
121 l2c(v0,iv);
122 l2c(v1,iv);
188 l2c(v0,iv);
189 l2c(v1,iv);
190 l2c(d0,iv);
191 l2c(d1,iv);
226 l2c(v0,iv);
227 l2c(v
[all...]
H A Dpcbc_enc.c94 l2c(tout0,out);
95 l2c(tout1,out);
112 l2c(tout0,out);
113 l2c(tout1,out);
H A Dcbc_cksm.c92 l2c(tout0,out);
93 l2c(tout1,out);
H A Decb_enc.c119 l=ll[0]; l2c(l,out);
120 l=ll[1]; l2c(l,out);
H A Ddes_enc.c322 l2c(tout0,out);
323 l2c(tout1,out);
337 l2c(tout0,out);
338 l2c(tout1,out);
341 l2c(tout0,iv);
342 l2c(tout1,iv);
366 l2c(tout0,out);
367 l2c(tout1,out);
393 l2c(xor0,iv);
394 l2c(xor
[all...]
H A Dxcbc_enc.c145 tout0=tin[0]^outW0; l2c(tout0,out);
146 tout1=tin[1]^outW1; l2c(tout1,out);
154 tout0=tin[0]^outW0; l2c(tout0,out);
155 tout1=tin[1]^outW1; l2c(tout1,out);
158 l2c(tout0,iv);
159 l2c(tout1,iv);
172 l2c(tout0,out);
173 l2c(tout1,out);
190 l2c(xor0,iv);
191 l2c(xor
[all...]
H A Dofb_enc.c131 l2c(v0,iv);
132 l2c(v1,iv);
/freebsd-10.0-release/crypto/openssl/crypto/rc2/
H A Drc2ofb64.c85 l2c(v0,dp);
86 l2c(v1,dp);
93 t=ti[0]; l2c(t,dp);
94 t=ti[1]; l2c(t,dp);
105 l2c(v0,iv);
106 l2c(v1,iv);
H A Drc2_ecb.c84 l=d[0]; l2c(l,out);
85 l=d[1]; l2c(l,out);
H A Drc2cfb64.c88 t=ti[0]; l2c(t,iv);
89 t=ti[1]; l2c(t,iv);
108 t=ti[0]; l2c(t,iv);
109 t=ti[1]; l2c(t,iv);
H A Drc2_cbc.c84 tout0=tin[0]; l2c(tout0,out);
85 tout1=tin[1]; l2c(tout1,out);
95 tout0=tin[0]; l2c(tout0,out);
96 tout1=tin[1]; l2c(tout1,out);
98 l2c(tout0,iv);
99 l2c(tout1,iv);
113 l2c(tout0,out);
114 l2c(tout1,out);
129 l2c(xor0,iv);
130 l2c(xor
[all...]
/freebsd-10.0-release/crypto/openssl/crypto/rc5/
H A Drc5ofb64.c85 l2c(v0,dp);
86 l2c(v1,dp);
93 t=ti[0]; l2c(t,dp);
94 t=ti[1]; l2c(t,dp);
105 l2c(v0,iv);
106 l2c(v1,iv);
H A Drc5_ecb.c76 l=d[0]; l2c(l,out);
77 l=d[1]; l2c(l,out);
H A Drc5cfb64.c88 t=ti[0]; l2c(t,iv);
89 t=ti[1]; l2c(t,iv);
108 t=ti[0]; l2c(t,iv);
109 t=ti[1]; l2c(t,iv);
H A Drc5_enc.c86 tout0=tin[0]; l2c(tout0,out);
87 tout1=tin[1]; l2c(tout1,out);
97 tout0=tin[0]; l2c(tout0,out);
98 tout1=tin[1]; l2c(tout1,out);
100 l2c(tout0,iv);
101 l2c(tout1,iv);
115 l2c(tout0,out);
116 l2c(tout1,out);
131 l2c(xor0,iv);
132 l2c(xor
[all...]
/freebsd-10.0-release/sys/crypto/des/
H A Ddes_ecb.c111 l=ll[0]; l2c(l,out);
112 l=ll[1]; l2c(l,out);
137 l2c(l0,out);
138 l2c(l1,out);
/freebsd-10.0-release/crypto/openssl/crypto/mdc2/
H A Dmdc2dgst.c72 #undef l2c macro
73 #define l2c(l,c) (*((c)++)=(unsigned char)(((l) )&0xff), \ macro
154 l2c(tin0,p);
155 l2c(ttin1,p);
157 l2c(ttin0,p);
158 l2c(tin1,p);
/freebsd-10.0-release/sys/netgraph/bluetooth/l2cap/
H A Dng_l2cap_ulpi.c160 if (l2cap->l2c == NULL || NG_HOOK_NOT_VALID(l2cap->l2c)) {
190 NG_SEND_MSG_HOOK(error, l2cap->node, msg, l2cap->l2c, 0);
317 if (l2cap->l2c == NULL || NG_HOOK_NOT_VALID(l2cap->l2c)) {
338 NG_SEND_MSG_HOOK(error, l2cap->node, msg, l2cap->l2c, 0);
357 if (l2cap->l2c == NULL || NG_HOOK_NOT_VALID(l2cap->l2c)) {
379 NG_SEND_MSG_HOOK(error, l2cap->node, msg, l2cap->l2c, 0);
505 if (l2cap->l2c
[all...]

Completed in 205 milliseconds

12