Home
last modified time | relevance | path

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

/third_party/openssl/crypto/idea/
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()
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()
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()
Di_ecb.c30 l2n(l0, out); in IDEA_ecb_encrypt()
32 l2n(l1, out); in IDEA_ecb_encrypt()
Didea_local.h71 #undef l2n
72 #define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24L)&0xff), \ macro
/third_party/openssl/crypto/cast/
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()
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()
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()
Dc_ecb.c28 l2n(l, out); in CAST_ecb_encrypt()
30 l2n(l, out); in CAST_ecb_encrypt()
Dcast_local.h110 #undef l2n
111 #define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24L)&0xff), \ macro
/third_party/openssl/crypto/bf/
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()
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()
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()
Dbf_ecb.c39 l2n(l, out); in BF_ecb_encrypt()
41 l2n(l, out); in BF_ecb_encrypt()
Dbf_local.h65 # undef l2n
66 # define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24L)&0xff), \ macro
/third_party/openssl/ssl/
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()
Dssl_local.h84 # define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24)&0xff), \ macro
Ds3_lib.c4577 l2n(Time, p); in ssl_fill_hello_random()
/third_party/openssl/crypto/rc2/
Drc2_local.h120 #undef l2n
121 #define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24L)&0xff), \ macro
/third_party/openssl/crypto/rc5/
Drc5_local.h122 #undef l2n
123 #define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24L)&0xff), \ macro
/third_party/openssl/crypto/des/
Ddes_local.h72 # define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24L)&0xff), \ macro
/third_party/chromium/patch/
D0001-cve.patch60138 zPaT0sWAe*l2n;`;i9+YFYHUrPoe!&zzfkZ@4=x)bCd3QKm!Bz|hTG7h6c<{CIV|94