/external/chromium_org/third_party/openssl/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/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/chromium_org/third_party/openssl/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/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/chromium_org/third_party/openssl/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/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/chromium_org/third_party/openssl/openssl/ssl/ |
s3_cbc.c | 353 l2n(sha1->h0, md_out); 354 l2n(sha1->h1, md_out); 355 l2n(sha1->h2, md_out); 356 l2n(sha1->h3, md_out); 357 l2n(sha1->h4, md_out); 369 l2n(sha256->h[i], md_out);
|
s2_enc.c | 174 l2n(seq,p);
|
s23_clnt.c | 359 l2n(Time,p);
|
d1_srvr.c | 922 l2n(Time,p); [all...] |
s3_srvr.c | [all...] |
/external/openssl/ssl/ |
s3_cbc.c | 353 l2n(sha1->h0, md_out); 354 l2n(sha1->h1, md_out); 355 l2n(sha1->h2, md_out); 356 l2n(sha1->h3, md_out); 357 l2n(sha1->h4, md_out); 369 l2n(sha256->h[i], md_out);
|
s2_enc.c | 174 l2n(seq,p);
|
s23_clnt.c | 359 l2n(Time,p);
|
d1_srvr.c | 922 l2n(Time,p); [all...] |