HomeSort by: relevance | last modified time | path
    Searched refs:TELOPT_ENCRYPT (Results 1 - 10 of 10) sorted by relevancy

  /src/usr.bin/telnet/
telnet.c 337 case TELOPT_ENCRYPT:
370 if (option == TELOPT_ENCRYPT)
456 case TELOPT_ENCRYPT: /* encryption variable option */
955 case TELOPT_ENCRYPT:
960 if (my_want_state_is_dont(TELOPT_ENCRYPT))
965 if (my_want_state_is_dont(TELOPT_ENCRYPT))
970 if (my_want_state_is_wont(TELOPT_ENCRYPT))
975 if (my_want_state_is_wont(TELOPT_ENCRYPT))
980 if (my_want_state_is_wont(TELOPT_ENCRYPT))
991 if (my_want_state_is_dont(TELOPT_ENCRYPT))
    [all...]
terminal.c 199 if (my_want_state_is_will(TELOPT_ENCRYPT)
utilities.c 485 case TELOPT_ENCRYPT:
  /src/include/arpa/
telnet.h 118 #define TELOPT_ENCRYPT 38 /* Encryption option */
  /src/lib/libtelnet/
encrypt.c 132 static unsigned char str_send[64] = { IAC, SB, TELOPT_ENCRYPT,
135 static unsigned char str_start[72] = { IAC, SB, TELOPT_ENCRYPT };
136 static unsigned char str_end[] = { IAC, SB, TELOPT_ENCRYPT, 0, IAC, SE };
700 static unsigned char str_keyid[(MAXKEYLEN*2)+5] = { IAC, SB, TELOPT_ENCRYPT };
enc_des.c 148 fbp->fb_feed[2] = TELOPT_ENCRYPT;
  /src/libexec/telnetd/
telnetd.c 507 send_will(TELOPT_ENCRYPT, 1);
516 his_do_dont_is_changing(TELOPT_ENCRYPT) ||
537 if (his_state_is_will(TELOPT_ENCRYPT)) {
termstat.c 185 if (his_state_is_will(TELOPT_ENCRYPT)) {
state.c 560 case TELOPT_ENCRYPT:
625 case TELOPT_ENCRYPT:
916 case TELOPT_ENCRYPT:
1471 case TELOPT_ENCRYPT:
utility.c 972 case TELOPT_ENCRYPT:

Completed in 18 milliseconds