Symbol: TELOPT_ENCRYPT
lib/libtelnet/enc_des.c
143
fbp->fb_feed[2] = TELOPT_ENCRYPT;
lib/libtelnet/encrypt.c
130
static unsigned char str_send[64] = { IAC, SB, TELOPT_ENCRYPT,
lib/libtelnet/encrypt.c
133
static unsigned char str_start[72] = { IAC, SB, TELOPT_ENCRYPT };
lib/libtelnet/encrypt.c
134
static unsigned char str_end[] = { IAC, SB, TELOPT_ENCRYPT, 0, IAC, SE };
lib/libtelnet/encrypt.c
691
static unsigned char str_keyid[(MAXKEYLEN*2)+5] = { IAC, SB, TELOPT_ENCRYPT };
libexec/telnetd/state.c
1478
case TELOPT_ENCRYPT:
libexec/telnetd/state.c
557
case TELOPT_ENCRYPT:
libexec/telnetd/state.c
622
case TELOPT_ENCRYPT:
libexec/telnetd/state.c
911
case TELOPT_ENCRYPT:
libexec/telnetd/telnetd.c
464
send_will(TELOPT_ENCRYPT, 1);
libexec/telnetd/telnetd.c
473
his_do_dont_is_changing(TELOPT_ENCRYPT) ||
libexec/telnetd/telnetd.c
487
if (his_state_is_will(TELOPT_ENCRYPT)) {
libexec/telnetd/termstat.c
186
if (his_state_is_will(TELOPT_ENCRYPT)) {
libexec/telnetd/utility.c
953
case TELOPT_ENCRYPT:
usr.bin/telnet/telnet.c
2088
send_do(TELOPT_ENCRYPT, 1);
usr.bin/telnet/telnet.c
2089
send_will(TELOPT_ENCRYPT, 1);
usr.bin/telnet/telnet.c
286
case TELOPT_ENCRYPT:
usr.bin/telnet/telnet.c
318
if (option == TELOPT_ENCRYPT)
usr.bin/telnet/telnet.c
404
case TELOPT_ENCRYPT: /* encryption variable option */
usr.bin/telnet/telnet.c
908
case TELOPT_ENCRYPT:
usr.bin/telnet/telnet.c
913
if (my_want_state_is_dont(TELOPT_ENCRYPT))
usr.bin/telnet/telnet.c
918
if (my_want_state_is_dont(TELOPT_ENCRYPT))
usr.bin/telnet/telnet.c
923
if (my_want_state_is_wont(TELOPT_ENCRYPT))
usr.bin/telnet/telnet.c
928
if (my_want_state_is_wont(TELOPT_ENCRYPT))
usr.bin/telnet/telnet.c
933
if (my_want_state_is_wont(TELOPT_ENCRYPT))
usr.bin/telnet/telnet.c
944
if (my_want_state_is_dont(TELOPT_ENCRYPT))
usr.bin/telnet/telnet.c
949
if (my_want_state_is_wont(TELOPT_ENCRYPT))
usr.bin/telnet/telnet.c
954
if (my_want_state_is_dont(TELOPT_ENCRYPT))
usr.bin/telnet/telnet.c
959
if (my_want_state_is_wont(TELOPT_ENCRYPT))
usr.bin/telnet/terminal.c
213
if (my_want_state_is_will(TELOPT_ENCRYPT)
usr.bin/telnet/utilities.c
475
case TELOPT_ENCRYPT: