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

1 2 3

  /src/sys/crypto/blowfish/
bf_cbc.c 75 BF_LONG tin[2]; local
88 tin[0]=tin0;
89 tin[1]=tin1;
90 BF_encrypt(tin,(const BF_KEY *)schedule);
91 tout0=tin[0];
92 tout1=tin[1];
101 tin[0]=tin0;
102 tin[1]=tin1;
103 BF_encrypt(tin,(const BF_KEY *)schedule);
104 tout0=tin[0]
    [all...]
  /src/crypto/external/apache2/openssl/dist/crypto/des/
cbc_cksm.c 24 DES_LONG tin[2]; local
38 tin[0] = tin0;
40 tin[1] = tin1;
41 DES_encrypt1((DES_LONG *)tin, schedule, DES_ENCRYPT);
42 tout0 = tin[0];
43 tout1 = tin[1];
49 tout0 = tin0 = tin1 = tin[0] = tin[1] = 0;
ncbc_enc.c 30 DES_LONG tin[2]; local
42 tin[0] = tin0;
44 tin[1] = tin1;
45 DES_encrypt1((DES_LONG *)tin, _schedule, DES_ENCRYPT);
46 tout0 = tin[0];
48 tout1 = tin[1];
54 tin[0] = tin0;
56 tin[1] = tin1;
57 DES_encrypt1((DES_LONG *)tin, _schedule, DES_ENCRYPT);
58 tout0 = tin[0]
    [all...]
pcbc_enc.c 23 DES_LONG tin[2]; local
40 tin[0] = sin0 ^ xor0;
41 tin[1] = sin1 ^ xor1;
42 DES_encrypt1((DES_LONG *)tin, schedule, DES_ENCRYPT);
43 tout0 = tin[0];
44 tout1 = tin[1];
56 tin[0] = sin0;
57 tin[1] = sin1;
58 DES_encrypt1((DES_LONG *)tin, schedule, DES_DECRYPT);
59 tout0 = tin[0] ^ xor0
    [all...]
xcbc_enc.c 30 DES_LONG tin[2]; local
49 tin[0] = tin0;
51 tin[1] = tin1;
52 DES_encrypt1(tin, schedule, DES_ENCRYPT);
53 tout0 = tin[0] ^ outW0;
55 tout1 = tin[1] ^ outW1;
61 tin[0] = tin0;
63 tin[1] = tin1;
64 DES_encrypt1(tin, schedule, DES_ENCRYPT);
65 tout0 = tin[0] ^ outW0
    [all...]
  /src/crypto/external/apache2/openssl/lib/libdes/
ocbc_cksm.c 67 DES_LONG tin[2]; local
83 tin0^=tout0; tin[0]=tin0;
84 tin1^=tout1; tin[1]=tin1;
85 des_encrypt1((DES_LONG *)tin,schedule,DES_ENCRYPT);
87 tout0=tin[0];
88 tout1=tin[1];
95 tout0=tin0=tin1=tin[0]=tin[1]=0;
oncbc_enc.c 77 DES_LONG tin[2]; local
90 tin0^=tout0; tin[0]=tin0;
91 tin1^=tout1; tin[1]=tin1;
92 des_encrypt1((DES_LONG *)tin,schedule,DES_ENCRYPT);
93 tout0=tin[0]; l2c(tout0,out);
94 tout1=tin[1]; l2c(tout1,out);
99 tin0^=tout0; tin[0]=tin0;
100 tin1^=tout1; tin[1]=tin1;
101 des_encrypt1((DES_LONG *)tin,schedule,DES_ENCRYPT);
102 tout0=tin[0]; l2c(tout0,out)
    [all...]
oede_cbcm_enc.c 82 DES_LONG tin[2]; local
96 tin[0]=m0;
97 tin[1]=m1;
98 des_encrypt1(tin,ks3,1);
99 m0=tin[0];
100 m1=tin[1];
114 tin[0]=tin0;
115 tin[1]=tin1;
116 des_encrypt1(tin,ks1,1);
117 tin[0]^=m0
    [all...]
opcbc_enc.c 65 DES_LONG tin[2]; local
86 tin[0]=sin0^xor0;
87 tin[1]=sin1^xor1;
88 des_encrypt1((DES_LONG *)tin,schedule,DES_ENCRYPT);
89 tout0=tin[0];
90 tout1=tin[1];
104 tin[0]=sin0;
105 tin[1]=sin1;
106 des_encrypt1((DES_LONG *)tin,schedule,DES_DECRYPT);
107 tout0=tin[0]^xor0
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/des/
cbc_cksm.c 24 DES_LONG tin[2]; local
38 tin[0] = tin0;
40 tin[1] = tin1;
41 DES_encrypt1((DES_LONG *)tin, schedule, DES_ENCRYPT);
42 tout0 = tin[0];
43 tout1 = tin[1];
49 tout0 = tin0 = tin1 = tin[0] = tin[1] = 0;
ncbc_enc.c 30 DES_LONG tin[2]; local
42 tin[0] = tin0;
44 tin[1] = tin1;
45 DES_encrypt1((DES_LONG *)tin, _schedule, DES_ENCRYPT);
46 tout0 = tin[0];
48 tout1 = tin[1];
54 tin[0] = tin0;
56 tin[1] = tin1;
57 DES_encrypt1((DES_LONG *)tin, _schedule, DES_ENCRYPT);
58 tout0 = tin[0]
    [all...]
pcbc_enc.c 23 DES_LONG tin[2]; local
40 tin[0] = sin0 ^ xor0;
41 tin[1] = sin1 ^ xor1;
42 DES_encrypt1((DES_LONG *)tin, schedule, DES_ENCRYPT);
43 tout0 = tin[0];
44 tout1 = tin[1];
56 tin[0] = sin0;
57 tin[1] = sin1;
58 DES_encrypt1((DES_LONG *)tin, schedule, DES_DECRYPT);
59 tout0 = tin[0] ^ xor0
    [all...]
xcbc_enc.c 30 DES_LONG tin[2]; local
49 tin[0] = tin0;
51 tin[1] = tin1;
52 DES_encrypt1(tin, schedule, DES_ENCRYPT);
53 tout0 = tin[0] ^ outW0;
55 tout1 = tin[1] ^ outW1;
61 tin[0] = tin0;
63 tin[1] = tin1;
64 DES_encrypt1(tin, schedule, DES_ENCRYPT);
65 tout0 = tin[0] ^ outW0
    [all...]
  /src/crypto/external/bsd/openssl/lib/libdes/
ocbc_cksm.c 67 DES_LONG tin[2]; local
83 tin0^=tout0; tin[0]=tin0;
84 tin1^=tout1; tin[1]=tin1;
85 des_encrypt1((DES_LONG *)tin,schedule,DES_ENCRYPT);
87 tout0=tin[0];
88 tout1=tin[1];
95 tout0=tin0=tin1=tin[0]=tin[1]=0;
oncbc_enc.c 77 DES_LONG tin[2]; local
90 tin0^=tout0; tin[0]=tin0;
91 tin1^=tout1; tin[1]=tin1;
92 des_encrypt1((DES_LONG *)tin,schedule,DES_ENCRYPT);
93 tout0=tin[0]; l2c(tout0,out);
94 tout1=tin[1]; l2c(tout1,out);
99 tin0^=tout0; tin[0]=tin0;
100 tin1^=tout1; tin[1]=tin1;
101 des_encrypt1((DES_LONG *)tin,schedule,DES_ENCRYPT);
102 tout0=tin[0]; l2c(tout0,out)
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/crypto/des/
cbc_cksm.c 18 DES_LONG tin[2]; local
32 tin[0] = tin0;
34 tin[1] = tin1;
35 DES_encrypt1((DES_LONG *)tin, schedule, DES_ENCRYPT);
36 tout0 = tin[0];
37 tout1 = tin[1];
43 tout0 = tin0 = tin1 = tin[0] = tin[1] = 0;
ncbc_enc.c 30 DES_LONG tin[2]; local
42 tin[0] = tin0;
44 tin[1] = tin1;
45 DES_encrypt1((DES_LONG *)tin, _schedule, DES_ENCRYPT);
46 tout0 = tin[0];
48 tout1 = tin[1];
54 tin[0] = tin0;
56 tin[1] = tin1;
57 DES_encrypt1((DES_LONG *)tin, _schedule, DES_ENCRYPT);
58 tout0 = tin[0]
    [all...]
  /src/crypto/external/bsd/openssl.old/lib/libdes/
ocbc_cksm.c 67 DES_LONG tin[2]; local
83 tin0^=tout0; tin[0]=tin0;
84 tin1^=tout1; tin[1]=tin1;
85 des_encrypt1((DES_LONG *)tin,schedule,DES_ENCRYPT);
87 tout0=tin[0];
88 tout1=tin[1];
95 tout0=tin0=tin1=tin[0]=tin[1]=0;
oncbc_enc.c 77 DES_LONG tin[2]; local
90 tin0^=tout0; tin[0]=tin0;
91 tin1^=tout1; tin[1]=tin1;
92 des_encrypt1((DES_LONG *)tin,schedule,DES_ENCRYPT);
93 tout0=tin[0]; l2c(tout0,out);
94 tout1=tin[1]; l2c(tout1,out);
99 tin0^=tout0; tin[0]=tin0;
100 tin1^=tout1; tin[1]=tin1;
101 des_encrypt1((DES_LONG *)tin,schedule,DES_ENCRYPT);
102 tout0=tin[0]; l2c(tout0,out)
    [all...]
  /src/sys/crypto/des/
des_cbc.c 71 DES_LONG tin[2]; local
84 tin0^=tout0; tin[0]=tin0;
85 tin1^=tout1; tin[1]=tin1;
86 des_encrypt1((DES_LONG *)tin,schedule,DES_ENCRYPT);
87 tout0=tin[0]; l2c(tout0,out);
88 tout1=tin[1]; l2c(tout1,out);
93 tin0^=tout0; tin[0]=tin0;
94 tin1^=tout1; tin[1]=tin1;
95 des_encrypt1((DES_LONG *)tin,schedule,DES_ENCRYPT);
96 tout0=tin[0]; l2c(tout0,out)
147 DES_LONG tin[2]; local
    [all...]
  /src/crypto/external/apache2/openssl/dist/crypto/bf/
bf_enc.c 114 BF_LONG tin[2]; local
125 tin[0] = tin0;
126 tin[1] = tin1;
127 BF_encrypt(tin, schedule);
128 tout0 = tin[0];
129 tout1 = tin[1];
137 tin[0] = tin0;
138 tin[1] = tin1;
139 BF_encrypt(tin, schedule);
140 tout0 = tin[0]
    [all...]
  /src/crypto/external/apache2/openssl/dist/crypto/cast/
c_enc.c 90 CAST_LONG tin[2]; local
101 tin[0] = tin0;
102 tin[1] = tin1;
103 CAST_encrypt(tin, ks);
104 tout0 = tin[0];
105 tout1 = tin[1];
113 tin[0] = tin0;
114 tin[1] = tin1;
115 CAST_encrypt(tin, ks);
116 tout0 = tin[0]
    [all...]
  /src/crypto/external/apache2/openssl/dist/crypto/rc5/
rc5_enc.c 27 unsigned long tin[2]; local
38 tin[0] = tin0;
39 tin[1] = tin1;
40 RC5_32_encrypt(tin, ks);
41 tout0 = tin[0];
43 tout1 = tin[1];
50 tin[0] = tin0;
51 tin[1] = tin1;
52 RC5_32_encrypt(tin, ks);
53 tout0 = tin[0]
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/bf/
bf_enc.c 114 BF_LONG tin[2]; local
125 tin[0] = tin0;
126 tin[1] = tin1;
127 BF_encrypt(tin, schedule);
128 tout0 = tin[0];
129 tout1 = tin[1];
137 tin[0] = tin0;
138 tin[1] = tin1;
139 BF_encrypt(tin, schedule);
140 tout0 = tin[0]
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/cast/
c_enc.c 90 CAST_LONG tin[2]; local
101 tin[0] = tin0;
102 tin[1] = tin1;
103 CAST_encrypt(tin, ks);
104 tout0 = tin[0];
105 tout1 = tin[1];
113 tin[0] = tin0;
114 tin[1] = tin1;
115 CAST_encrypt(tin, ks);
116 tout0 = tin[0]
    [all...]

Completed in 22 milliseconds

1 2 3