Lines Matching refs:IAC
134 static unsigned char str_send[64] = { IAC, SB, TELOPT_ENCRYPT,
137 static unsigned char str_start[72] = { IAC, SB, TELOPT_ENCRYPT };
138 static unsigned char str_end[] = { IAC, SB, TELOPT_ENCRYPT, 0, IAC, SE };
203 if ((str_send[str_suplen++] = ep->type) == IAC) in encrypt_init()
204 str_send[str_suplen++] = IAC; in encrypt_init()
209 str_send[str_suplen++] = IAC; in encrypt_init()
730 static unsigned char str_keyid[(MAXKEYLEN*2)+5] = { IAC, SB, TELOPT_ENCRYPT };
799 if ((*strp++ = *keyid++) == IAC) in encrypt_send_keyid()
800 *strp++ = IAC; in encrypt_send_keyid()
802 *strp++ = IAC; in encrypt_send_keyid()
858 if ((*p++ = ki[0].keyid[i]) == IAC) in encrypt_start_output()
859 *p++ = IAC; in encrypt_start_output()
861 *p++ = IAC; in encrypt_start_output()
912 if ((*p++ = ki[1].keyid[i]) == IAC) in encrypt_send_request_start()
913 *p++ = IAC; in encrypt_send_request_start()
915 *p++ = IAC; in encrypt_send_request_start()