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

/freebsd-12-stable/crypto/openssl/crypto/des/
H A Dncbc_enc.c28 register DES_LONG tout0, tout1, xor0, xor1; local
36 c2l(iv, tout0);
41 tin0 ^= tout0;
46 tout0 = tin[0];
47 l2c(tout0, out);
53 tin0 ^= tout0;
58 tout0 = tin[0];
59 l2c(tout0, out);
65 l2c(tout0, iv);
77 tout0
[all...]
H A Dpcbc_enc.c16 register DES_LONG sin0, sin1, xor0, xor1, tout0, tout1; local
37 tout0 = tin[0];
39 xor0 = sin0 ^ tout0;
41 l2c(tout0, out);
53 tout0 = tin[0] ^ xor0;
56 l2c(tout0, out);
59 l2cn(tout0, tout1, out, length);
60 xor0 = tout0 ^ sin0;
65 sin0 = sin1 = xor0 = xor1 = tout0 = tout1 = 0;
H A Dcbc_cksm.c16 register DES_LONG tout0, tout1, tin0, tin1; local
22 c2l(iv, tout0);
31 tin0 ^= tout0;
36 tout0 = tin[0];
40 l2c(tout0, out);
43 tout0 = tin0 = tin1 = tin[0] = tin[1] = 0;
H A Dxcbc_enc.c20 register DES_LONG tout0, tout1, xor0, xor1; local
37 c2l(iv, tout0);
42 tin0 ^= tout0 ^ inW0;
47 tout0 = tin[0] ^ outW0;
48 l2c(tout0, out);
54 tin0 ^= tout0 ^ inW0;
59 tout0 = tin[0] ^ outW0;
60 l2c(tout0, out);
65 l2c(tout0, iv);
76 tout0
[all...]
H A Ddes_enc.c200 register DES_LONG tout0, tout1, xor0, xor1; local
212 c2l(iv, tout0);
217 tin0 ^= tout0;
223 tout0 = tin[0];
226 l2c(tout0, out);
231 tin0 ^= tout0;
237 tout0 = tin[0];
240 l2c(tout0, out);
244 l2c(tout0, iv);
261 tout0
[all...]
/freebsd-12-stable/crypto/openssl/crypto/idea/
H A Di_cbc.c18 register unsigned long tout0, tout1, xor0, xor1; local
23 n2l(iv, tout0);
29 tin0 ^= tout0;
34 tout0 = tin[0];
35 l2n(tout0, out);
41 tin0 ^= tout0;
46 tout0 = tin[0];
47 l2n(tout0, out);
51 l2n(tout0, iv);
63 tout0
[all...]
/freebsd-12-stable/crypto/openssl/crypto/rc2/
H A Drc2_cbc.c17 register unsigned long tout0, tout1, xor0, xor1; local
22 c2l(iv, tout0);
28 tin0 ^= tout0;
33 tout0 = tin[0];
34 l2c(tout0, out);
40 tin0 ^= tout0;
45 tout0 = tin[0];
46 l2c(tout0, out);
50 l2c(tout0, iv);
62 tout0
[all...]
/freebsd-12-stable/crypto/openssl/crypto/rc5/
H A Drc5_enc.c19 register unsigned long tout0, tout1, xor0, xor1; local
24 c2l(iv, tout0);
30 tin0 ^= tout0;
35 tout0 = tin[0];
36 l2c(tout0, out);
42 tin0 ^= tout0;
47 tout0 = tin[0];
48 l2c(tout0, out);
52 l2c(tout0, iv);
64 tout0
[all...]
/freebsd-12-stable/crypto/openssl/crypto/bf/
H A Dbf_enc.c106 register BF_LONG tout0, tout1, xor0, xor1; local
111 n2l(ivec, tout0);
117 tin0 ^= tout0;
122 tout0 = tin[0];
124 l2n(tout0, out);
129 tin0 ^= tout0;
134 tout0 = tin[0];
136 l2n(tout0, out);
139 l2n(tout0, ivec);
151 tout0
[all...]
/freebsd-12-stable/crypto/openssl/crypto/cast/
H A Dc_enc.c82 register CAST_LONG tout0, tout1, xor0, xor1; local
87 n2l(iv, tout0);
93 tin0 ^= tout0;
98 tout0 = tin[0];
100 l2n(tout0, out);
105 tin0 ^= tout0;
110 tout0 = tin[0];
112 l2n(tout0, out);
115 l2n(tout0, iv);
127 tout0
[all...]

Completed in 193 milliseconds