HomeSort by: relevance | last modified time | path
    Searched defs:xor1 (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
115 n2l(ivec,xor1);
125 tout1=tin[1]^xor1;
129 xor1=tin1;
139 tout1=tin[1]^xor1;
142 xor1=tin1;
145 l2n(xor1,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
70 c2l(iv, xor1);
78 tout1 = tin[1] ^ xor1;
82 xor1 = tin1;
91 tout1 = tin[1] ^ xor1;
95 xor1 = tin1;
101 l2c(xor1, iv);
104 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0;
pcbc_enc.c 22 register DES_LONG sin0, sin1, xor0, xor1, tout0, tout1; local
33 c2l(iv, xor1);
41 tin[1] = sin1 ^ xor1;
46 xor1 = sin1 ^ tout1;
52 c2l(iv, xor1);
60 tout1 = tin[1] ^ xor1;
67 xor1 = tout1 ^ sin1;
71 sin0 = sin1 = xor0 = xor1 = tout0 = tout1 = 0;
xcbc_enc.c 26 register DES_LONG tout0, tout1, xor0, xor1; local
75 c2l(iv, xor1);
83 tout1 = tin[1] ^ xor1 ^ inW1;
87 xor1 = tin1;
96 tout1 = tin[1] ^ xor1 ^ inW1;
99 xor1 = tin1;
104 l2c(xor1, 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
114 c2l(iv,xor1);
121 tout1=tin[1]^xor1;
125 xor1=tin1;
133 tout1=tin[1]^xor1;
137 xor1=tin1;
143 l2c(xor1,iv);
146 tin0=tin1=tout0=tout1=xor0=xor1=0;
oede_cbcm_enc.c 80 register DES_LONG tout0,tout1,xor0,xor1,m0,m1; local
144 c2l(iv2,xor1);
172 tout1^=xor1;
183 xor1=t1;
192 l2c(xor1,iv2);
194 tin0=tin1=tout0=tout1=xor0=xor1=0;
opcbc_enc.c 64 register DES_LONG sin0,sin1,xor0,xor1,tout0,tout1; local
76 c2l(iv,xor1);
87 tin[1]=sin1^xor1;
92 xor1=sin1^tout1;
99 c2l(iv,xor0); c2l(iv,xor1);
108 tout1=tin[1]^xor1;
117 xor1=tout1^sin1;
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
70 c2l(iv, xor1);
78 tout1 = tin[1] ^ xor1;
82 xor1 = tin1;
91 tout1 = tin[1] ^ xor1;
95 xor1 = tin1;
101 l2c(xor1, iv);
104 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0;
pcbc_enc.c 22 register DES_LONG sin0, sin1, xor0, xor1, tout0, tout1; local
33 c2l(iv, xor1);
41 tin[1] = sin1 ^ xor1;
46 xor1 = sin1 ^ tout1;
52 c2l(iv, xor1);
60 tout1 = tin[1] ^ xor1;
67 xor1 = tout1 ^ sin1;
71 sin0 = sin1 = xor0 = xor1 = tout0 = tout1 = 0;
xcbc_enc.c 26 register DES_LONG tout0, tout1, xor0, xor1; local
75 c2l(iv, xor1);
83 tout1 = tin[1] ^ xor1 ^ inW1;
87 xor1 = tin1;
96 tout1 = tin[1] ^ xor1 ^ inW1;
99 xor1 = tin1;
104 l2c(xor1, 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
114 c2l(iv,xor1);
121 tout1=tin[1]^xor1;
125 xor1=tin1;
133 tout1=tin[1]^xor1;
137 xor1=tin1;
143 l2c(xor1,iv);
146 tin0=tin1=tout0=tout1=xor0=xor1=0;
oede_cbcm_enc.c 80 register DES_LONG tout0,tout1,xor0,xor1,m0,m1; local
144 c2l(iv2,xor1);
172 tout1^=xor1;
183 xor1=t1;
192 l2c(xor1,iv2);
194 tin0=tin1=tout0=tout1=xor0=xor1=0;
opcbc_enc.c 64 register DES_LONG sin0,sin1,xor0,xor1,tout0,tout1; local
76 c2l(iv,xor1);
87 tin[1]=sin1^xor1;
92 xor1=sin1^tout1;
99 c2l(iv,xor0); c2l(iv,xor1);
108 tout1=tin[1]^xor1;
117 xor1=tout1^sin1;
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
70 c2l(iv, xor1);
78 tout1 = tin[1] ^ xor1;
82 xor1 = tin1;
91 tout1 = tin[1] ^ xor1;
95 xor1 = tin1;
101 l2c(xor1, iv);
104 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0;
pcbc_enc.c 16 register DES_LONG sin0, sin1, xor0, xor1, tout0, tout1; local
27 c2l(iv, xor1);
35 tin[1] = sin1 ^ xor1;
40 xor1 = sin1 ^ tout1;
46 c2l(iv, xor1);
54 tout1 = tin[1] ^ xor1;
61 xor1 = tout1 ^ sin1;
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
114 c2l(iv,xor1);
121 tout1=tin[1]^xor1;
125 xor1=tin1;
133 tout1=tin[1]^xor1;
137 xor1=tin1;
143 l2c(xor1,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
106 c2l(iv,xor1);
113 tout1=tin[1]^xor1;
117 xor1=tin1;
125 tout1=tin[1]^xor1;
128 xor1=tin1;
132 l2c(xor1,iv);
134 tin0=tin1=tout0=tout1=xor0=xor1=0;
143 register DES_LONG tout0,tout1,xor0,xor1; local
198 c2l(iv,xor1);
    [all...]
  /src/crypto/external/apache2/openssl/dist/crypto/bf/
bf_enc.c 112 register BF_LONG tout0, tout1, xor0, xor1; local
149 n2l(ivec, xor1);
158 tout1 = tin[1] ^ xor1;
162 xor1 = tin1;
171 tout1 = tin[1] ^ xor1;
174 xor1 = tin1;
177 l2n(xor1, 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
125 n2l(iv, xor1);
134 tout1 = tin[1] ^ xor1;
138 xor1 = tin1;
147 tout1 = tin[1] ^ xor1;
150 xor1 = tin1;
153 l2n(xor1, 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
62 c2l(iv, xor1);
71 tout1 = tin[1] ^ xor1;
75 xor1 = tin1;
84 tout1 = tin[1] ^ xor1;
87 xor1 = tin1;
90 l2c(xor1, 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
149 n2l(ivec, xor1);
158 tout1 = tin[1] ^ xor1;
162 xor1 = tin1;
171 tout1 = tin[1] ^ xor1;
174 xor1 = tin1;
177 l2n(xor1, 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
125 n2l(iv, xor1);
134 tout1 = tin[1] ^ xor1;
138 xor1 = tin1;
147 tout1 = tin[1] ^ xor1;
150 xor1 = tin1;
153 l2n(xor1, 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
62 c2l(iv, xor1);
71 tout1 = tin[1] ^ xor1;
75 xor1 = tin1;
84 tout1 = tin[1] ^ xor1;
87 xor1 = tin1;
90 l2c(xor1, 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
143 n2l(ivec, xor1);
152 tout1 = tin[1] ^ xor1;
156 xor1 = tin1;
165 tout1 = tin[1] ^ xor1;
168 xor1 = tin1;
171 l2n(xor1, 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
119 n2l(iv, xor1);
128 tout1 = tin[1] ^ xor1;
132 xor1 = tin1;
141 tout1 = tin[1] ^ xor1;
144 xor1 = tin1;
147 l2n(xor1, iv);
149 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0;

Completed in 49 milliseconds

1 2