/external/openssl/crypto/des/ |
D | ncbc_enc.c | 75 register DES_LONG tout0,tout1,xor0,xor1; in DES_cbc_encrypt() local 84 c2l(iv,tout0); in DES_cbc_encrypt() 90 tin0^=tout0; tin[0]=tin0; in DES_cbc_encrypt() 93 tout0=tin[0]; l2c(tout0,out); in DES_cbc_encrypt() 99 tin0^=tout0; tin[0]=tin0; in DES_cbc_encrypt() 102 tout0=tin[0]; l2c(tout0,out); in DES_cbc_encrypt() 107 l2c(tout0,iv); in DES_cbc_encrypt() 120 tout0=tin[0]^xor0; in DES_cbc_encrypt() 122 l2c(tout0,out); in DES_cbc_encrypt() 132 tout0=tin[0]^xor0; in DES_cbc_encrypt() [all …]
|
D | xcbc_enc.c | 118 register DES_LONG tout0,tout1,xor0,xor1; in DES_xcbc_encrypt() local 136 c2l(iv,tout0); in DES_xcbc_encrypt() 142 tin0^=tout0^inW0; tin[0]=tin0; in DES_xcbc_encrypt() 145 tout0=tin[0]^outW0; l2c(tout0,out); in DES_xcbc_encrypt() 151 tin0^=tout0^inW0; tin[0]=tin0; in DES_xcbc_encrypt() 154 tout0=tin[0]^outW0; l2c(tout0,out); in DES_xcbc_encrypt() 158 l2c(tout0,iv); in DES_xcbc_encrypt() 170 tout0=tin[0]^xor0^inW0; in DES_xcbc_encrypt() 172 l2c(tout0,out); in DES_xcbc_encrypt() 182 tout0=tin[0]^xor0^inW0; in DES_xcbc_encrypt() [all …]
|
D | pcbc_enc.c | 65 register DES_LONG sin0,sin1,xor0,xor1,tout0,tout1; in DES_pcbc_encrypt() local 90 tout0=tin[0]; in DES_pcbc_encrypt() 92 xor0=sin0^tout0; in DES_pcbc_encrypt() 94 l2c(tout0,out); in DES_pcbc_encrypt() 108 tout0=tin[0]^xor0; in DES_pcbc_encrypt() 112 l2c(tout0,out); in DES_pcbc_encrypt() 116 l2cn(tout0,tout1,out,length); in DES_pcbc_encrypt() 117 xor0=tout0^sin0; in DES_pcbc_encrypt() 122 sin0=sin1=xor0=xor1=tout0=tout1=0; in DES_pcbc_encrypt()
|
D | ede_cbcm_enc.c | 82 register DES_LONG tout0,tout1,xor0,xor1,m0,m1; in DES_ede3_cbcm_encrypt() local 94 c2l(iv2,tout0); in DES_ede3_cbcm_encrypt() 113 tin0^=tout0; in DES_ede3_cbcm_encrypt() 125 tout0=tin[0]; in DES_ede3_cbcm_encrypt() 128 l2c(tout0,out); in DES_ede3_cbcm_encrypt() 136 l2c(tout0,iv2); in DES_ede3_cbcm_encrypt() 170 tout0=tin[0]; in DES_ede3_cbcm_encrypt() 173 tout0^=xor0; in DES_ede3_cbcm_encrypt() 177 l2cn(tout0,tout1,out,l+8); in DES_ede3_cbcm_encrypt() 181 l2c(tout0,out); in DES_ede3_cbcm_encrypt() [all …]
|
D | des_enc.c | 294 register DES_LONG tout0,tout1,xor0,xor1; in DES_ede3_cbc_encrypt() local 307 c2l(iv,tout0); in DES_ede3_cbc_encrypt() 313 tin0^=tout0; in DES_ede3_cbc_encrypt() 319 tout0=tin[0]; in DES_ede3_cbc_encrypt() 322 l2c(tout0,out); in DES_ede3_cbc_encrypt() 328 tin0^=tout0; in DES_ede3_cbc_encrypt() 334 tout0=tin[0]; in DES_ede3_cbc_encrypt() 337 l2c(tout0,out); in DES_ede3_cbc_encrypt() 341 l2c(tout0,iv); in DES_ede3_cbc_encrypt() 361 tout0=tin[0]; in DES_ede3_cbc_encrypt() [all …]
|
D | cbc_cksm.c | 65 register DES_LONG tout0,tout1,tin0,tin1; in DES_cbc_cksum() local 71 c2l(iv,tout0); in DES_cbc_cksum() 83 tin0^=tout0; tin[0]=tin0; in DES_cbc_cksum() 87 tout0=tin[0]; in DES_cbc_cksum() 92 l2c(tout0,out); in DES_cbc_cksum() 95 tout0=tin0=tin1=tin[0]=tin[1]=0; in DES_cbc_cksum()
|
/external/openssl/crypto/rc2/ |
D | rc2_cbc.c | 66 register unsigned long tout0,tout1,xor0,xor1; in RC2_cbc_encrypt() local 72 c2l(iv,tout0); in RC2_cbc_encrypt() 79 tin0^=tout0; in RC2_cbc_encrypt() 84 tout0=tin[0]; l2c(tout0,out); in RC2_cbc_encrypt() 90 tin0^=tout0; in RC2_cbc_encrypt() 95 tout0=tin[0]; l2c(tout0,out); in RC2_cbc_encrypt() 98 l2c(tout0,iv); in RC2_cbc_encrypt() 111 tout0=tin[0]^xor0; in RC2_cbc_encrypt() 113 l2c(tout0,out); in RC2_cbc_encrypt() 123 tout0=tin[0]^xor0; in RC2_cbc_encrypt() [all …]
|
/external/openssl/crypto/bf/ |
D | bf_enc.c | 228 register BF_LONG tout0,tout1,xor0,xor1; in BF_cbc_encrypt() local 234 n2l(ivec,tout0); in BF_cbc_encrypt() 241 tin0^=tout0; in BF_cbc_encrypt() 246 tout0=tin[0]; in BF_cbc_encrypt() 248 l2n(tout0,out); in BF_cbc_encrypt() 254 tin0^=tout0; in BF_cbc_encrypt() 259 tout0=tin[0]; in BF_cbc_encrypt() 261 l2n(tout0,out); in BF_cbc_encrypt() 264 l2n(tout0,ivec); in BF_cbc_encrypt() 279 tout0=tin[0]^xor0; in BF_cbc_encrypt() [all …]
|