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

/external/openssl/crypto/bf/
H A Dbf_ecb.c86 n2l(in,l); d[0]=l;
87 n2l(in,l); d[1]=l;
H A Dbf_cfb64.c83 n2l(iv,v0); ti[0]=v0;
84 n2l(iv,v1); ti[1]=v1;
103 n2l(iv,v0); ti[0]=v0;
104 n2l(iv,v1); ti[1]=v1;
H A Dbf_ofb64.c79 n2l(iv,v0);
80 n2l(iv,v1);
H A Dbf_enc.c234 n2l(ivec,tout0);
235 n2l(ivec,tout1);
239 n2l(in,tin0);
240 n2l(in,tin1);
269 n2l(ivec,xor0);
270 n2l(ivec,xor1);
274 n2l(in,tin0);
275 n2l(in,tin1);
288 n2l(in,tin0);
289 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
/external/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
/external/openssl/crypto/des/
H A Denc_read.c168 n2l(p,num);
H A Ddes_locl.h138 #define n2l(c,l) (l =((DES_LONG)(*((c)++)))<<24L, \ macro
/external/chromium_org/third_party/boringssl/src/ssl/
H A Dssl_locl.h187 #define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24, \ macro
/external/openssl/ssl/
H A Dssl_locl.h201 #define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24, \ macro
H A Ds3_clnt.c2290 n2l(p, s->session->tlsext_tick_lifetime_hint);

Completed in 179 milliseconds