Searched refs:tin (Results 1 - 14 of 14) sorted by relevance

/opensolaris-onvv-gate/usr/src/common/openssl/crypto/des/
H A Dede_cbcm_enc.c84 DES_LONG tin[2]; local
98 tin[0]=m0;
99 tin[1]=m1;
100 DES_encrypt1(tin,ks3,1);
101 m0=tin[0];
102 m1=tin[1];
116 tin[0]=tin0;
117 tin[1]=tin1;
118 DES_encrypt1(tin,ks1,1);
119 tin[
[all...]
H A Dncbc_enc.c77 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[
[all...]
H A Dpcbc_enc.c66 DES_LONG tin[2]; local
87 tin[0]=sin0^xor0;
88 tin[1]=sin1^xor1;
89 DES_encrypt1((DES_LONG *)tin,schedule,DES_ENCRYPT);
90 tout0=tin[0];
91 tout1=tin[1];
105 tin[0]=sin0;
106 tin[1]=sin1;
107 DES_encrypt1((DES_LONG *)tin,schedule,DES_DECRYPT);
108 tout0=tin[
[all...]
H A Dcbc_cksm.c67 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;
H A Dxcbc_enc.c120 DES_LONG tin[2]; local
140 tin0^=tout0^inW0; tin[0]=tin0;
141 tin1^=tout1^inW1; tin[1]=tin1;
142 DES_encrypt1(tin,schedule,DES_ENCRYPT);
143 tout0=tin[0]^outW0; l2c(tout0,out);
144 tout1=tin[1]^outW1; l2c(tout1,out);
149 tin0^=tout0^inW0; tin[0]=tin0;
150 tin1^=tout1^inW1; tin[1]=tin1;
151 DES_encrypt1(tin,schedule,DES_ENCRYPT);
152 tout0=tin[
[all...]
H A Ddes_enc.c305 DES_LONG tin[2]; local
323 tin[0]=tin0;
324 tin[1]=tin1;
325 DES_encrypt3((DES_LONG *)tin,ks1,ks2,ks3);
326 tout0=tin[0];
327 tout1=tin[1];
338 tin[0]=tin0;
339 tin[1]=tin1;
340 DES_encrypt3((DES_LONG *)tin,ks1,ks2,ks3);
341 tout0=tin[
[all...]
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/bf/
H A Dbf_cbc.c68 BF_LONG tin[2]; local
81 tin[0]=tin0;
82 tin[1]=tin1;
83 BF_encrypt(tin,schedule);
84 tout0=tin[0];
85 tout1=tin[1];
94 tin[0]=tin0;
95 tin[1]=tin1;
96 BF_encrypt(tin,schedule);
97 tout0=tin[
[all...]
H A Dbf_enc.c230 BF_LONG tin[2]; local
243 tin[0]=tin0;
244 tin[1]=tin1;
245 BF_encrypt(tin,schedule);
246 tout0=tin[0];
247 tout1=tin[1];
256 tin[0]=tin0;
257 tin[1]=tin1;
258 BF_encrypt(tin,schedule);
259 tout0=tin[
[all...]
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/idea/
H A Di_cbc.c68 unsigned long tin[2]; local
81 tin[0]=tin0;
82 tin[1]=tin1;
83 idea_encrypt(tin,ks);
84 tout0=tin[0]; l2n(tout0,out);
85 tout1=tin[1]; l2n(tout1,out);
92 tin[0]=tin0;
93 tin[1]=tin1;
94 idea_encrypt(tin,ks);
95 tout0=tin[
[all...]
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/cast/
H A Dc_enc.c132 CAST_LONG tin[2]; local
145 tin[0]=tin0;
146 tin[1]=tin1;
147 CAST_encrypt(tin,ks);
148 tout0=tin[0];
149 tout1=tin[1];
158 tin[0]=tin0;
159 tin[1]=tin1;
160 CAST_encrypt(tin,ks);
161 tout0=tin[
[all...]
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/rc2/
H A Drc2_cbc.c68 unsigned long tin[2]; local
81 tin[0]=tin0;
82 tin[1]=tin1;
83 RC2_encrypt(tin,ks);
84 tout0=tin[0]; l2c(tout0,out);
85 tout1=tin[1]; l2c(tout1,out);
92 tin[0]=tin0;
93 tin[1]=tin1;
94 RC2_encrypt(tin,ks);
95 tout0=tin[
[all...]
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/rc5/
H A Drc5_enc.c70 unsigned long tin[2]; local
83 tin[0]=tin0;
84 tin[1]=tin1;
85 RC5_32_encrypt(tin,ks);
86 tout0=tin[0]; l2c(tout0,out);
87 tout1=tin[1]; l2c(tout1,out);
94 tin[0]=tin0;
95 tin[1]=tin1;
96 RC5_32_encrypt(tin,ks);
97 tout0=tin[
[all...]
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dsys_bsd.c68 static int tin; /* Input file descriptor */ variable
96 tin = fileno(stdin);
118 return (read(tin, buf, n));
316 (void) tcgetattr(tin, &tmp_tc);
323 (void) tcsetattr(tin, TCSADRAIN, &tmp_tc);
531 if (isatty(tin)) {
533 (void) ioctl(tin, TIOCLSET, &lmode);
534 (void) ioctl(tin, TIOCSLTC, &ltc);
535 (void) ioctl(tin, TIOCSETC, &tc);
536 (void) ioctl(tin, TIOCSET
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_trace.c219 int tin; local
260 tin = t->tt_in++;
261 if (tin >= t->tt_max) tin = t->tt_in = 0;
262 tp = &t->tt_buf[tin];
297 int tin; local
332 tin = t->tt_in++;
333 if (tin >= t->tt_max) tin = t->tt_in = 0;
334 tp = &t->tt_buf[tin];
[all...]

Completed in 316 milliseconds