/freebsd/crypto/heimdal/appl/telnet/telnet/ |
H A D | telnet.c | 260 case TELOPT_ENCRYPT: in willoption() 292 if (option == TELOPT_ENCRYPT) in willoption() 328 case TELOPT_ENCRYPT: in wontoption() 383 case TELOPT_ENCRYPT: /* encryption variable option */ in dooption() 486 case TELOPT_ENCRYPT: in dontoption() 899 case TELOPT_ENCRYPT: in suboption() 904 if (my_want_state_is_dont(TELOPT_ENCRYPT)) in suboption() 909 if (my_want_state_is_dont(TELOPT_ENCRYPT)) in suboption() 914 if (my_want_state_is_wont(TELOPT_ENCRYPT)) in suboption() 919 if (my_want_state_is_wont(TELOPT_ENCRYPT)) in suboption() [all …]
|
H A D | terminal.c | 201 if (my_want_state_is_will(TELOPT_ENCRYPT)
|
H A D | utilities.c | 459 case TELOPT_ENCRYPT: in printsub()
|
/freebsd/contrib/telnet/telnet/ |
H A D | telnet.c | 333 case TELOPT_ENCRYPT: in willoption() 365 if (option == TELOPT_ENCRYPT) in willoption() 451 case TELOPT_ENCRYPT: /* encryption variable option */ in dooption() 954 case TELOPT_ENCRYPT: in suboption() 959 if (my_want_state_is_dont(TELOPT_ENCRYPT)) in suboption() 964 if (my_want_state_is_dont(TELOPT_ENCRYPT)) in suboption() 969 if (my_want_state_is_wont(TELOPT_ENCRYPT)) in suboption() 974 if (my_want_state_is_wont(TELOPT_ENCRYPT)) in suboption() 979 if (my_want_state_is_wont(TELOPT_ENCRYPT)) in suboption() 990 if (my_want_state_is_dont(TELOPT_ENCRYPT)) in suboption() [all …]
|
H A D | terminal.c | 229 if (my_want_state_is_will(TELOPT_ENCRYPT) in setconnmode()
|
H A D | utilities.c | 478 case TELOPT_ENCRYPT: in printsub()
|
/freebsd/crypto/heimdal/appl/telnet/telnetd/ |
H A D | state.c | 324 if (c==TELOPT_ENCRYPT && his_do_dont_is_changing(TELOPT_ENCRYPT) ) in telrcv() 504 case TELOPT_ENCRYPT: in willoption() 558 case TELOPT_ENCRYPT: in willoption() 791 case TELOPT_ENCRYPT: in dooption() 1231 case TELOPT_ENCRYPT: in suboption()
|
H A D | telnetd.c | 530 send_will(TELOPT_ENCRYPT, 1); in getterminaltype() 531 send_do(TELOPT_ENCRYPT, 1); /* esc@magic.fi */ in getterminaltype() 540 his_do_dont_is_changing(TELOPT_ENCRYPT) || in getterminaltype() 554 if (his_state_is_will(TELOPT_ENCRYPT)) { in getterminaltype()
|
H A D | utility.c | 1044 case TELOPT_ENCRYPT: in printsub()
|
/freebsd/contrib/telnet/libtelnet/ |
H A D | encrypt.c | 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 }; 695 static unsigned char str_keyid[(MAXKEYLEN*2)+5] = { IAC, SB, TELOPT_ENCRYPT };
|
H A D | enc_des.c | 143 fbp->fb_feed[2] = TELOPT_ENCRYPT; in fb64_init()
|
/freebsd/crypto/heimdal/appl/telnet/libtelnet/ |
H A D | encrypt.c | 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 }; 730 static unsigned char str_keyid[(MAXKEYLEN*2)+5] = { IAC, SB, TELOPT_ENCRYPT };
|
H A D | enc_des.c | 152 fbp->fb_feed[2] = TELOPT_ENCRYPT; in fb64_init()
|
/freebsd/contrib/tcpdump/ |
H A D | print-telnet.c | 139 #define TELOPT_ENCRYPT 38 /* Encryption option */ macro 449 case TELOPT_ENCRYPT: in telnet_parse()
|
/freebsd/crypto/heimdal/appl/telnet/arpa/ |
H A D | telnet.h | 120 #define TELOPT_ENCRYPT 38 /* Encryption option */ macro
|
/freebsd/contrib/telnet/arpa/ |
H A D | telnet.h | 118 #define TELOPT_ENCRYPT 38 /* Encryption option */ macro
|
/freebsd/include/arpa/ |
H A D | telnet.h | 117 #define TELOPT_ENCRYPT 38 /* Encryption option */ macro
|