Searched refs:sin0 (Results 1 – 1 of 1) sorted by relevance
/external/openssl/crypto/des/ |
D | pcbc_enc.c | 65 register DES_LONG sin0,sin1,xor0,xor1,tout0,tout1; in DES_pcbc_encrypt() local 82 c2l(in,sin0); in DES_pcbc_encrypt() 86 c2ln(in,sin0,sin1,length); in DES_pcbc_encrypt() 87 tin[0]=sin0^xor0; in DES_pcbc_encrypt() 92 xor0=sin0^tout0; in DES_pcbc_encrypt() 103 c2l(in,sin0); in DES_pcbc_encrypt() 105 tin[0]=sin0; in DES_pcbc_encrypt() 117 xor0=tout0^sin0; in DES_pcbc_encrypt() 122 sin0=sin1=xor0=xor1=tout0=tout1=0; in DES_pcbc_encrypt()
|