Home
last modified time | relevance | path

Searched refs:sbbuf (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.telnetd.c1057 uchar_t sbbuf[] = { in encrypt_is() local
1071 type = sbbuf[4] = *data++; in encrypt_is()
1130 sbbuf[5] = (uchar_t)iv_status; /* either CFB64_IV_OK or BAD */ in encrypt_is()
1144 write_data_len((const char *)sbbuf, sizeof (sbbuf)); in encrypt_is()
1180 uchar_t sbbuf[MAXOPTLEN], *p; in encrypt_send_encrypt_is() local
1249 p = sbbuf; in encrypt_send_encrypt_is()
1268 write_data_len((const char *)sbbuf, (size_t)(p-sbbuf)); in encrypt_send_encrypt_is()
1282 for (i = 0; i < (p-sbbuf); i++) in encrypt_send_encrypt_is()
1283 (void) fprintf(stderr, "%d ", (int)sbbuf[i]); in encrypt_send_encrypt_is()
1347 uchar_t sbbuf[MAXOPTLEN]; in encrypt_start_output() local
[all …]