Searched refs:tin1 (Results 1 - 10 of 10) sorted by relevance

/freebsd-12-stable/crypto/openssl/crypto/des/
H A Dncbc_enc.c27 register DES_LONG tin0, tin1; local
40 c2l(in, tin1);
43 tin1 ^= tout1;
44 tin[1] = tin1;
52 c2ln(in, tin0, tin1, l + 8);
55 tin1 ^= tout1;
56 tin[1] = tin1;
74 c2l(in, tin1);
75 tin[1] = tin1;
82 xor1 = tin1;
[all...]
H A Dcbc_cksm.c16 register DES_LONG tout0, tout1, tin0, tin1; local
27 c2l(in, tin1);
29 c2ln(in, tin0, tin1, l);
33 tin1 ^= tout1;
34 tin[1] = tin1;
43 tout0 = tin0 = tin1 = tin[0] = tin[1] = 0;
H A Dxcbc_enc.c19 register DES_LONG tin0, tin1; local
41 c2l(in, tin1);
44 tin1 ^= tout1 ^ inW1;
45 tin[1] = tin1;
53 c2ln(in, tin0, tin1, l + 8);
56 tin1 ^= tout1 ^ inW1;
57 tin[1] = tin1;
73 c2l(in, tin1);
74 tin[1] = tin1 ^ outW1;
81 xor1 = tin1;
[all...]
H A Ddes_enc.c199 register DES_LONG tin0, tin1; local
216 c2l(in, tin1);
218 tin1 ^= tout1;
221 tin[1] = tin1;
230 c2ln(in, tin0, tin1, l + 8);
232 tin1 ^= tout1;
235 tin[1] = tin1;
253 c2l(in, tin1);
256 t1 = tin1;
259 tin[1] = tin1;
[all...]
/freebsd-12-stable/crypto/openssl/crypto/idea/
H A Di_cbc.c17 register unsigned long tin0, tin1; local
28 n2l(in, tin1);
30 tin1 ^= tout1;
32 tin[1] = tin1;
40 n2ln(in, tin0, tin1, l + 8);
42 tin1 ^= tout1;
44 tin[1] = tin1;
60 n2l(in, tin1);
61 tin[1] = tin1;
68 xor1 = tin1;
[all...]
/freebsd-12-stable/crypto/openssl/crypto/rc2/
H A Drc2_cbc.c16 register unsigned long tin0, tin1; local
27 c2l(in, tin1);
29 tin1 ^= tout1;
31 tin[1] = tin1;
39 c2ln(in, tin0, tin1, l + 8);
41 tin1 ^= tout1;
43 tin[1] = tin1;
59 c2l(in, tin1);
60 tin[1] = tin1;
67 xor1 = tin1;
[all...]
/freebsd-12-stable/crypto/openssl/crypto/rc5/
H A Drc5_enc.c18 register unsigned long tin0, tin1; local
29 c2l(in, tin1);
31 tin1 ^= tout1;
33 tin[1] = tin1;
41 c2ln(in, tin0, tin1, l + 8);
43 tin1 ^= tout1;
45 tin[1] = tin1;
61 c2l(in, tin1);
62 tin[1] = tin1;
69 xor1 = tin1;
[all...]
/freebsd-12-stable/crypto/openssl/crypto/bf/
H A Dbf_enc.c105 register BF_LONG tin0, tin1; local
116 n2l(in, tin1);
118 tin1 ^= tout1;
120 tin[1] = tin1;
128 n2ln(in, tin0, tin1, l + 8);
130 tin1 ^= tout1;
132 tin[1] = tin1;
147 n2l(in, tin1);
149 tin[1] = tin1;
156 xor1 = tin1;
[all...]
/freebsd-12-stable/crypto/openssl/crypto/cast/
H A Dc_enc.c81 register CAST_LONG tin0, tin1; local
92 n2l(in, tin1);
94 tin1 ^= tout1;
96 tin[1] = tin1;
104 n2ln(in, tin0, tin1, l + 8);
106 tin1 ^= tout1;
108 tin[1] = tin1;
123 n2l(in, tin1);
125 tin[1] = tin1;
132 xor1 = tin1;
[all...]
/freebsd-12-stable/crypto/openssl/crypto/mdc2/
H A Dmdc2dgst.c73 register DES_LONG tin0, tin1; local
83 c2l(in, tin1);
84 d[1] = dd[1] = tin1;
97 ttin1 = tin1 ^ dd[1];
99 tin1 ^= d[1];
106 l2c(tin1, p);

Completed in 179 milliseconds