Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dtelnet.c389 case TELOPT_ENCRYPT:
419 if (option == TELOPT_ENCRYPT)
505 case TELOPT_ENCRYPT: /* encryption variable option */
991 case TELOPT_ENCRYPT: in suboption()
996 if (my_want_state_is_dont(TELOPT_ENCRYPT)) in suboption()
1001 if (my_want_state_is_dont(TELOPT_ENCRYPT)) in suboption()
1006 if (my_want_state_is_wont(TELOPT_ENCRYPT)) in suboption()
1011 if (my_want_state_is_wont(TELOPT_ENCRYPT)) in suboption()
1016 if (my_want_state_is_wont(TELOPT_ENCRYPT)) in suboption()
1027 if (my_want_state_is_dont(TELOPT_ENCRYPT)) in suboption()
[all …]
H A Dencrypt.c132 static uchar_t str_send[64] = { IAC, SB, TELOPT_ENCRYPT,
135 static uchar_t str_start[72] = { IAC, SB, TELOPT_ENCRYPT };
136 static uchar_t str_end[] = { IAC, SB, TELOPT_ENCRYPT, 0, IAC, SE };
724 static uchar_t str_keyid[(MAXKEYLEN*2)+5] = { IAC, SB, TELOPT_ENCRYPT };
H A Dterminal.c211 if (my_want_state_is_will(TELOPT_ENCRYPT) &&
H A Denc_des.c142 fbp->fb_feed[2] = TELOPT_ENCRYPT; in cfb64_init()
H A Dutilities.c549 case TELOPT_ENCRYPT:
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.telnetd.c363 if (myopts[TELOPT_ENCRYPT] == OPT_YES) in auth_finished()
364 send_wont(TELOPT_ENCRYPT); in auth_finished()
365 myopts[TELOPT_ENCRYPT] = remopts[TELOPT_ENCRYPT] = OPT_NO; in auth_finished()
368 myopts[TELOPT_ENCRYPT] == OPT_YES && in auth_finished()
369 remopts[TELOPT_ENCRYPT] == OPT_YES) { in auth_finished()
385 (uchar_t)TELOPT_ENCRYPT, in auth_finished()
1022 *p++ = TELOPT_ENCRYPT; in encrypt_send_request_start()
1060 (uchar_t)TELOPT_ENCRYPT, in encrypt_is()
1252 *p++ = TELOPT_ENCRYPT; in encrypt_send_encrypt_is()
1368 *p++ = TELOPT_ENCRYPT; in encrypt_start_output()
[all …]
/titanic_44/usr/src/head/arpa/
H A Dtelnet.h123 #define TELOPT_ENCRYPT 38 /* Encryption option */ macro