Home
last modified time | relevance | path

Searched refs:l2n (Results 1 – 25 of 29) sorted by relevance

12

/freebsd-11-stable/crypto/openssl/crypto/bf/
HDbf_cbc.c84 l2n(tout0, out); in BF_cbc_encrypt()
85 l2n(tout1, out); in BF_cbc_encrypt()
96 l2n(tout0, out); in BF_cbc_encrypt()
97 l2n(tout1, out); in BF_cbc_encrypt()
99 l2n(tout0, ivec); in BF_cbc_encrypt()
100 l2n(tout1, ivec); in BF_cbc_encrypt()
113 l2n(tout0, out); in BF_cbc_encrypt()
114 l2n(tout1, out); in BF_cbc_encrypt()
130 l2n(xor0, ivec); in BF_cbc_encrypt()
131 l2n(xor1, ivec); in BF_cbc_encrypt()
HDbf_ofb64.c86 l2n(v0, dp); in BF_ofb64_encrypt()
87 l2n(v1, dp); in BF_ofb64_encrypt()
93 l2n(t, dp); in BF_ofb64_encrypt()
95 l2n(t, dp); in BF_ofb64_encrypt()
105 l2n(v0, iv); in BF_ofb64_encrypt()
106 l2n(v1, iv); in BF_ofb64_encrypt()
HDbf_enc.c247 l2n(tout0, out); in BF_cbc_encrypt()
248 l2n(tout1, out); in BF_cbc_encrypt()
259 l2n(tout0, out); in BF_cbc_encrypt()
260 l2n(tout1, out); in BF_cbc_encrypt()
262 l2n(tout0, ivec); in BF_cbc_encrypt()
263 l2n(tout1, ivec); in BF_cbc_encrypt()
276 l2n(tout0, out); in BF_cbc_encrypt()
277 l2n(tout1, out); in BF_cbc_encrypt()
293 l2n(xor0, ivec); in BF_cbc_encrypt()
294 l2n(xor1, ivec); in BF_cbc_encrypt()
HDbf_cfb64.c89 l2n(t, iv); in BF_cfb64_encrypt()
91 l2n(t, iv); in BF_cfb64_encrypt()
109 l2n(t, iv); in BF_cfb64_encrypt()
111 l2n(t, iv); in BF_cfb64_encrypt()
HDbf_ecb.c96 l2n(l, out); in BF_ecb_encrypt()
98 l2n(l, out); in BF_ecb_encrypt()
HDbf_locl.h145 # undef l2n
146 # define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24L)&0xff), \ macro
/freebsd-11-stable/crypto/openssl/crypto/idea/
HDi_cbc.c84 l2n(tout0, out); in idea_cbc_encrypt()
86 l2n(tout1, out); in idea_cbc_encrypt()
96 l2n(tout0, out); in idea_cbc_encrypt()
98 l2n(tout1, out); in idea_cbc_encrypt()
100 l2n(tout0, iv); in idea_cbc_encrypt()
101 l2n(tout1, iv); in idea_cbc_encrypt()
114 l2n(tout0, out); in idea_cbc_encrypt()
115 l2n(tout1, out); in idea_cbc_encrypt()
131 l2n(xor0, iv); in idea_cbc_encrypt()
132 l2n(xor1, iv); in idea_cbc_encrypt()
HDi_ofb64.c86 l2n(v0, dp); in idea_ofb64_encrypt()
87 l2n(v1, dp); in idea_ofb64_encrypt()
93 l2n(t, dp); in idea_ofb64_encrypt()
95 l2n(t, dp); in idea_ofb64_encrypt()
105 l2n(v0, iv); in idea_ofb64_encrypt()
106 l2n(v1, iv); in idea_ofb64_encrypt()
HDi_cfb64.c89 l2n(t, iv); in idea_cfb64_encrypt()
91 l2n(t, iv); in idea_cfb64_encrypt()
109 l2n(t, iv); in idea_cfb64_encrypt()
111 l2n(t, iv); in idea_cfb64_encrypt()
HDi_ecb.c84 l2n(l0, out); in idea_ecb_encrypt()
86 l2n(l1, out); in idea_ecb_encrypt()
HDidea_lcl.h133 #undef l2n
134 #define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24L)&0xff), \ macro
/freebsd-11-stable/crypto/openssl/crypto/cast/
HDc_ofb64.c86 l2n(v0, dp); in CAST_ofb64_encrypt()
87 l2n(v1, dp); in CAST_ofb64_encrypt()
93 l2n(t, dp); in CAST_ofb64_encrypt()
95 l2n(t, dp); in CAST_ofb64_encrypt()
105 l2n(v0, iv); in CAST_ofb64_encrypt()
106 l2n(v1, iv); in CAST_ofb64_encrypt()
HDc_enc.c149 l2n(tout0, out); in CAST_cbc_encrypt()
150 l2n(tout1, out); in CAST_cbc_encrypt()
161 l2n(tout0, out); in CAST_cbc_encrypt()
162 l2n(tout1, out); in CAST_cbc_encrypt()
164 l2n(tout0, iv); in CAST_cbc_encrypt()
165 l2n(tout1, iv); in CAST_cbc_encrypt()
178 l2n(tout0, out); in CAST_cbc_encrypt()
179 l2n(tout1, out); in CAST_cbc_encrypt()
195 l2n(xor0, iv); in CAST_cbc_encrypt()
196 l2n(xor1, iv); in CAST_cbc_encrypt()
HDc_cfb64.c89 l2n(t, iv); in CAST_cfb64_encrypt()
91 l2n(t, iv); in CAST_cfb64_encrypt()
109 l2n(t, iv); in CAST_cfb64_encrypt()
111 l2n(t, iv); in CAST_cfb64_encrypt()
HDc_ecb.c79 l2n(l, out); in CAST_ecb_encrypt()
81 l2n(l, out); in CAST_ecb_encrypt()
HDcast_lcl.h147 #undef l2n
148 #define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24L)&0xff), \ macro
/freebsd-11-stable/sys/crypto/blowfish/
HDbf_ecb.c82 l=d[0]; l2n(l,out); in BF_ecb_encrypt()
83 l=d[1]; l2n(l,out); in BF_ecb_encrypt()
HDbf_locl.h151 #undef l2n
152 #define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24L)&0xff), \ macro
/freebsd-11-stable/crypto/openssl/ssl/
HDs3_cbc.c328 l2n(sha1->h0, md_out); in tls1_sha1_final_raw()
329 l2n(sha1->h1, md_out); in tls1_sha1_final_raw()
330 l2n(sha1->h2, md_out); in tls1_sha1_final_raw()
331 l2n(sha1->h3, md_out); in tls1_sha1_final_raw()
332 l2n(sha1->h4, md_out); in tls1_sha1_final_raw()
344 l2n(sha256->h[i], md_out); in tls1_sha256_final_raw()
HDs2_enc.c179 l2n(seq, p); in ssl2_mac()
/freebsd-11-stable/crypto/openssl/crypto/rc2/
HDrc2_locl.h141 #undef l2n
142 #define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24L)&0xff), \ macro
/freebsd-11-stable/crypto/openssl/crypto/rc5/
HDrc5_locl.h143 #undef l2n
144 #define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24L)&0xff), \ macro
/freebsd-11-stable/crypto/openssl/crypto/des/
HDenc_writ.c132 l2n(len, p); in DES_enc_write()
HDdes_locl.h145 # define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24L)&0xff), \ macro
/freebsd-11-stable/sys/crypto/des/
HDdes_locl.h104 #define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24L)&0xff), \ macro

12