Searched refs:n2l (Results 1 - 11 of 11) sorted by relevance
/external/openssl/crypto/bf/ |
H A D | bf_ecb.c | 86 n2l(in,l); d[0]=l; 87 n2l(in,l); d[1]=l;
|
H A D | bf_cfb64.c | 83 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 D | bf_ofb64.c | 79 n2l(iv,v0); 80 n2l(iv,v1);
|
H A D | bf_enc.c | 234 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 D | bf_locl.h | 108 /* 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 D | rc2_locl.h | 104 /* 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 D | enc_read.c | 168 n2l(p,num);
|
H A D | des_locl.h | 138 #define n2l(c,l) (l =((DES_LONG)(*((c)++)))<<24L, \ macro
|
/external/chromium_org/third_party/boringssl/src/ssl/ |
H A D | ssl_locl.h | 187 #define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24, \ macro
|
/external/openssl/ssl/ |
H A D | ssl_locl.h | 201 #define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24, \ macro
|
H A D | s3_clnt.c | 2290 n2l(p, s->session->tlsext_tick_lifetime_hint);
|
Completed in 124 milliseconds