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

/freebsd-10.1-release/crypto/heimdal/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:
/freebsd-10.1-release/contrib/telnet/telnet/
H A Dtelnet.c305 case TELOPT_ENCRYPT:
337 if (option == TELOPT_ENCRYPT)
423 case TELOPT_ENCRYPT: /* encryption variable option */
926 case TELOPT_ENCRYPT:
931 if (my_want_state_is_dont(TELOPT_ENCRYPT))
936 if (my_want_state_is_dont(TELOPT_ENCRYPT))
941 if (my_want_state_is_wont(TELOPT_ENCRYPT))
946 if (my_want_state_is_wont(TELOPT_ENCRYPT))
951 if (my_want_state_is_wont(TELOPT_ENCRYPT))
962 if (my_want_state_is_dont(TELOPT_ENCRYPT))
[all...]
H A Dterminal.c236 if (my_want_state_is_will(TELOPT_ENCRYPT)
H A Dutilities.c485 case TELOPT_ENCRYPT:
/freebsd-10.1-release/crypto/heimdal/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:
/freebsd-10.1-release/contrib/tcpdump/
H A Dprint-telnet.c180 case TELOPT_ENCRYPT:
H A Dtelnet.h124 #define TELOPT_ENCRYPT 38 /* Encryption option */ macro
/freebsd-10.1-release/contrib/telnet/arpa/
H A Dtelnet.h122 #define TELOPT_ENCRYPT 38 /* Encryption option */ macro
/freebsd-10.1-release/contrib/telnet/libtelnet/
H A Dencrypt.c142 static unsigned char str_send[64] = { IAC, SB, TELOPT_ENCRYPT,
145 static unsigned char str_start[72] = { IAC, SB, TELOPT_ENCRYPT };
146 static unsigned char str_end[] = { IAC, SB, TELOPT_ENCRYPT, 0, IAC, SE };
703 static unsigned char str_keyid[(MAXKEYLEN*2)+5] = { IAC, SB, TELOPT_ENCRYPT };
H A Denc_des.c149 fbp->fb_feed[2] = TELOPT_ENCRYPT;
/freebsd-10.1-release/crypto/heimdal/appl/telnet/arpa/
H A Dtelnet.h120 #define TELOPT_ENCRYPT 38 /* Encryption option */ macro
/freebsd-10.1-release/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;
/freebsd-10.1-release/include/arpa/
H A Dtelnet.h118 #define TELOPT_ENCRYPT 38 /* Encryption option */ macro
/freebsd-10.1-release/contrib/telnet/telnetd/
H A Dtelnetd.c494 send_will(TELOPT_ENCRYPT, 1);
503 his_do_dont_is_changing(TELOPT_ENCRYPT) ||
517 if (his_state_is_will(TELOPT_ENCRYPT)) {
H A Dstate.c564 case TELOPT_ENCRYPT:
629 case TELOPT_ENCRYPT:
918 case TELOPT_ENCRYPT:
1438 case TELOPT_ENCRYPT:
H A Dtermstat.c195 if (his_state_is_will(TELOPT_ENCRYPT)) {
H A Dutility.c960 case TELOPT_ENCRYPT:

Completed in 139 milliseconds