Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/idea/
H A Di_cbc.c84 tout0=tin[0]; l2n(tout0,out); in idea_cbc_encrypt()
85 tout1=tin[1]; l2n(tout1,out); in idea_cbc_encrypt()
95 tout0=tin[0]; l2n(tout0,out); in idea_cbc_encrypt()
96 tout1=tin[1]; l2n(tout1,out); in idea_cbc_encrypt()
98 l2n(tout0,iv); in idea_cbc_encrypt()
99 l2n(tout1,iv); in idea_cbc_encrypt()
113 l2n(tout0,out); in idea_cbc_encrypt()
114 l2n(tout1,out); in idea_cbc_encrypt()
129 l2n(xor0,iv); in idea_cbc_encrypt()
130 l2n(xor1,iv); in idea_cbc_encrypt()
H A Di_ofb64.c85 l2n(v0,dp); in idea_ofb64_encrypt()
86 l2n(v1,dp); in idea_ofb64_encrypt()
93 t=ti[0]; l2n(t,dp); in idea_ofb64_encrypt()
94 t=ti[1]; l2n(t,dp); in idea_ofb64_encrypt()
105 l2n(v0,iv); in idea_ofb64_encrypt()
106 l2n(v1,iv); in idea_ofb64_encrypt()
H A Di_cfb64.c88 t=ti[0]; l2n(t,iv); in idea_cfb64_encrypt()
89 t=ti[1]; l2n(t,iv); in idea_cfb64_encrypt()
108 t=ti[0]; l2n(t,iv); in idea_cfb64_encrypt()
109 t=ti[1]; l2n(t,iv); in idea_cfb64_encrypt()
H A Di_ecb.c79 l0=d[0]; l2n(l0,out); in idea_ecb_encrypt()
80 l1=d[1]; l2n(l1,out); in idea_ecb_encrypt()
H A Didea_lcl.h119 #undef l2n
120 #define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24L)&0xff), \ macro
/dragonfly/crypto/libressl/crypto/cast/
H A Dc_ofb64.c85 l2n(v0,dp); in CAST_ofb64_encrypt()
86 l2n(v1,dp); in CAST_ofb64_encrypt()
93 t=ti[0]; l2n(t,dp); in CAST_ofb64_encrypt()
94 t=ti[1]; l2n(t,dp); in CAST_ofb64_encrypt()
105 l2n(v0,iv); in CAST_ofb64_encrypt()
106 l2n(v1,iv); in CAST_ofb64_encrypt()
H A Dc_enc.c154 l2n(tout0,out); in CAST_cbc_encrypt()
155 l2n(tout1,out); in CAST_cbc_encrypt()
167 l2n(tout0,out); in CAST_cbc_encrypt()
168 l2n(tout1,out); in CAST_cbc_encrypt()
170 l2n(tout0,iv); in CAST_cbc_encrypt()
171 l2n(tout1,iv); in CAST_cbc_encrypt()
187 l2n(tout0,out); in CAST_cbc_encrypt()
188 l2n(tout1,out); in CAST_cbc_encrypt()
205 l2n(xor0,iv); in CAST_cbc_encrypt()
206 l2n(xor1,iv); in CAST_cbc_encrypt()
H A Dc_cfb64.c88 t=ti[0]; l2n(t,iv); in CAST_cfb64_encrypt()
89 t=ti[1]; l2n(t,iv); in CAST_cfb64_encrypt()
108 t=ti[0]; l2n(t,iv); in CAST_cfb64_encrypt()
109 t=ti[1]; l2n(t,iv); in CAST_cfb64_encrypt()
H A Dc_ecb.c74 l=d[0]; l2n(l,out); in CAST_ecb_encrypt()
75 l=d[1]; l2n(l,out); in CAST_ecb_encrypt()
H A Dcast_lcl.h141 #undef l2n
142 #define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24L)&0xff), \ macro
/dragonfly/crypto/libressl/crypto/bf/
H A Dbf_ofb64.c84 l2n(v0,dp); in BF_ofb64_encrypt()
85 l2n(v1,dp); in BF_ofb64_encrypt()
92 t=ti[0]; l2n(t,dp); in BF_ofb64_encrypt()
93 t=ti[1]; l2n(t,dp); in BF_ofb64_encrypt()
104 l2n(v0,iv); in BF_ofb64_encrypt()
105 l2n(v1,iv); in BF_ofb64_encrypt()
H A Dbf_enc.c248 l2n(tout0,out); in BF_cbc_encrypt()
249 l2n(tout1,out); in BF_cbc_encrypt()
261 l2n(tout0,out); in BF_cbc_encrypt()
262 l2n(tout1,out); in BF_cbc_encrypt()
264 l2n(tout0,ivec); in BF_cbc_encrypt()
265 l2n(tout1,ivec); in BF_cbc_encrypt()
281 l2n(tout0,out); in BF_cbc_encrypt()
282 l2n(tout1,out); in BF_cbc_encrypt()
299 l2n(xor0,ivec); in BF_cbc_encrypt()
300 l2n(xor1,ivec); in BF_cbc_encrypt()
H A Dbf_cfb64.c87 t=ti[0]; l2n(t,iv); in BF_cfb64_encrypt()
88 t=ti[1]; l2n(t,iv); in BF_cfb64_encrypt()
107 t=ti[0]; l2n(t,iv); in BF_cfb64_encrypt()
108 t=ti[1]; l2n(t,iv); in BF_cfb64_encrypt()
H A Dbf_ecb.c90 l=d[0]; l2n(l,out); in BF_ecb_encrypt()
91 l=d[1]; l2n(l,out); in BF_ecb_encrypt()
H A Dbf_locl.h145 #undef l2n
146 #define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24L)&0xff), \ macro
/dragonfly/crypto/libressl/ssl/
H A Ds3_cbc.c267 #define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24)&0xff), \ macro
306 l2n(sha1->h0, md_out); in tls1_sha1_final_raw()
307 l2n(sha1->h1, md_out); in tls1_sha1_final_raw()
308 l2n(sha1->h2, md_out); in tls1_sha1_final_raw()
309 l2n(sha1->h3, md_out); in tls1_sha1_final_raw()
310 l2n(sha1->h4, md_out); in tls1_sha1_final_raw()
320 l2n(sha256->h[i], md_out); in tls1_sha256_final_raw()
/dragonfly/crypto/libressl/crypto/rc2/
H A Drc2_locl.h141 #undef l2n
142 #define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24L)&0xff), \ macro
/dragonfly/sys/crypto/blowfish/
H A Dbf_locl.h151 #undef l2n
152 #define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24L)&0xff), \ macro
/dragonfly/sys/crypto/des/
H A Ddes_locl.h104 #define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24L)&0xff), \ macro
/dragonfly/crypto/libressl/crypto/des/
H A Ddes_locl.h117 #define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24L)&0xff), \ macro