HomeSort by: relevance | last modified time | path
    Searched defs:tin0 (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/crypto/blowfish/
bf_cbc.c 72 register BF_LONG tin0,tin1; local in function:BF_cbc_encrypt
84 n2l(in,tin0);
86 tin0^=tout0;
88 tin[0]=tin0;
98 n2ln(in,tin0,tin1,l+8);
99 tin0^=tout0;
101 tin[0]=tin0;
119 n2l(in,tin0);
121 tin[0]=tin0;
128 xor0=tin0;
    [all...]
  /src/sys/crypto/des/
des_cbc.c 68 register DES_LONG tin0,tin1; local in function:des_ncbc_encrypt
82 c2l(in,tin0);
84 tin0^=tout0; tin[0]=tin0;
92 c2ln(in,tin0,tin1,l+8);
93 tin0^=tout0; tin[0]=tin0;
109 c2l(in,tin0); tin[0]=tin0;
116 xor0=tin0;
142 register DES_LONG tin0,tin1; local in function:des_ede3_cbc_encrypt
    [all...]

Completed in 11 milliseconds