Searched refs:TELOPT_ENCRYPT (Results 1 - 22 of 22) sorted by relevance

/macosx-10.10.1/Heimdal-398.1.2/appl/telnet/telnet/
H A Dtelnet.c260 case TELOPT_ENCRYPT:
292 if (option == TELOPT_ENCRYPT)
328 case TELOPT_ENCRYPT:
383 case TELOPT_ENCRYPT: /* encryption variable option */
486 case TELOPT_ENCRYPT:
899 case TELOPT_ENCRYPT:
904 if (my_want_state_is_dont(TELOPT_ENCRYPT))
909 if (my_want_state_is_dont(TELOPT_ENCRYPT))
914 if (my_want_state_is_wont(TELOPT_ENCRYPT))
919 if (my_want_state_is_wont(TELOPT_ENCRYPT))
[all...]
H A Dterminal.c202 if (my_want_state_is_will(TELOPT_ENCRYPT)
H A Dutilities.c460 case TELOPT_ENCRYPT:
/macosx-10.10.1/remote_cmds-47/telnet.tproj/
H A Dtelnet.c311 case TELOPT_ENCRYPT:
343 if (option == TELOPT_ENCRYPT)
429 case TELOPT_ENCRYPT: /* encryption variable option */
936 case TELOPT_ENCRYPT:
941 if (my_want_state_is_dont(TELOPT_ENCRYPT))
946 if (my_want_state_is_dont(TELOPT_ENCRYPT))
951 if (my_want_state_is_wont(TELOPT_ENCRYPT))
956 if (my_want_state_is_wont(TELOPT_ENCRYPT))
961 if (my_want_state_is_wont(TELOPT_ENCRYPT))
972 if (my_want_state_is_dont(TELOPT_ENCRYPT))
[all...]
H A Dterminal.c224 if (my_want_state_is_will(TELOPT_ENCRYPT)
H A Dutilities.c485 case TELOPT_ENCRYPT:
/macosx-10.10.1/Heimdal-398.1.2/appl/telnet/telnetd/
H A Dstate.c324 if (c==TELOPT_ENCRYPT && his_do_dont_is_changing(TELOPT_ENCRYPT) )
504 case TELOPT_ENCRYPT:
558 case TELOPT_ENCRYPT:
791 case TELOPT_ENCRYPT:
1231 case TELOPT_ENCRYPT:
H A Dtelnetd.c530 send_will(TELOPT_ENCRYPT, 1);
531 send_do(TELOPT_ENCRYPT, 1); /* esc@magic.fi */
540 his_do_dont_is_changing(TELOPT_ENCRYPT) ||
554 if (his_state_is_will(TELOPT_ENCRYPT)) {
H A Dutility.c1044 case TELOPT_ENCRYPT:
/macosx-10.10.1/Heimdal-398.1.2/appl/telnet/arpa/
H A Dtelnet.h120 #define TELOPT_ENCRYPT 38 /* Encryption option */ macro
/macosx-10.10.1/Heimdal-398.1.2/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;
/macosx-10.10.1/Libc-1044.1.2/include/arpa/
H A Dtelnet.h120 #define TELOPT_ENCRYPT 38 /* Encryption option */ macro
/macosx-10.10.1/libtelnet-13/
H A Dencrypt.c147 static unsigned char str_send[64] = { IAC, SB, TELOPT_ENCRYPT,
150 static unsigned char str_start[72] = { IAC, SB, TELOPT_ENCRYPT };
151 static unsigned char str_end[] = { IAC, SB, TELOPT_ENCRYPT, 0, IAC, SE };
708 static unsigned char str_keyid[(MAXKEYLEN*2)+5] = { IAC, SB, TELOPT_ENCRYPT };
H A Denc_des.c158 fbp->fb_feed[2] = TELOPT_ENCRYPT;
/macosx-10.10.1/tcpdump-61/tcpdump/
H A Dprint-telnet.c180 case TELOPT_ENCRYPT:
H A Dtelnet.h124 #define TELOPT_ENCRYPT 38 /* Encryption option */ macro
/macosx-10.10.1/remote_cmds-47/telnetd.tproj/
H A Dstate.c562 case TELOPT_ENCRYPT:
627 case TELOPT_ENCRYPT:
916 case TELOPT_ENCRYPT:
1436 case TELOPT_ENCRYPT:
H A Dtermstat.c195 if (his_state_is_will(TELOPT_ENCRYPT)) {
H A Dtelnetd.c510 send_will(TELOPT_ENCRYPT, 1);
519 his_do_dont_is_changing(TELOPT_ENCRYPT) ||
533 if (his_state_is_will(TELOPT_ENCRYPT)) {
H A Dutility.c960 case TELOPT_ENCRYPT:
/macosx-10.10.1/CPANInternal-159.1/Net-Telnet-3.03/lib/Net/
H A DTelnet.pm27 TELOPT_AUTHENTICATION TELOPT_ENCRYPT TELOPT_NEW_ENVIRON
3316 sub TELOPT_ENCRYPT () {38}; # Encryption Option subroutine

Completed in 309 milliseconds