Searched refs:l2n (Results 1 - 25 of 30) sorted by relevance

12

/freebsd-10.1-release/crypto/openssl/crypto/bf/
H A Dbf_ofb64.c86 l2n(v0, dp);
87 l2n(v1, dp);
93 l2n(t, dp);
95 l2n(t, dp);
105 l2n(v0, iv);
106 l2n(v1, iv);
H A Dbf_cbc.c84 l2n(tout0, out);
85 l2n(tout1, out);
96 l2n(tout0, out);
97 l2n(tout1, out);
99 l2n(tout0, ivec);
100 l2n(tout1, ivec);
113 l2n(tout0, out);
114 l2n(tout1, out);
130 l2n(xor0, ivec);
131 l2n(xor
[all...]
H A Dbf_ecb.c96 l2n(l, out);
98 l2n(l, out);
H A Dbf_cfb64.c89 l2n(t, iv);
91 l2n(t, iv);
109 l2n(t, iv);
111 l2n(t, iv);
H A Dbf_enc.c247 l2n(tout0, out);
248 l2n(tout1, out);
259 l2n(tout0, out);
260 l2n(tout1, out);
262 l2n(tout0, ivec);
263 l2n(tout1, ivec);
276 l2n(tout0, out);
277 l2n(tout1, out);
293 l2n(xor0, ivec);
294 l2n(xor
[all...]
H A Dbf_locl.h124 /* NOTE - c is not incremented as per l2n */
145 # undef l2n macro
146 # define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24L)&0xff), \ macro
/freebsd-10.1-release/crypto/openssl/crypto/cast/
H A Dc_ofb64.c86 l2n(v0, dp);
87 l2n(v1, dp);
93 l2n(t, dp);
95 l2n(t, dp);
105 l2n(v0, iv);
106 l2n(v1, iv);
H A Dc_ecb.c79 l2n(l, out);
81 l2n(l, out);
H A Dc_cfb64.c89 l2n(t, iv);
91 l2n(t, iv);
109 l2n(t, iv);
111 l2n(t, iv);
H A Dc_enc.c149 l2n(tout0, out);
150 l2n(tout1, out);
161 l2n(tout0, out);
162 l2n(tout1, out);
164 l2n(tout0, iv);
165 l2n(tout1, iv);
178 l2n(tout0, out);
179 l2n(tout1, out);
195 l2n(xor0, iv);
196 l2n(xor
[all...]
H A Dcast_lcl.h126 /* NOTE - c is not incremented as per l2n */
147 #undef l2n macro
148 #define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24L)&0xff), \ macro
/freebsd-10.1-release/crypto/openssl/crypto/idea/
H A Di_ofb64.c86 l2n(v0, dp);
87 l2n(v1, dp);
93 l2n(t, dp);
95 l2n(t, dp);
105 l2n(v0, iv);
106 l2n(v1, iv);
H A Di_ecb.c84 l2n(l0, out);
86 l2n(l1, out);
H A Di_cfb64.c89 l2n(t, iv);
91 l2n(t, iv);
109 l2n(t, iv);
111 l2n(t, iv);
H A Di_cbc.c84 l2n(tout0, out);
86 l2n(tout1, out);
96 l2n(tout0, out);
98 l2n(tout1, out);
100 l2n(tout0, iv);
101 l2n(tout1, iv);
114 l2n(tout0, out);
115 l2n(tout1, out);
131 l2n(xor0, iv);
132 l2n(xor
[all...]
H A Didea_lcl.h112 /* NOTE - c is not incremented as per l2n */
133 #undef l2n macro
134 #define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24L)&0xff), \ macro
/freebsd-10.1-release/sys/crypto/blowfish/
H A Dbf_ecb.c82 l=d[0]; l2n(l,out);
83 l=d[1]; l2n(l,out);
H A Dbf_locl.h130 /* NOTE - c is not incremented as per l2n */
151 #undef l2n macro
152 #define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24L)&0xff), \ macro
/freebsd-10.1-release/crypto/openssl/ssl/
H A Ds3_cbc.c328 l2n(sha1->h0, md_out);
329 l2n(sha1->h1, md_out);
330 l2n(sha1->h2, md_out);
331 l2n(sha1->h3, md_out);
332 l2n(sha1->h4, md_out);
344 l2n(sha256->h[i], md_out);
H A Ds2_enc.c179 l2n(seq, p);
/freebsd-10.1-release/crypto/openssl/crypto/rc2/
H A Drc2_locl.h120 /* NOTE - c is not incremented as per l2n */
141 #undef l2n macro
142 #define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24L)&0xff), \ macro
/freebsd-10.1-release/crypto/openssl/crypto/des/
H A Denc_writ.c132 l2n(len, p);
H A Ddes_locl.h145 # define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24L)&0xff), \ macro
/freebsd-10.1-release/crypto/openssl/crypto/rc5/
H A Drc5_locl.h122 /* NOTE - c is not incremented as per l2n */
143 #undef l2n macro
144 #define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24L)&0xff), \ macro
/freebsd-10.1-release/sys/crypto/des/
H A Ddes_locl.h104 #define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24L)&0xff), \ macro

Completed in 108 milliseconds

12