Symbol: TELOPT_ENCRYPT
lib/libtelnet/enc_des.c
148
fbp->fb_feed[2] = TELOPT_ENCRYPT;
lib/libtelnet/encrypt.c
132
static unsigned char str_send[64] = { IAC, SB, TELOPT_ENCRYPT,
lib/libtelnet/encrypt.c
135
static unsigned char str_start[72] = { IAC, SB, TELOPT_ENCRYPT };
lib/libtelnet/encrypt.c
136
static unsigned char str_end[] = { IAC, SB, TELOPT_ENCRYPT, 0, IAC, SE };
lib/libtelnet/encrypt.c
700
static unsigned char str_keyid[(MAXKEYLEN*2)+5] = { IAC, SB, TELOPT_ENCRYPT };
libexec/telnetd/state.c
1471
case TELOPT_ENCRYPT:
libexec/telnetd/state.c
560
case TELOPT_ENCRYPT:
libexec/telnetd/state.c
625
case TELOPT_ENCRYPT:
libexec/telnetd/state.c
916
case TELOPT_ENCRYPT:
libexec/telnetd/telnetd.c
507
send_will(TELOPT_ENCRYPT, 1);
libexec/telnetd/telnetd.c
516
his_do_dont_is_changing(TELOPT_ENCRYPT) ||
libexec/telnetd/telnetd.c
537
if (his_state_is_will(TELOPT_ENCRYPT)) {
libexec/telnetd/termstat.c
185
if (his_state_is_will(TELOPT_ENCRYPT)) {
libexec/telnetd/utility.c
972
case TELOPT_ENCRYPT:
usr.bin/telnet/telnet.c
1004
if (my_want_state_is_wont(TELOPT_ENCRYPT))
usr.bin/telnet/telnet.c
2066
send_do(TELOPT_ENCRYPT, 1);
usr.bin/telnet/telnet.c
2067
send_will(TELOPT_ENCRYPT, 1);
usr.bin/telnet/telnet.c
335
case TELOPT_ENCRYPT:
usr.bin/telnet/telnet.c
368
if (option == TELOPT_ENCRYPT)
usr.bin/telnet/telnet.c
454
case TELOPT_ENCRYPT: /* encryption variable option */
usr.bin/telnet/telnet.c
953
case TELOPT_ENCRYPT:
usr.bin/telnet/telnet.c
958
if (my_want_state_is_dont(TELOPT_ENCRYPT))
usr.bin/telnet/telnet.c
963
if (my_want_state_is_dont(TELOPT_ENCRYPT))
usr.bin/telnet/telnet.c
968
if (my_want_state_is_wont(TELOPT_ENCRYPT))
usr.bin/telnet/telnet.c
973
if (my_want_state_is_wont(TELOPT_ENCRYPT))
usr.bin/telnet/telnet.c
978
if (my_want_state_is_wont(TELOPT_ENCRYPT))
usr.bin/telnet/telnet.c
989
if (my_want_state_is_dont(TELOPT_ENCRYPT))
usr.bin/telnet/telnet.c
994
if (my_want_state_is_wont(TELOPT_ENCRYPT))
usr.bin/telnet/telnet.c
999
if (my_want_state_is_dont(TELOPT_ENCRYPT))
usr.bin/telnet/terminal.c
198
if (my_want_state_is_will(TELOPT_ENCRYPT)
usr.bin/telnet/utilities.c
484
case TELOPT_ENCRYPT: