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

1 2

  /src/sys/crypto/blowfish/
bf_cbc.c 73 register BF_LONG tout0,tout1,xor0,xor1; local
80 n2l(ivec,tout1);
87 tin1^=tout1;
92 tout1=tin[1];
94 l2n(tout1,out);
100 tin1^=tout1;
105 tout1=tin[1];
107 l2n(tout1,out);
110 l2n(tout1,ivec);
125 tout1=tin[1]^xor1
    [all...]
  /src/crypto/external/apache2/openssl/dist/crypto/des/
cbc_cksm.c 22 register DES_LONG tout0, tout1, tin0, tin1; local
29 c2l(iv, tout1);
39 tin1 ^= tout1;
43 tout1 = tin[1];
47 l2c(tout1, out);
51 * Transform the data in tout1 so that it will match the return value
54 tout1 = ((tout1 >> 24L) & 0x000000FF)
55 | ((tout1 >> 8L) & 0x0000FF00)
56 | ((tout1 << 8L) & 0x00FF0000
    [all...]
ncbc_enc.c 28 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 = tin[1] ^ xor1
    [all...]
pcbc_enc.c 22 register DES_LONG sin0, sin1, xor0, xor1, tout0, tout1; local
44 tout1 = tin[1];
46 xor1 = sin1 ^ tout1;
48 l2c(tout1, out);
60 tout1 = tin[1] ^ xor1;
63 l2c(tout1, out);
65 l2cn(tout0, tout1, out, length);
67 xor1 = tout1 ^ sin1;
71 sin0 = sin1 = xor0 = xor1 = tout0 = tout1 = 0;
xcbc_enc.c 26 register DES_LONG tout0, tout1, xor0, xor1; local
44 c2l(iv, tout1);
50 tin1 ^= tout1 ^ inW1;
55 tout1 = tin[1] ^ outW1;
56 l2c(tout1, out);
62 tin1 ^= tout1 ^ inW1;
67 tout1 = tin[1] ^ outW1;
68 l2c(tout1, out);
72 l2c(tout1, iv);
83 tout1 = tin[1] ^ xor1 ^ inW1
    [all...]
  /src/crypto/external/apache2/openssl/lib/libdes/
ocbc_cksm.c 65 register DES_LONG tout0,tout1,tin0,tin1; local
72 c2l(iv,tout1);
84 tin1^=tout1; tin[1]=tin1;
88 tout1=tin[1];
93 l2c(tout1,out);
96 return(tout1);
oncbc_enc.c 75 register DES_LONG tout0,tout1,xor0,xor1; local
85 c2l(iv,tout1);
91 tin1^=tout1; tin[1]=tin1;
94 tout1=tin[1]; l2c(tout1,out);
100 tin1^=tout1; tin[1]=tin1;
103 tout1=tin[1]; l2c(tout1,out);
108 l2c(tout1,iv);
121 tout1=tin[1]^xor1
    [all...]
oede_cbcm_enc.c 80 register DES_LONG tout0,tout1,xor0,xor1,m0,m1; local
93 c2l(iv2,tout1);
112 tin1^=tout1;
124 tout1=tin[1];
127 l2c(tout1,out);
135 l2c(tout1,iv2);
169 tout1=tin[1];
172 tout1^=xor1;
175 l2cn(tout0,tout1,out,l+8);
180 l2c(tout1,out)
    [all...]
opcbc_enc.c 64 register DES_LONG sin0,sin1,xor0,xor1,tout0,tout1; local
90 tout1=tin[1];
92 xor1=sin1^tout1;
94 l2c(tout1,out);
108 tout1=tin[1]^xor1;
112 l2c(tout1,out);
115 l2cn(tout0,tout1,out,length);
117 xor1=tout1^sin1;
121 sin0=sin1=xor0=xor1=tout0=tout1=0;
  /src/crypto/external/bsd/openssl/dist/crypto/des/
cbc_cksm.c 22 register DES_LONG tout0, tout1, tin0, tin1; local
29 c2l(iv, tout1);
39 tin1 ^= tout1;
43 tout1 = tin[1];
47 l2c(tout1, out);
51 * Transform the data in tout1 so that it will match the return value
54 tout1 = ((tout1 >> 24L) & 0x000000FF)
55 | ((tout1 >> 8L) & 0x0000FF00)
56 | ((tout1 << 8L) & 0x00FF0000
    [all...]
ncbc_enc.c 28 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 = tin[1] ^ xor1
    [all...]
pcbc_enc.c 22 register DES_LONG sin0, sin1, xor0, xor1, tout0, tout1; local
44 tout1 = tin[1];
46 xor1 = sin1 ^ tout1;
48 l2c(tout1, out);
60 tout1 = tin[1] ^ xor1;
63 l2c(tout1, out);
65 l2cn(tout0, tout1, out, length);
67 xor1 = tout1 ^ sin1;
71 sin0 = sin1 = xor0 = xor1 = tout0 = tout1 = 0;
xcbc_enc.c 26 register DES_LONG tout0, tout1, xor0, xor1; local
44 c2l(iv, tout1);
50 tin1 ^= tout1 ^ inW1;
55 tout1 = tin[1] ^ outW1;
56 l2c(tout1, out);
62 tin1 ^= tout1 ^ inW1;
67 tout1 = tin[1] ^ outW1;
68 l2c(tout1, out);
72 l2c(tout1, iv);
83 tout1 = tin[1] ^ xor1 ^ inW1
    [all...]
  /src/crypto/external/bsd/openssl/lib/libdes/
ocbc_cksm.c 65 register DES_LONG tout0,tout1,tin0,tin1; local
72 c2l(iv,tout1);
84 tin1^=tout1; tin[1]=tin1;
88 tout1=tin[1];
93 l2c(tout1,out);
96 return(tout1);
oncbc_enc.c 75 register DES_LONG tout0,tout1,xor0,xor1; local
85 c2l(iv,tout1);
91 tin1^=tout1; tin[1]=tin1;
94 tout1=tin[1]; l2c(tout1,out);
100 tin1^=tout1; tin[1]=tin1;
103 tout1=tin[1]; l2c(tout1,out);
108 l2c(tout1,iv);
121 tout1=tin[1]^xor1
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/crypto/des/
cbc_cksm.c 16 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 << 8L) & 0x00FF0000
    [all...]
ncbc_enc.c 28 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 = tin[1] ^ xor1
    [all...]
  /src/crypto/external/bsd/openssl.old/lib/libdes/
ocbc_cksm.c 65 register DES_LONG tout0,tout1,tin0,tin1; local
72 c2l(iv,tout1);
84 tin1^=tout1; tin[1]=tin1;
88 tout1=tin[1];
93 l2c(tout1,out);
96 return(tout1);
oncbc_enc.c 75 register DES_LONG tout0,tout1,xor0,xor1; local
85 c2l(iv,tout1);
91 tin1^=tout1; tin[1]=tin1;
94 tout1=tin[1]; l2c(tout1,out);
100 tin1^=tout1; tin[1]=tin1;
103 tout1=tin[1]; l2c(tout1,out);
108 l2c(tout1,iv);
121 tout1=tin[1]^xor1
    [all...]
  /src/sys/crypto/des/
des_cbc.c 69 register DES_LONG tout0,tout1,xor0,xor1; local
79 c2l(iv,tout1);
85 tin1^=tout1; tin[1]=tin1;
88 tout1=tin[1]; l2c(tout1,out);
94 tin1^=tout1; tin[1]=tin1;
97 tout1=tin[1]; l2c(tout1,out);
101 l2c(tout1,iv);
113 tout1=tin[1]^xor1
143 register DES_LONG tout0,tout1,xor0,xor1; local
    [all...]
  /src/crypto/external/apache2/openssl/dist/crypto/bf/
bf_enc.c 112 register BF_LONG tout0, tout1, xor0, xor1; local
118 n2l(ivec, tout1);
124 tin1 ^= tout1;
129 tout1 = tin[1];
131 l2n(tout1, out);
136 tin1 ^= tout1;
141 tout1 = tin[1];
143 l2n(tout1, out);
146 l2n(tout1, ivec);
158 tout1 = tin[1] ^ xor1
    [all...]
  /src/crypto/external/apache2/openssl/dist/crypto/cast/
c_enc.c 88 register CAST_LONG tout0, tout1, xor0, xor1; local
94 n2l(iv, tout1);
100 tin1 ^= tout1;
105 tout1 = tin[1];
107 l2n(tout1, out);
112 tin1 ^= tout1;
117 tout1 = tin[1];
119 l2n(tout1, out);
122 l2n(tout1, iv);
134 tout1 = tin[1] ^ xor1
    [all...]
  /src/crypto/external/apache2/openssl/dist/crypto/rc5/
rc5_enc.c 25 register unsigned long tout0, tout1, xor0, xor1; local
31 c2l(iv, tout1);
37 tin1 ^= tout1;
43 tout1 = tin[1];
44 l2c(tout1, out);
49 tin1 ^= tout1;
55 tout1 = tin[1];
56 l2c(tout1, out);
59 l2c(tout1, iv);
71 tout1 = tin[1] ^ xor1
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/bf/
bf_enc.c 112 register BF_LONG tout0, tout1, xor0, xor1; local
118 n2l(ivec, tout1);
124 tin1 ^= tout1;
129 tout1 = tin[1];
131 l2n(tout1, out);
136 tin1 ^= tout1;
141 tout1 = tin[1];
143 l2n(tout1, out);
146 l2n(tout1, ivec);
158 tout1 = tin[1] ^ xor1
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/cast/
c_enc.c 88 register CAST_LONG tout0, tout1, xor0, xor1; local
94 n2l(iv, tout1);
100 tin1 ^= tout1;
105 tout1 = tin[1];
107 l2n(tout1, out);
112 tin1 ^= tout1;
117 tout1 = tin[1];
119 l2n(tout1, out);
122 l2n(tout1, iv);
134 tout1 = tin[1] ^ xor1
    [all...]

Completed in 42 milliseconds

1 2