Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/openssl/crypto/idea/
H A Di_cbc.c35 l2n(tout0, out); in IDEA_cbc_encrypt()
37 l2n(tout1, out); in IDEA_cbc_encrypt()
47 l2n(tout0, out); in IDEA_cbc_encrypt()
49 l2n(tout1, out); in IDEA_cbc_encrypt()
51 l2n(tout0, iv); in IDEA_cbc_encrypt()
52 l2n(tout1, iv); in IDEA_cbc_encrypt()
65 l2n(tout0, out); in IDEA_cbc_encrypt()
66 l2n(tout1, out); in IDEA_cbc_encrypt()
82 l2n(xor0, iv); in IDEA_cbc_encrypt()
83 l2n(xor1, iv); in IDEA_cbc_encrypt()
H A Di_ofb64.c37 l2n(v0, dp); in IDEA_ofb64_encrypt()
38 l2n(v1, dp); in IDEA_ofb64_encrypt()
44 l2n(t, dp); in IDEA_ofb64_encrypt()
46 l2n(t, dp); in IDEA_ofb64_encrypt()
56 l2n(v0, iv); in IDEA_ofb64_encrypt()
57 l2n(v1, iv); in IDEA_ofb64_encrypt()
H A Di_cfb64.c40 l2n(t, iv); in IDEA_cfb64_encrypt()
42 l2n(t, iv); in IDEA_cfb64_encrypt()
60 l2n(t, iv); in IDEA_cfb64_encrypt()
62 l2n(t, iv); in IDEA_cfb64_encrypt()
H A Di_ecb.c30 l2n(l0, out); in IDEA_ecb_encrypt()
32 l2n(l1, out); in IDEA_ecb_encrypt()
H A Didea_lcl.h71 #undef l2n
72 #define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24L)&0xff), \ macro
/freebsd-12.1/crypto/openssl/crypto/bf/
H A Dbf_ofb64.c37 l2n(v0, dp); in BF_ofb64_encrypt()
38 l2n(v1, dp); in BF_ofb64_encrypt()
44 l2n(t, dp); in BF_ofb64_encrypt()
46 l2n(t, dp); in BF_ofb64_encrypt()
56 l2n(v0, iv); in BF_ofb64_encrypt()
57 l2n(v1, iv); in BF_ofb64_encrypt()
H A Dbf_enc.c124 l2n(tout0, out); in BF_cbc_encrypt()
125 l2n(tout1, out); in BF_cbc_encrypt()
136 l2n(tout0, out); in BF_cbc_encrypt()
137 l2n(tout1, out); in BF_cbc_encrypt()
139 l2n(tout0, ivec); in BF_cbc_encrypt()
140 l2n(tout1, ivec); in BF_cbc_encrypt()
153 l2n(tout0, out); in BF_cbc_encrypt()
154 l2n(tout1, out); in BF_cbc_encrypt()
170 l2n(xor0, ivec); in BF_cbc_encrypt()
171 l2n(xor1, ivec); in BF_cbc_encrypt()
H A Dbf_cfb64.c40 l2n(t, iv); in BF_cfb64_encrypt()
42 l2n(t, iv); in BF_cfb64_encrypt()
60 l2n(t, iv); in BF_cfb64_encrypt()
62 l2n(t, iv); in BF_cfb64_encrypt()
H A Dbf_ecb.c39 l2n(l, out); in BF_ecb_encrypt()
41 l2n(l, out); in BF_ecb_encrypt()
H A Dbf_locl.h65 # undef l2n
66 # define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24L)&0xff), \ macro
/freebsd-12.1/crypto/openssl/crypto/cast/
H A Dc_ofb64.c37 l2n(v0, dp); in CAST_ofb64_encrypt()
38 l2n(v1, dp); in CAST_ofb64_encrypt()
44 l2n(t, dp); in CAST_ofb64_encrypt()
46 l2n(t, dp); in CAST_ofb64_encrypt()
56 l2n(v0, iv); in CAST_ofb64_encrypt()
57 l2n(v1, iv); in CAST_ofb64_encrypt()
H A Dc_enc.c100 l2n(tout0, out); in CAST_cbc_encrypt()
101 l2n(tout1, out); in CAST_cbc_encrypt()
112 l2n(tout0, out); in CAST_cbc_encrypt()
113 l2n(tout1, out); in CAST_cbc_encrypt()
115 l2n(tout0, iv); in CAST_cbc_encrypt()
116 l2n(tout1, iv); in CAST_cbc_encrypt()
129 l2n(tout0, out); in CAST_cbc_encrypt()
130 l2n(tout1, out); in CAST_cbc_encrypt()
146 l2n(xor0, iv); in CAST_cbc_encrypt()
147 l2n(xor1, iv); in CAST_cbc_encrypt()
H A Dc_cfb64.c40 l2n(t, iv); in CAST_cfb64_encrypt()
42 l2n(t, iv); in CAST_cfb64_encrypt()
60 l2n(t, iv); in CAST_cfb64_encrypt()
62 l2n(t, iv); in CAST_cfb64_encrypt()
H A Dc_ecb.c28 l2n(l, out); in CAST_ecb_encrypt()
30 l2n(l, out); in CAST_ecb_encrypt()
H A Dcast_lcl.h110 #undef l2n
111 #define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24L)&0xff), \ macro
/freebsd-12.1/crypto/openssl/ssl/
H A Ds3_cbc.c57 l2n(sha1->h0, md_out); in tls1_sha1_final_raw()
58 l2n(sha1->h1, md_out); in tls1_sha1_final_raw()
59 l2n(sha1->h2, md_out); in tls1_sha1_final_raw()
60 l2n(sha1->h3, md_out); in tls1_sha1_final_raw()
61 l2n(sha1->h4, md_out); in tls1_sha1_final_raw()
70 l2n(sha256->h[i], md_out); in tls1_sha256_final_raw()
H A Dssl_locl.h84 # define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24)&0xff), \ macro
H A Ds3_lib.c4586 l2n(Time, p); in ssl_fill_hello_random()
/freebsd-12.1/sys/crypto/blowfish/
H A Dbf_ecb.c82 l=d[0]; l2n(l,out); in BF_ecb_encrypt()
83 l=d[1]; l2n(l,out); in BF_ecb_encrypt()
H A Dbf_locl.h151 #undef l2n
152 #define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24L)&0xff), \ macro
/freebsd-12.1/crypto/openssl/crypto/rc2/
H A Drc2_locl.h120 #undef l2n
121 #define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24L)&0xff), \ macro
/freebsd-12.1/crypto/openssl/crypto/rc5/
H A Drc5_locl.h122 #undef l2n
123 #define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24L)&0xff), \ macro
/freebsd-12.1/crypto/openssl/crypto/des/
H A Ddes_locl.h72 # define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24L)&0xff), \ macro
/freebsd-12.1/sys/crypto/des/
H A Ddes_locl.h104 #define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24L)&0xff), \ macro