/external/openssl/crypto/des/ |
ofb64ede.c | 86 l2c(v0,dp); 87 l2c(v1,dp); 99 l2c(v0,dp); 100 l2c(v1,dp); 111 l2c(v0,iv); 112 l2c(v1,iv);
|
ofb64enc.c | 84 l2c(v0,dp); 85 l2c(v1,dp); 92 t=ti[0]; l2c(t,dp); 93 t=ti[1]; l2c(t,dp); 104 l2c(v0,iv); 105 l2c(v1,iv);
|
ncbc_enc.c | 93 tout0=tin[0]; l2c(tout0,out); 94 tout1=tin[1]; l2c(tout1,out); 102 tout0=tin[0]; l2c(tout0,out); 103 tout1=tin[1]; l2c(tout1,out); 107 l2c(tout0,iv); 108 l2c(tout1,iv); 122 l2c(tout0,out); 123 l2c(tout1,out); 142 l2c(xor0,iv); 143 l2c(xor1,iv) [all...] |
ede_cbcm_enc.c | 128 l2c(tout0,out); 129 l2c(tout1,out); 132 l2c(m0,iv1); 133 l2c(m1,iv1); 136 l2c(tout0,iv2); 137 l2c(tout1,iv2); 181 l2c(tout0,out); 182 l2c(tout1,out); 189 l2c(m0,iv1); 190 l2c(m1,iv1) [all...] |
ecb3_enc.c | 81 l2c(l0,out); 82 l2c(l1,out);
|
cfb64enc.c | 87 v0=ti[0]; l2c(v0,iv); 88 v0=ti[1]; l2c(v0,iv); 107 v0=ti[0]; l2c(v0,iv); 108 v0=ti[1]; l2c(v0,iv);
|
cfb_enc.c | 120 l2c(v0,iv); 121 l2c(v1,iv); 122 l2c(d0,iv); 123 l2c(d1,iv); 163 l2c(v0,iv); 164 l2c(v1,iv); 165 l2c(d0,iv); 166 l2c(d1,iv); 191 l2c(v0,iv); 192 l2c(v1,iv) [all...] |
cfb64ede.c | 95 l2c(v0,iv); 96 l2c(v1,iv); 121 l2c(v0,iv); 122 l2c(v1,iv); 188 l2c(v0,iv); 189 l2c(v1,iv); 190 l2c(d0,iv); 191 l2c(d1,iv); 226 l2c(v0,iv); 227 l2c(v1,iv) [all...] |
pcbc_enc.c | 94 l2c(tout0,out); 95 l2c(tout1,out); 112 l2c(tout0,out); 113 l2c(tout1,out);
|
cbc_cksm.c | 92 l2c(tout0,out); 93 l2c(tout1,out);
|
ecb_enc.c | 119 l=ll[0]; l2c(l,out); 120 l=ll[1]; l2c(l,out);
|
des_enc.c | 322 l2c(tout0,out); 323 l2c(tout1,out); 337 l2c(tout0,out); 338 l2c(tout1,out); 341 l2c(tout0,iv); 342 l2c(tout1,iv); 366 l2c(tout0,out); 367 l2c(tout1,out); 393 l2c(xor0,iv); 394 l2c(xor1,iv) [all...] |
xcbc_enc.c | 145 tout0=tin[0]^outW0; l2c(tout0,out); 146 tout1=tin[1]^outW1; l2c(tout1,out); 154 tout0=tin[0]^outW0; l2c(tout0,out); 155 tout1=tin[1]^outW1; l2c(tout1,out); 158 l2c(tout0,iv); 159 l2c(tout1,iv); 172 l2c(tout0,out); 173 l2c(tout1,out); 190 l2c(xor0,iv); 191 l2c(xor1,iv) [all...] |
ofb_enc.c | 131 l2c(v0,iv); 132 l2c(v1,iv);
|
fcrypt.c | 146 ll=out[0]; l2c(ll,b); 147 ll=out[1]; l2c(ll,b);
|
des_locl.h | 129 #define l2c(l,c) (*((c)++)=(unsigned char)(((l) )&0xff), \ macro 148 /* NOTE - c is not incremented as per l2c */
|
/external/openssl/crypto/rc2/ |
rc2ofb64.c | 85 l2c(v0,dp); 86 l2c(v1,dp); 93 t=ti[0]; l2c(t,dp); 94 t=ti[1]; l2c(t,dp); 105 l2c(v0,iv); 106 l2c(v1,iv);
|
rc2_ecb.c | 84 l=d[0]; l2c(l,out); 85 l=d[1]; l2c(l,out);
|
rc2cfb64.c | 88 t=ti[0]; l2c(t,iv); 89 t=ti[1]; l2c(t,iv); 108 t=ti[0]; l2c(t,iv); 109 t=ti[1]; l2c(t,iv);
|
rc2_cbc.c | 84 tout0=tin[0]; l2c(tout0,out); 85 tout1=tin[1]; l2c(tout1,out); 95 tout0=tin[0]; l2c(tout0,out); 96 tout1=tin[1]; l2c(tout1,out); 98 l2c(tout0,iv); 99 l2c(tout1,iv); 113 l2c(tout0,out); 114 l2c(tout1,out); 129 l2c(xor0,iv); 130 l2c(xor1,iv) [all...] |
rc2_locl.h | 82 #undef l2c macro 83 #define l2c(l,c) (*((c)++)=(unsigned char)(((l) )&0xff), \ macro 88 /* NOTE - c is not incremented as per l2c */
|
/external/openssl/crypto/mdc2/ |
mdc2dgst.c | 71 #undef l2c macro 72 #define l2c(l,c) (*((c)++)=(unsigned char)(((l) )&0xff), \ macro 153 l2c(tin0,p); 154 l2c(ttin1,p); 156 l2c(ttin0,p); 157 l2c(tin1,p);
|
/external/openssl/crypto/bf/ |
bf_locl.h | 86 #undef l2c macro 87 #define l2c(l,c) (*((c)++)=(unsigned char)(((l) )&0xff), \ macro 92 /* NOTE - c is not incremented as per l2c */
|
/external/openssl/ssl/ |
ssl_locl.h | 196 #define l2c(l,c) (*((c)++)=(unsigned char)(((l) )&0xff), \ macro 225 /* NOTE - c is not incremented as per l2c */ [all...] |