HomeSort by: relevance | last modified time | path
    Searched refs:tout0 (Results 1 - 25 of 50) sorted by relevancy

1 2

  /src/crypto/external/apache2/openssl/lib/libdes/
ocbc_cksm.c 65 register DES_LONG tout0,tout1,tin0,tin1; local
71 c2l(iv,tout0);
83 tin0^=tout0; tin[0]=tin0;
87 tout0=tin[0];
92 l2c(tout0,out);
95 tout0=tin0=tin1=tin[0]=tin[1]=0;
oncbc_enc.c 75 register DES_LONG tout0,tout1,xor0,xor1; local
84 c2l(iv,tout0);
90 tin0^=tout0; tin[0]=tin0;
93 tout0=tin[0]; l2c(tout0,out);
99 tin0^=tout0; tin[0]=tin0;
102 tout0=tin[0]; l2c(tout0,out);
107 l2c(tout0,iv);
120 tout0=tin[0]^xor0
    [all...]
opcbc_enc.c 64 register DES_LONG sin0,sin1,xor0,xor1,tout0,tout1; local
89 tout0=tin[0];
91 xor0=sin0^tout0;
93 l2c(tout0,out);
107 tout0=tin[0]^xor0;
111 l2c(tout0,out);
115 l2cn(tout0,tout1,out,length);
116 xor0=tout0^sin0;
121 sin0=sin1=xor0=xor1=tout0=tout1=0;
  /src/crypto/external/bsd/openssl/lib/libdes/
ocbc_cksm.c 65 register DES_LONG tout0,tout1,tin0,tin1; local
71 c2l(iv,tout0);
83 tin0^=tout0; tin[0]=tin0;
87 tout0=tin[0];
92 l2c(tout0,out);
95 tout0=tin0=tin1=tin[0]=tin[1]=0;
oncbc_enc.c 75 register DES_LONG tout0,tout1,xor0,xor1; local
84 c2l(iv,tout0);
90 tin0^=tout0; tin[0]=tin0;
93 tout0=tin[0]; l2c(tout0,out);
99 tin0^=tout0; tin[0]=tin0;
102 tout0=tin[0]; l2c(tout0,out);
107 l2c(tout0,iv);
120 tout0=tin[0]^xor0
    [all...]
opcbc_enc.c 64 register DES_LONG sin0,sin1,xor0,xor1,tout0,tout1; local
89 tout0=tin[0];
91 xor0=sin0^tout0;
93 l2c(tout0,out);
107 tout0=tin[0]^xor0;
111 l2c(tout0,out);
115 l2cn(tout0,tout1,out,length);
116 xor0=tout0^sin0;
121 sin0=sin1=xor0=xor1=tout0=tout1=0;
  /src/crypto/external/bsd/openssl.old/lib/libdes/
ocbc_cksm.c 65 register DES_LONG tout0,tout1,tin0,tin1; local
71 c2l(iv,tout0);
83 tin0^=tout0; tin[0]=tin0;
87 tout0=tin[0];
92 l2c(tout0,out);
95 tout0=tin0=tin1=tin[0]=tin[1]=0;
oncbc_enc.c 75 register DES_LONG tout0,tout1,xor0,xor1; local
84 c2l(iv,tout0);
90 tin0^=tout0; tin[0]=tin0;
93 tout0=tin[0]; l2c(tout0,out);
99 tin0^=tout0; tin[0]=tin0;
102 tout0=tin[0]; l2c(tout0,out);
107 l2c(tout0,iv);
120 tout0=tin[0]^xor0
    [all...]
opcbc_enc.c 64 register DES_LONG sin0,sin1,xor0,xor1,tout0,tout1; local
89 tout0=tin[0];
91 xor0=sin0^tout0;
93 l2c(tout0,out);
107 tout0=tin[0]^xor0;
111 l2c(tout0,out);
115 l2cn(tout0,tout1,out,length);
116 xor0=tout0^sin0;
121 sin0=sin1=xor0=xor1=tout0=tout1=0;
  /src/sys/crypto/blowfish/
bf_cbc.c 73 register BF_LONG tout0,tout1,xor0,xor1; local
79 n2l(ivec,tout0);
86 tin0^=tout0;
91 tout0=tin[0];
93 l2n(tout0,out);
99 tin0^=tout0;
104 tout0=tin[0];
106 l2n(tout0,out);
109 l2n(tout0,ivec);
124 tout0=tin[0]^xor0
    [all...]
  /src/crypto/external/apache2/openssl/dist/crypto/des/
ncbc_enc.c 28 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 = tin[0] ^ xor0
    [all...]
pcbc_enc.c 22 register DES_LONG sin0, sin1, xor0, xor1, tout0, tout1; local
43 tout0 = tin[0];
45 xor0 = sin0 ^ tout0;
47 l2c(tout0, out);
59 tout0 = tin[0] ^ xor0;
62 l2c(tout0, out);
65 l2cn(tout0, tout1, out, length);
66 xor0 = tout0 ^ sin0;
71 sin0 = sin1 = xor0 = xor1 = tout0 = tout1 = 0;
cbc_cksm.c 22 register DES_LONG tout0, tout1, tin0, tin1; local
28 c2l(iv, tout0);
37 tin0 ^= tout0;
42 tout0 = tin[0];
46 l2c(tout0, out);
49 tout0 = tin0 = tin1 = tin[0] = tin[1] = 0;
xcbc_enc.c 26 register DES_LONG tout0, tout1, xor0, xor1; local
43 c2l(iv, tout0);
48 tin0 ^= tout0 ^ inW0;
53 tout0 = tin[0] ^ outW0;
54 l2c(tout0, out);
60 tin0 ^= tout0 ^ inW0;
65 tout0 = tin[0] ^ outW0;
66 l2c(tout0, out);
71 l2c(tout0, iv);
82 tout0 = tin[0] ^ xor0 ^ inW0
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/des/
ncbc_enc.c 28 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 = tin[0] ^ xor0
    [all...]
pcbc_enc.c 22 register DES_LONG sin0, sin1, xor0, xor1, tout0, tout1; local
43 tout0 = tin[0];
45 xor0 = sin0 ^ tout0;
47 l2c(tout0, out);
59 tout0 = tin[0] ^ xor0;
62 l2c(tout0, out);
65 l2cn(tout0, tout1, out, length);
66 xor0 = tout0 ^ sin0;
71 sin0 = sin1 = xor0 = xor1 = tout0 = tout1 = 0;
cbc_cksm.c 22 register DES_LONG tout0, tout1, tin0, tin1; local
28 c2l(iv, tout0);
37 tin0 ^= tout0;
42 tout0 = tin[0];
46 l2c(tout0, out);
49 tout0 = tin0 = tin1 = tin[0] = tin[1] = 0;
xcbc_enc.c 26 register DES_LONG tout0, tout1, xor0, xor1; local
43 c2l(iv, tout0);
48 tin0 ^= tout0 ^ inW0;
53 tout0 = tin[0] ^ outW0;
54 l2c(tout0, out);
60 tin0 ^= tout0 ^ inW0;
65 tout0 = tin[0] ^ outW0;
66 l2c(tout0, out);
71 l2c(tout0, iv);
82 tout0 = tin[0] ^ xor0 ^ inW0
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/crypto/des/
ncbc_enc.c 28 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 = tin[0] ^ xor0
    [all...]
pcbc_enc.c 16 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;
cbc_cksm.c 16 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;
xcbc_enc.c 20 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 = tin[0] ^ xor0 ^ inW0
    [all...]
  /src/sys/crypto/des/
des_cbc.c 69 register DES_LONG tout0,tout1,xor0,xor1; local
78 c2l(iv,tout0);
84 tin0^=tout0; tin[0]=tin0;
87 tout0=tin[0]; l2c(tout0,out);
93 tin0^=tout0; tin[0]=tin0;
96 tout0=tin[0]; l2c(tout0,out);
100 l2c(tout0,iv);
112 tout0=tin[0]^xor0
143 register DES_LONG tout0,tout1,xor0,xor1; local
    [all...]
  /src/crypto/external/apache2/openssl/dist/crypto/idea/
i_cbc.c 25 register unsigned long tout0, tout1, xor0, xor1; local
30 n2l(iv, tout0);
36 tin0 ^= tout0;
41 tout0 = tin[0];
42 l2n(tout0, out);
48 tin0 ^= tout0;
53 tout0 = tin[0];
54 l2n(tout0, out);
58 l2n(tout0, iv);
70 tout0 = tin[0] ^ xor0
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/idea/
i_cbc.c 25 register IDEA_INT tout0, tout1, xor0, xor1; local
30 n2l(iv, tout0);
36 tin0 ^= tout0;
41 tout0 = tin[0];
42 l2n(tout0, out);
48 tin0 ^= tout0;
53 tout0 = tin[0];
54 l2n(tout0, out);
58 l2n(tout0, iv);
70 tout0 = tin[0] ^ xor0
    [all...]

Completed in 41 milliseconds

1 2