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

/freebsd-12-stable/crypto/openssl/crypto/des/
H A Dcbc_cksm.c16 register DES_LONG tout0, tout1, tin0, tin1; local
23 c2l(iv, tout1);
33 tin1 ^= tout1;
37 tout1 = tin[1];
41 l2c(tout1, out);
45 * Transform the data in tout1 so that it will match the return value
48 tout1 = ((tout1 >> 24L) & 0x000000FF)
49 | ((tout1 >> 8L) & 0x0000FF00)
50 | ((tout1 <<
[all...]
H A Dncbc_enc.c28 register DES_LONG tout0, tout1, xor0, xor1; local
37 c2l(iv, tout1);
43 tin1 ^= tout1;
48 tout1 = tin[1];
49 l2c(tout1, out);
55 tin1 ^= tout1;
60 tout1 = tin[1];
61 l2c(tout1, out);
66 l2c(tout1, iv);
78 tout1
[all...]
H A Dpcbc_enc.c16 register DES_LONG sin0, sin1, xor0, xor1, tout0, tout1; local
38 tout1 = tin[1];
40 xor1 = sin1 ^ tout1;
42 l2c(tout1, out);
54 tout1 = tin[1] ^ xor1;
57 l2c(tout1, out);
59 l2cn(tout0, tout1, out, length);
61 xor1 = tout1 ^ sin1;
65 sin0 = sin1 = xor0 = xor1 = tout0 = tout1 = 0;
H A Dxcbc_enc.c20 register DES_LONG tout0, tout1, xor0, xor1; local
38 c2l(iv, tout1);
44 tin1 ^= tout1 ^ inW1;
49 tout1 = tin[1] ^ outW1;
50 l2c(tout1, out);
56 tin1 ^= tout1 ^ inW1;
61 tout1 = tin[1] ^ outW1;
62 l2c(tout1, out);
66 l2c(tout1, iv);
77 tout1
[all...]
H A Ddes_enc.c200 register DES_LONG tout0, tout1, xor0, xor1; local
213 c2l(iv, tout1);
218 tin1 ^= tout1;
224 tout1 = tin[1];
227 l2c(tout1, out);
232 tin1 ^= tout1;
238 tout1 = tin[1];
241 l2c(tout1, out);
245 l2c(tout1, iv);
262 tout1
[all...]
/freebsd-12-stable/crypto/openssl/crypto/idea/
H A Di_cbc.c18 register unsigned long tout0, tout1, xor0, xor1; local
24 n2l(iv, tout1);
30 tin1 ^= tout1;
36 tout1 = tin[1];
37 l2n(tout1, out);
42 tin1 ^= tout1;
48 tout1 = tin[1];
49 l2n(tout1, out);
52 l2n(tout1, iv);
64 tout1
[all...]
/freebsd-12-stable/crypto/openssl/crypto/rc2/
H A Drc2_cbc.c17 register unsigned long tout0, tout1, xor0, xor1; local
23 c2l(iv, tout1);
29 tin1 ^= tout1;
35 tout1 = tin[1];
36 l2c(tout1, out);
41 tin1 ^= tout1;
47 tout1 = tin[1];
48 l2c(tout1, out);
51 l2c(tout1, iv);
63 tout1
[all...]
/freebsd-12-stable/crypto/openssl/crypto/rc5/
H A Drc5_enc.c19 register unsigned long tout0, tout1, xor0, xor1; local
25 c2l(iv, tout1);
31 tin1 ^= tout1;
37 tout1 = tin[1];
38 l2c(tout1, out);
43 tin1 ^= tout1;
49 tout1 = tin[1];
50 l2c(tout1, out);
53 l2c(tout1, iv);
65 tout1
[all...]
/freebsd-12-stable/crypto/openssl/crypto/bf/
H A Dbf_enc.c106 register BF_LONG tout0, tout1, xor0, xor1; local
112 n2l(ivec, tout1);
118 tin1 ^= tout1;
123 tout1 = tin[1];
125 l2n(tout1, out);
130 tin1 ^= tout1;
135 tout1 = tin[1];
137 l2n(tout1, out);
140 l2n(tout1, ivec);
152 tout1
[all...]
/freebsd-12-stable/crypto/openssl/crypto/cast/
H A Dc_enc.c82 register CAST_LONG tout0, tout1, xor0, xor1; local
88 n2l(iv, tout1);
94 tin1 ^= tout1;
99 tout1 = tin[1];
101 l2n(tout1, out);
106 tin1 ^= tout1;
111 tout1 = tin[1];
113 l2n(tout1, out);
116 l2n(tout1, iv);
128 tout1
[all...]

Completed in 123 milliseconds