HomeSort by relevance Sort by last modified time
    Searched refs:n2l (Results 1 - 10 of 10) sorted by null

  /external/openssl/crypto/bf/
bf_ecb.c 86 n2l(in,l); d[0]=l;
87 n2l(in,l); d[1]=l;
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;
bf_ofb64.c 79 n2l(iv,v0);
80 n2l(iv,v1);
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(in,tin1)
    [all...]
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/
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/
enc_read.c 168 n2l(p,num);
des_locl.h 138 #define n2l(c,l) (l =((DES_LONG)(*((c)++)))<<24L, \ macro
  /external/openssl/ssl/
ssl_locl.h 201 #define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24, \ macro
    [all...]
s3_clnt.c     [all...]

Completed in 70 milliseconds