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

1 2 3 4

  /src/sys/crypto/blowfish/
bf_cbc.c 72 register BF_LONG tin0,tin1; local
84 n2l(in,tin0);
86 tin0^=tout0;
88 tin[0]=tin0;
98 n2ln(in,tin0,tin1,l+8);
99 tin0^=tout0;
101 tin[0]=tin0;
119 n2l(in,tin0);
121 tin[0]=tin0;
128 xor0=tin0;
    [all...]
bf_cbc.c 72 register BF_LONG tin0,tin1; local
84 n2l(in,tin0);
86 tin0^=tout0;
88 tin[0]=tin0;
98 n2ln(in,tin0,tin1,l+8);
99 tin0^=tout0;
101 tin[0]=tin0;
119 n2l(in,tin0);
121 tin[0]=tin0;
128 xor0=tin0;
    [all...]
  /src/crypto/external/apache2/openssl/dist/crypto/des/
cbc_cksm.c 22 register DES_LONG tout0, tout1, tin0, tin1; local
32 c2l(in, tin0);
35 c2ln(in, tin0, tin1, l);
37 tin0 ^= tout0;
38 tin[0] = tin0;
49 tout0 = tin0 = tin1 = tin[0] = tin[1] = 0;
ncbc_enc.c 27 register DES_LONG tin0, tin1; local
39 c2l(in, tin0);
41 tin0 ^= tout0;
42 tin[0] = tin0;
52 c2ln(in, tin0, tin1, l + 8);
53 tin0 ^= tout0;
54 tin[0] = tin0;
72 c2l(in, tin0);
73 tin[0] = tin0;
81 xor0 = tin0;
    [all...]
cbc_cksm.c 22 register DES_LONG tout0, tout1, tin0, tin1; local
32 c2l(in, tin0);
35 c2ln(in, tin0, tin1, l);
37 tin0 ^= tout0;
38 tin[0] = tin0;
49 tout0 = tin0 = tin1 = tin[0] = tin[1] = 0;
ncbc_enc.c 27 register DES_LONG tin0, tin1; local
39 c2l(in, tin0);
41 tin0 ^= tout0;
42 tin[0] = tin0;
52 c2ln(in, tin0, tin1, l + 8);
53 tin0 ^= tout0;
54 tin[0] = tin0;
72 c2l(in, tin0);
73 tin[0] = tin0;
81 xor0 = tin0;
    [all...]
  /src/crypto/external/apache2/openssl/lib/libdes/
ocbc_cksm.c 65 register DES_LONG tout0,tout1,tin0,tin1; local
77 c2l(in,tin0);
81 c2ln(in,tin0,tin1,l);
83 tin0^=tout0; tin[0]=tin0;
95 tout0=tin0=tin1=tin[0]=tin[1]=0;
oncbc_enc.c 74 register DES_LONG tin0,tin1; local
88 c2l(in,tin0);
90 tin0^=tout0; tin[0]=tin0;
98 c2ln(in,tin0,tin1,l+8);
99 tin0^=tout0; tin[0]=tin0;
117 c2l(in,tin0); tin[0]=tin0;
124 xor0=tin0;
    [all...]
ocbc_cksm.c 65 register DES_LONG tout0,tout1,tin0,tin1; local
77 c2l(in,tin0);
81 c2ln(in,tin0,tin1,l);
83 tin0^=tout0; tin[0]=tin0;
95 tout0=tin0=tin1=tin[0]=tin[1]=0;
oncbc_enc.c 74 register DES_LONG tin0,tin1; local
88 c2l(in,tin0);
90 tin0^=tout0; tin[0]=tin0;
98 c2ln(in,tin0,tin1,l+8);
99 tin0^=tout0; tin[0]=tin0;
117 c2l(in,tin0); tin[0]=tin0;
124 xor0=tin0;
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/des/
cbc_cksm.c 22 register DES_LONG tout0, tout1, tin0, tin1; local
32 c2l(in, tin0);
35 c2ln(in, tin0, tin1, l);
37 tin0 ^= tout0;
38 tin[0] = tin0;
49 tout0 = tin0 = tin1 = tin[0] = tin[1] = 0;
ncbc_enc.c 27 register DES_LONG tin0, tin1; local
39 c2l(in, tin0);
41 tin0 ^= tout0;
42 tin[0] = tin0;
52 c2ln(in, tin0, tin1, l + 8);
53 tin0 ^= tout0;
54 tin[0] = tin0;
72 c2l(in, tin0);
73 tin[0] = tin0;
81 xor0 = tin0;
    [all...]
cbc_cksm.c 22 register DES_LONG tout0, tout1, tin0, tin1; local
32 c2l(in, tin0);
35 c2ln(in, tin0, tin1, l);
37 tin0 ^= tout0;
38 tin[0] = tin0;
49 tout0 = tin0 = tin1 = tin[0] = tin[1] = 0;
ncbc_enc.c 27 register DES_LONG tin0, tin1; local
39 c2l(in, tin0);
41 tin0 ^= tout0;
42 tin[0] = tin0;
52 c2ln(in, tin0, tin1, l + 8);
53 tin0 ^= tout0;
54 tin[0] = tin0;
72 c2l(in, tin0);
73 tin[0] = tin0;
81 xor0 = tin0;
    [all...]
  /src/crypto/external/bsd/openssl/lib/libdes/
ocbc_cksm.c 65 register DES_LONG tout0,tout1,tin0,tin1; local
77 c2l(in,tin0);
81 c2ln(in,tin0,tin1,l);
83 tin0^=tout0; tin[0]=tin0;
95 tout0=tin0=tin1=tin[0]=tin[1]=0;
oncbc_enc.c 74 register DES_LONG tin0,tin1; local
88 c2l(in,tin0);
90 tin0^=tout0; tin[0]=tin0;
98 c2ln(in,tin0,tin1,l+8);
99 tin0^=tout0; tin[0]=tin0;
117 c2l(in,tin0); tin[0]=tin0;
124 xor0=tin0;
    [all...]
ocbc_cksm.c 65 register DES_LONG tout0,tout1,tin0,tin1; local
77 c2l(in,tin0);
81 c2ln(in,tin0,tin1,l);
83 tin0^=tout0; tin[0]=tin0;
95 tout0=tin0=tin1=tin[0]=tin[1]=0;
oncbc_enc.c 74 register DES_LONG tin0,tin1; local
88 c2l(in,tin0);
90 tin0^=tout0; tin[0]=tin0;
98 c2ln(in,tin0,tin1,l+8);
99 tin0^=tout0; tin[0]=tin0;
117 c2l(in,tin0); tin[0]=tin0;
124 xor0=tin0;
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/crypto/des/
cbc_cksm.c 16 register DES_LONG tout0, tout1, tin0, tin1; local
26 c2l(in, tin0);
29 c2ln(in, tin0, tin1, l);
31 tin0 ^= tout0;
32 tin[0] = tin0;
43 tout0 = tin0 = tin1 = tin[0] = tin[1] = 0;
ncbc_enc.c 27 register DES_LONG tin0, tin1; local
39 c2l(in, tin0);
41 tin0 ^= tout0;
42 tin[0] = tin0;
52 c2ln(in, tin0, tin1, l + 8);
53 tin0 ^= tout0;
54 tin[0] = tin0;
72 c2l(in, tin0);
73 tin[0] = tin0;
81 xor0 = tin0;
    [all...]
cbc_cksm.c 16 register DES_LONG tout0, tout1, tin0, tin1; local
26 c2l(in, tin0);
29 c2ln(in, tin0, tin1, l);
31 tin0 ^= tout0;
32 tin[0] = tin0;
43 tout0 = tin0 = tin1 = tin[0] = tin[1] = 0;
ncbc_enc.c 27 register DES_LONG tin0, tin1; local
39 c2l(in, tin0);
41 tin0 ^= tout0;
42 tin[0] = tin0;
52 c2ln(in, tin0, tin1, l + 8);
53 tin0 ^= tout0;
54 tin[0] = tin0;
72 c2l(in, tin0);
73 tin[0] = tin0;
81 xor0 = tin0;
    [all...]
  /src/crypto/external/bsd/openssl.old/lib/libdes/
ocbc_cksm.c 65 register DES_LONG tout0,tout1,tin0,tin1; local
77 c2l(in,tin0);
81 c2ln(in,tin0,tin1,l);
83 tin0^=tout0; tin[0]=tin0;
95 tout0=tin0=tin1=tin[0]=tin[1]=0;
oncbc_enc.c 74 register DES_LONG tin0,tin1; local
88 c2l(in,tin0);
90 tin0^=tout0; tin[0]=tin0;
98 c2ln(in,tin0,tin1,l+8);
99 tin0^=tout0; tin[0]=tin0;
117 c2l(in,tin0); tin[0]=tin0;
124 xor0=tin0;
    [all...]
ocbc_cksm.c 65 register DES_LONG tout0,tout1,tin0,tin1; local
77 c2l(in,tin0);
81 c2ln(in,tin0,tin1,l);
83 tin0^=tout0; tin[0]=tin0;
95 tout0=tin0=tin1=tin[0]=tin[1]=0;

Completed in 45 milliseconds

1 2 3 4