Searched refs:c2l (Results 1 - 25 of 40) sorted by path

12

/freebsd-9.3-release/crypto/openssl/crypto/bf/
H A Dbf_locl.h63 # undef c2l macro
64 # define c2l(c,l) (l =((unsigned long)(*((c)++))) , \ macro
69 /* NOTE - c is not incremented as per c2l */
/freebsd-9.3-release/crypto/openssl/crypto/cast/
H A Dcast_lcl.h65 #undef c2l macro
66 #define c2l(c,l) (l =((unsigned long)(*((c)++))) , \ macro
71 /* NOTE - c is not incremented as per c2l */
/freebsd-9.3-release/crypto/openssl/crypto/des/
H A Dcbc_cksm.c71 c2l(iv, tout0);
72 c2l(iv, tout1);
75 c2l(in, tin0);
76 c2l(in, tin1);
H A Dcfb64ede.c83 c2l(iv, v0);
84 c2l(iv, v1);
105 c2l(iv, v0);
106 c2l(iv, v1);
160 c2l(iv, v0);
161 c2l(iv, v1);
199 c2l(iv, v0);
200 c2l(iv, v1);
236 c2l(iv, v0);
237 c2l(i
[all...]
H A Dcfb64enc.c81 c2l(iv, v0);
83 c2l(iv, v1);
101 c2l(iv, v0);
103 c2l(iv, v1);
H A Dcfb_enc.c98 c2l(iv, v0);
99 c2l(iv, v1);
142 c2l(iv, v0);
143 c2l(iv, v1);
185 c2l(iv, v0);
186 c2l(iv, v1);
H A Ddes_enc.c311 c2l(iv, tout0);
312 c2l(iv, tout1);
314 c2l(in, tin0);
315 c2l(in, tin1);
348 c2l(iv, xor0);
349 c2l(iv, xor1);
351 c2l(in, tin0);
352 c2l(in, tin1);
371 c2l(in, tin0);
372 c2l(i
[all...]
H A Ddes_locl.h108 # define c2l(c,l) (l =((DES_LONG)(*((c)++))) , \ macro
113 /* NOTE - c is not incremented as per c2l */
H A Decb3_enc.c70 c2l(in, l0);
71 c2l(in, l1);
H A Decb_enc.c70 c2l(in, l);
72 c2l(in, l);
H A Dede_cbcm_enc.c92 c2l(iv1, m0);
93 c2l(iv1, m1);
94 c2l(iv2, tout0);
95 c2l(iv2, tout1);
106 c2l(in, tin0);
107 c2l(in, tin1);
137 c2l(iv1, m0);
138 c2l(iv1, m1);
139 c2l(iv2, xor0);
140 c2l(iv
[all...]
H A Dncbc_enc.c84 c2l(iv, tout0);
85 c2l(iv, tout1);
87 c2l(in, tin0);
88 c2l(in, tin1);
117 c2l(iv, xor0);
118 c2l(iv, xor1);
120 c2l(in, tin0);
122 c2l(in, tin1);
133 c2l(in, tin0);
135 c2l(i
[all...]
H A Dofb64ede.c81 c2l(iv, v0);
82 c2l(iv, v1);
H A Dofb64enc.c80 c2l(iv, v0);
81 c2l(iv, v1);
H A Dofb_enc.c95 c2l(iv, v0);
96 c2l(iv, v1);
H A Dpcbc_enc.c75 c2l(iv, xor0);
76 c2l(iv, xor1);
79 c2l(in, sin0);
80 c2l(in, sin1);
94 c2l(iv, xor0);
95 c2l(iv, xor1);
97 c2l(in, sin0);
98 c2l(in, sin1);
H A Dset_key.c381 c2l(in, c);
382 c2l(in, d);
H A Dxcbc_enc.c141 c2l(in2, inW0);
142 c2l(in2, inW1);
144 c2l(in2, outW0);
145 c2l(in2, outW1);
150 c2l(iv, tout0);
151 c2l(iv, tout1);
153 c2l(in, tin0);
154 c2l(in, tin1);
181 c2l(iv, xor0);
182 c2l(i
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/idea/
H A Didea_lcl.h148 /* NOTE - c is not incremented as per c2l */
187 # undef c2l macro
188 # define c2l(c,l) (l =((unsigned long)(*((c)++))) , \ macro
/freebsd-9.3-release/crypto/openssl/crypto/mdc2/
H A Dmdc2dgst.c69 #undef c2l macro
70 #define c2l(c,l) (l =((DES_LONG)(*((c)++))) , \ macro
133 c2l(in, tin0);
135 c2l(in, tin1);
/freebsd-9.3-release/crypto/openssl/crypto/rc2/
H A Drc2_cbc.c71 c2l(iv, tout0);
72 c2l(iv, tout1);
75 c2l(in, tin0);
76 c2l(in, tin1);
102 c2l(iv, xor0);
103 c2l(iv, xor1);
106 c2l(in, tin0);
108 c2l(in, tin1);
119 c2l(in, tin0);
121 c2l(i
[all...]
H A Drc2_ecb.c79 c2l(in, l);
81 c2l(in, l);
H A Drc2_locl.h59 #undef c2l macro
60 #define c2l(c,l) (l =((unsigned long)(*((c)++))) , \ macro
65 /* NOTE - c is not incremented as per c2l */
H A Drc2cfb64.c82 c2l(iv, v0);
84 c2l(iv, v1);
102 c2l(iv, v0);
104 c2l(iv, v1);
H A Drc2ofb64.c81 c2l(iv, v0);
82 c2l(iv, v1);

Completed in 183 milliseconds

12