HomeSort by: relevance | last modified time | path
    Searched defs:xor0 (Results 1 - 25 of 45) sorted by relevancy

1 2

  /src/sys/crypto/blowfish/
bf_cbc.c 73 register BF_LONG tout0,tout1,xor0,xor1; local
114 n2l(ivec,xor0);
124 tout0=tin[0]^xor0;
128 xor0=tin0;
138 tout0=tin[0]^xor0;
141 xor0=tin0;
144 l2n(xor0,ivec);
147 tin0=tin1=tout0=tout1=xor0=xor1=0;
  /src/crypto/external/apache2/openssl/dist/crypto/des/
ncbc_enc.c 28 register DES_LONG tout0, tout1, xor0, xor1; local
69 c2l(iv, xor0);
77 tout0 = tin[0] ^ xor0;
81 xor0 = tin0;
90 tout0 = tin[0] ^ xor0;
94 xor0 = tin0;
100 l2c(xor0, iv);
104 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0;
pcbc_enc.c 22 register DES_LONG sin0, sin1, xor0, xor1, tout0, tout1; local
32 c2l(iv, xor0);
40 tin[0] = sin0 ^ xor0;
45 xor0 = sin0 ^ tout0;
51 c2l(iv, xor0);
59 tout0 = tin[0] ^ xor0;
66 xor0 = tout0 ^ sin0;
71 sin0 = sin1 = xor0 = xor1 = tout0 = tout1 = 0;
xcbc_enc.c 26 register DES_LONG tout0, tout1, xor0, xor1; local
74 c2l(iv, xor0);
82 tout0 = tin[0] ^ xor0 ^ inW0;
86 xor0 = tin0;
95 tout0 = tin[0] ^ xor0 ^ inW0;
98 xor0 = tin0;
103 l2c(xor0, iv);
106 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0;
  /src/crypto/external/apache2/openssl/lib/libdes/
oncbc_enc.c 75 register DES_LONG tout0,tout1,xor0,xor1; local
113 c2l(iv,xor0);
120 tout0=tin[0]^xor0;
124 xor0=tin0;
132 tout0=tin[0]^xor0;
136 xor0=tin0;
142 l2c(xor0,iv);
146 tin0=tin1=tout0=tout1=xor0=xor1=0;
oede_cbcm_enc.c 80 register DES_LONG tout0,tout1,xor0,xor1,m0,m1; local
143 c2l(iv2,xor0);
171 tout0^=xor0;
182 xor0=t0;
191 l2c(xor0,iv2);
194 tin0=tin1=tout0=tout1=xor0=xor1=0;
opcbc_enc.c 64 register DES_LONG sin0,sin1,xor0,xor1,tout0,tout1; local
75 c2l(iv,xor0);
86 tin[0]=sin0^xor0;
91 xor0=sin0^tout0;
99 c2l(iv,xor0); c2l(iv,xor1);
107 tout0=tin[0]^xor0;
116 xor0=tout0^sin0;
121 sin0=sin1=xor0=xor1=tout0=tout1=0;
  /src/crypto/external/bsd/openssl/dist/crypto/des/
ncbc_enc.c 28 register DES_LONG tout0, tout1, xor0, xor1; local
69 c2l(iv, xor0);
77 tout0 = tin[0] ^ xor0;
81 xor0 = tin0;
90 tout0 = tin[0] ^ xor0;
94 xor0 = tin0;
100 l2c(xor0, iv);
104 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0;
pcbc_enc.c 22 register DES_LONG sin0, sin1, xor0, xor1, tout0, tout1; local
32 c2l(iv, xor0);
40 tin[0] = sin0 ^ xor0;
45 xor0 = sin0 ^ tout0;
51 c2l(iv, xor0);
59 tout0 = tin[0] ^ xor0;
66 xor0 = tout0 ^ sin0;
71 sin0 = sin1 = xor0 = xor1 = tout0 = tout1 = 0;
xcbc_enc.c 26 register DES_LONG tout0, tout1, xor0, xor1; local
74 c2l(iv, xor0);
82 tout0 = tin[0] ^ xor0 ^ inW0;
86 xor0 = tin0;
95 tout0 = tin[0] ^ xor0 ^ inW0;
98 xor0 = tin0;
103 l2c(xor0, iv);
106 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0;
  /src/crypto/external/bsd/openssl/lib/libdes/
oncbc_enc.c 75 register DES_LONG tout0,tout1,xor0,xor1; local
113 c2l(iv,xor0);
120 tout0=tin[0]^xor0;
124 xor0=tin0;
132 tout0=tin[0]^xor0;
136 xor0=tin0;
142 l2c(xor0,iv);
146 tin0=tin1=tout0=tout1=xor0=xor1=0;
oede_cbcm_enc.c 80 register DES_LONG tout0,tout1,xor0,xor1,m0,m1; local
143 c2l(iv2,xor0);
171 tout0^=xor0;
182 xor0=t0;
191 l2c(xor0,iv2);
194 tin0=tin1=tout0=tout1=xor0=xor1=0;
opcbc_enc.c 64 register DES_LONG sin0,sin1,xor0,xor1,tout0,tout1; local
75 c2l(iv,xor0);
86 tin[0]=sin0^xor0;
91 xor0=sin0^tout0;
99 c2l(iv,xor0); c2l(iv,xor1);
107 tout0=tin[0]^xor0;
116 xor0=tout0^sin0;
121 sin0=sin1=xor0=xor1=tout0=tout1=0;
  /src/crypto/external/bsd/openssl.old/dist/crypto/des/
ncbc_enc.c 28 register DES_LONG tout0, tout1, xor0, xor1; local
69 c2l(iv, xor0);
77 tout0 = tin[0] ^ xor0;
81 xor0 = tin0;
90 tout0 = tin[0] ^ xor0;
94 xor0 = tin0;
100 l2c(xor0, iv);
104 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0;
pcbc_enc.c 16 register DES_LONG sin0, sin1, xor0, xor1, tout0, tout1; local
26 c2l(iv, xor0);
34 tin[0] = sin0 ^ xor0;
39 xor0 = sin0 ^ tout0;
45 c2l(iv, xor0);
53 tout0 = tin[0] ^ xor0;
60 xor0 = tout0 ^ sin0;
65 sin0 = sin1 = xor0 = xor1 = tout0 = tout1 = 0;
  /src/crypto/external/bsd/openssl.old/lib/libdes/
oncbc_enc.c 75 register DES_LONG tout0,tout1,xor0,xor1; local
113 c2l(iv,xor0);
120 tout0=tin[0]^xor0;
124 xor0=tin0;
132 tout0=tin[0]^xor0;
136 xor0=tin0;
142 l2c(xor0,iv);
146 tin0=tin1=tout0=tout1=xor0=xor1=0;
  /src/sys/crypto/des/
des_cbc.c 69 register DES_LONG tout0,tout1,xor0,xor1; local
105 c2l(iv,xor0);
112 tout0=tin[0]^xor0;
116 xor0=tin0;
124 tout0=tin[0]^xor0;
127 xor0=tin0;
131 l2c(xor0,iv);
134 tin0=tin1=tout0=tout1=xor0=xor1=0;
143 register DES_LONG tout0,tout1,xor0,xor1; local
197 c2l(iv,xor0);
    [all...]
  /src/crypto/external/apache2/openssl/dist/crypto/bf/
bf_enc.c 112 register BF_LONG tout0, tout1, xor0, xor1; local
148 n2l(ivec, xor0);
157 tout0 = tin[0] ^ xor0;
161 xor0 = tin0;
170 tout0 = tin[0] ^ xor0;
173 xor0 = tin0;
176 l2n(xor0, ivec);
179 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0;
  /src/crypto/external/apache2/openssl/dist/crypto/cast/
c_enc.c 88 register CAST_LONG tout0, tout1, xor0, xor1; local
124 n2l(iv, xor0);
133 tout0 = tin[0] ^ xor0;
137 xor0 = tin0;
146 tout0 = tin[0] ^ xor0;
149 xor0 = tin0;
152 l2n(xor0, iv);
155 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0;
  /src/crypto/external/apache2/openssl/dist/crypto/rc5/
rc5_enc.c 25 register unsigned long tout0, tout1, xor0, xor1; local
61 c2l(iv, xor0);
70 tout0 = tin[0] ^ xor0;
74 xor0 = tin0;
83 tout0 = tin[0] ^ xor0;
86 xor0 = tin0;
89 l2c(xor0, iv);
92 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0;
  /src/crypto/external/bsd/openssl/dist/crypto/bf/
bf_enc.c 112 register BF_LONG tout0, tout1, xor0, xor1; local
148 n2l(ivec, xor0);
157 tout0 = tin[0] ^ xor0;
161 xor0 = tin0;
170 tout0 = tin[0] ^ xor0;
173 xor0 = tin0;
176 l2n(xor0, ivec);
179 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0;
  /src/crypto/external/bsd/openssl/dist/crypto/cast/
c_enc.c 88 register CAST_LONG tout0, tout1, xor0, xor1; local
124 n2l(iv, xor0);
133 tout0 = tin[0] ^ xor0;
137 xor0 = tin0;
146 tout0 = tin[0] ^ xor0;
149 xor0 = tin0;
152 l2n(xor0, iv);
155 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0;
  /src/crypto/external/bsd/openssl/dist/crypto/rc5/
rc5_enc.c 25 register RC5_32_INT tout0, tout1, xor0, xor1; local
61 c2l(iv, xor0);
70 tout0 = tin[0] ^ xor0;
74 xor0 = tin0;
83 tout0 = tin[0] ^ xor0;
86 xor0 = tin0;
89 l2c(xor0, iv);
92 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0;
  /src/crypto/external/bsd/openssl.old/dist/crypto/bf/
bf_enc.c 106 register BF_LONG tout0, tout1, xor0, xor1; local
142 n2l(ivec, xor0);
151 tout0 = tin[0] ^ xor0;
155 xor0 = tin0;
164 tout0 = tin[0] ^ xor0;
167 xor0 = tin0;
170 l2n(xor0, ivec);
173 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0;
  /src/crypto/external/bsd/openssl.old/dist/crypto/cast/
c_enc.c 82 register CAST_LONG tout0, tout1, xor0, xor1; local
118 n2l(iv, xor0);
127 tout0 = tin[0] ^ xor0;
131 xor0 = tin0;
140 tout0 = tin[0] ^ xor0;
143 xor0 = tin0;
146 l2n(xor0, iv);
149 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0;

Completed in 60 milliseconds

1 2