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

  /external/openssl/crypto/bf/
bf_ofb64.c 84 l2n(v0,dp);
85 l2n(v1,dp);
92 t=ti[0]; l2n(t,dp);
93 t=ti[1]; l2n(t,dp);
104 l2n(v0,iv);
105 l2n(v1,iv);
bf_ecb.c 92 l=d[0]; l2n(l,out);
93 l=d[1]; l2n(l,out);
bf_cfb64.c 87 t=ti[0]; l2n(t,iv);
88 t=ti[1]; l2n(t,iv);
107 t=ti[0]; l2n(t,iv);
108 t=ti[1]; l2n(t,iv);
bf_enc.c 248 l2n(tout0,out);
249 l2n(tout1,out);
261 l2n(tout0,out);
262 l2n(tout1,out);
264 l2n(tout0,ivec);
265 l2n(tout1,ivec);
281 l2n(tout0,out);
282 l2n(tout1,out);
299 l2n(xor0,ivec);
300 l2n(xor1,ivec)
    [all...]
bf_locl.h 124 /* NOTE - c is not incremented as per l2n */
145 #undef l2n macro
146 #define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24L)&0xff), \ macro
  /external/openssl/crypto/rc2/
rc2_locl.h 120 /* NOTE - c is not incremented as per l2n */
141 #undef l2n macro
142 #define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24L)&0xff), \ macro
  /external/openssl/crypto/des/
enc_writ.c 129 l2n(len,p);
des_locl.h 143 #define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24L)&0xff), \ macro
  /external/openssl/ssl/
s2_enc.c 174 l2n(seq,p);
s23_clnt.c 328 l2n(Time,p);
d1_srvr.c 761 l2n(Time,p);
    [all...]
s3_srvr.c 1073 l2n(Time,pos);
    [all...]
ssl_locl.h 206 #define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24)&0xff), \ macro
    [all...]
ssl_sess.c 547 l2n(l,p);
    [all...]
d1_clnt.c 635 l2n(Time,p);
    [all...]
s3_clnt.c 684 l2n(Time,p);
    [all...]

Completed in 111 milliseconds