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

/freebsd-10.1-release/crypto/openssl/crypto/bf/
H A Dbf_cbc.c71 n2l(ivec, tout0);
72 n2l(ivec, tout1);
75 n2l(in, tin0);
76 n2l(in, tin1);
102 n2l(ivec, xor0);
103 n2l(ivec, xor1);
106 n2l(in, tin0);
107 n2l(in, tin1);
119 n2l(in, tin0);
120 n2l(i
[all...]
H A Dbf_ecb.c87 n2l(in, l);
89 n2l(in, l);
H A Dbf_cfb64.c82 n2l(iv, v0);
84 n2l(iv, v1);
102 n2l(iv, v0);
104 n2l(iv, v1);
H A Dbf_ofb64.c81 n2l(iv, v0);
82 n2l(iv, v1);
H A Dbf_enc.c234 n2l(ivec, tout0);
235 n2l(ivec, tout1);
238 n2l(in, tin0);
239 n2l(in, tin1);
265 n2l(ivec, xor0);
266 n2l(ivec, xor1);
269 n2l(in, tin0);
270 n2l(in, tin1);
282 n2l(in, tin0);
283 n2l(i
[all...]
H A Dbf_locl.h108 /* NOTE - c is not incremented as per n2l */
139 # undef n2l macro
140 # define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24L, \ macro
/freebsd-10.1-release/sys/crypto/blowfish/
H A Dbf_ecb.c76 n2l(in,l); d[0]=l;
77 n2l(in,l); d[1]=l;
H A Dbf_locl.h114 /* NOTE - c is not incremented as per n2l */
145 #undef n2l macro
146 #define n2l(c,l) (l =((BF_LONG)(*((c)++)))<<24L, \ macro
/freebsd-10.1-release/crypto/openssl/crypto/cast/
H A Dc_ecb.c70 n2l(in, l);
72 n2l(in, l);
H A Dc_cfb64.c82 n2l(iv, v0);
84 n2l(iv, v1);
102 n2l(iv, v0);
104 n2l(iv, v1);
H A Dc_enc.c136 n2l(iv, tout0);
137 n2l(iv, tout1);
140 n2l(in, tin0);
141 n2l(in, tin1);
167 n2l(iv, xor0);
168 n2l(iv, xor1);
171 n2l(in, tin0);
172 n2l(in, tin1);
184 n2l(in, tin0);
185 n2l(i
[all...]
H A Dc_ofb64.c81 n2l(iv, v0);
82 n2l(iv, v1);
H A Dcast_lcl.h110 /* NOTE - c is not incremented as per n2l */
141 #undef n2l macro
142 #define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24L, \ macro
/freebsd-10.1-release/crypto/openssl/crypto/idea/
H A Di_ecb.c78 n2l(in, l0);
80 n2l(in, l1);
H A Di_cfb64.c82 n2l(iv, v0);
84 n2l(iv, v1);
102 n2l(iv, v0);
104 n2l(iv, v1);
H A Di_cbc.c72 n2l(iv, tout0);
73 n2l(iv, tout1);
76 n2l(in, tin0);
77 n2l(in, tin1);
103 n2l(iv, xor0);
104 n2l(iv, xor1);
107 n2l(in, tin0);
109 n2l(in, tin1);
120 n2l(in, tin0);
122 n2l(i
[all...]
H A Di_ofb64.c81 n2l(iv, v0);
82 n2l(iv, v1);
H A Didea_lcl.h96 /* NOTE - c is not incremented as per n2l */
127 #undef n2l macro
128 #define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24L, \ macro
/freebsd-10.1-release/crypto/openssl/crypto/rc2/
H A Drc2_locl.h104 /* NOTE - c is not incremented as per n2l */
135 #undef n2l macro
136 #define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24L, \ macro
/freebsd-10.1-release/crypto/openssl/crypto/des/
H A Denc_read.c167 n2l(p, num);
H A Ddes_locl.h140 # define n2l(c,l) (l =((DES_LONG)(*((c)++)))<<24L, \ macro
/freebsd-10.1-release/crypto/openssl/crypto/rc5/
H A Drc5_locl.h106 /* NOTE - c is not incremented as per n2l */
137 #undef n2l macro
138 #define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24L, \ macro
/freebsd-10.1-release/sys/crypto/des/
H A Ddes_locl.h99 #define n2l(c,l) (l =((DES_LONG)(*((c)++)))<<24L, \ macro
/freebsd-10.1-release/crypto/openssl/ssl/
H A Dssl_locl.h201 # define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24, \ macro
H A Ds3_clnt.c2181 n2l(p, s->session->tlsext_tick_lifetime_hint);

Completed in 105 milliseconds