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

1 2

  /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/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.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...]
pcbc_enc.c 16 register DES_LONG sin0, sin1, xor0, xor1, tout0, tout1; local
38 tout1 = tin[1];
40 xor1 = sin1 ^ tout1;
42 l2c(tout1, out);
54 tout1 = tin[1] ^ xor1;
57 l2c(tout1, out);
59 l2cn(tout0, tout1, out, length);
61 xor1 = tout1 ^ sin1;
65 sin0 = sin1 = xor0 = xor1 = tout0 = tout1 = 0;
xcbc_enc.c 20 register DES_LONG tout0, tout1, xor0, xor1; local
38 c2l(iv, tout1);
44 tin1 ^= tout1 ^ inW1;
49 tout1 = tin[1] ^ outW1;
50 l2c(tout1, out);
56 tin1 ^= tout1 ^ inW1;
61 tout1 = tin[1] ^ outW1;
62 l2c(tout1, out);
66 l2c(tout1, iv);
77 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...]
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/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...]
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.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...]
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/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/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/idea/
i_cbc.c 25 register unsigned long tout0, tout1, xor0, xor1; local
31 n2l(iv, tout1);
37 tin1 ^= tout1;
43 tout1 = tin[1];
44 l2n(tout1, out);
49 tin1 ^= tout1;
55 tout1 = tin[1];
56 l2n(tout1, out);
59 l2n(tout1, iv);
71 tout1 = tin[1] ^ xor1
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/idea/
i_cbc.c 25 register IDEA_INT tout0, tout1, xor0, xor1; local
31 n2l(iv, tout1);
37 tin1 ^= tout1;
43 tout1 = tin[1];
44 l2n(tout1, out);
49 tin1 ^= tout1;
55 tout1 = tin[1];
56 l2n(tout1, out);
59 l2n(tout1, iv);
71 tout1 = tin[1] ^ xor1
    [all...]

Completed in 35 milliseconds

1 2