Home
last modified time | relevance | path

Searched refs:TELOPT_ENCRYPT (Results 1 – 17 of 17) sorted by relevance

/freebsd/crypto/heimdal/appl/telnet/telnet/
H A Dtelnet.c260 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 Dterminal.c201 if (my_want_state_is_will(TELOPT_ENCRYPT)
H A Dutilities.c459 case TELOPT_ENCRYPT: in printsub()
/freebsd/contrib/telnet/telnet/
H A Dtelnet.c333 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 Dterminal.c229 if (my_want_state_is_will(TELOPT_ENCRYPT) in setconnmode()
H A Dutilities.c478 case TELOPT_ENCRYPT: in printsub()
/freebsd/crypto/heimdal/appl/telnet/telnetd/
H A Dstate.c324 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 Dtelnetd.c530 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 Dutility.c1044 case TELOPT_ENCRYPT: in printsub()
/freebsd/contrib/telnet/libtelnet/
H A Dencrypt.c134 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 Denc_des.c143 fbp->fb_feed[2] = TELOPT_ENCRYPT; in fb64_init()
/freebsd/crypto/heimdal/appl/telnet/libtelnet/
H A Dencrypt.c134 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 Denc_des.c152 fbp->fb_feed[2] = TELOPT_ENCRYPT; in fb64_init()
/freebsd/contrib/tcpdump/
H A Dprint-telnet.c139 #define TELOPT_ENCRYPT 38 /* Encryption option */ macro
449 case TELOPT_ENCRYPT: in telnet_parse()
/freebsd/crypto/heimdal/appl/telnet/arpa/
H A Dtelnet.h120 #define TELOPT_ENCRYPT 38 /* Encryption option */ macro
/freebsd/contrib/telnet/arpa/
H A Dtelnet.h118 #define TELOPT_ENCRYPT 38 /* Encryption option */ macro
/freebsd/include/arpa/
H A Dtelnet.h117 #define TELOPT_ENCRYPT 38 /* Encryption option */ macro