Home | History | Annotate | Download | only in libdes

Lines Matching refs:tin

65 	DES_LONG tin[2];
86 tin[0]=sin0^xor0;
87 tin[1]=sin1^xor1;
88 des_encrypt1((DES_LONG *)tin,schedule,DES_ENCRYPT);
89 tout0=tin[0];
90 tout1=tin[1];
104 tin[0]=sin0;
105 tin[1]=sin1;
106 des_encrypt1((DES_LONG *)tin,schedule,DES_DECRYPT);
107 tout0=tin[0]^xor0;
108 tout1=tin[1]^xor1;
120 tin[0]=tin[1]=0;