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 };
202 if ((str_send[str_suplen++] = ep->type) == IAC) in encrypt_init()
203 str_send[str_suplen++] = IAC; in encrypt_init()
208 str_send[str_suplen++] = IAC; in encrypt_init()
695 static unsigned char str_keyid[(MAXKEYLEN*2)+5] = { IAC, SB, TELOPT_ENCRYPT };
767 if ((*strp++ = *keyid++) == IAC) in encrypt_send_keyid()
768 *strp++ = IAC; in encrypt_send_keyid()
770 *strp++ = IAC; in encrypt_send_keyid()
826 if ((*p++ = ki[0].keyid[i]) == IAC) in encrypt_start_output()
827 *p++ = IAC; in encrypt_start_output()
829 *p++ = IAC; in encrypt_start_output()
880 if ((*p++ = ki[1].keyid[i]) == IAC) in encrypt_send_request_start()
881 *p++ = IAC; in encrypt_send_request_start()
883 *p++ = IAC; in encrypt_send_request_start()