Home
last modified time | relevance | path

Searched refs:TELNET_DIR_ENCRYPT (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Denc_des.c148 fbp->streams[TELNET_DIR_ENCRYPT].str_flagshift = in cfb64_init()
181 case TELNET_DIR_ENCRYPT: in cfb64_start()
318 register int state = fbp->state[TELNET_DIR_ENCRYPT]; in cfb64_reply()
326 &fbp->streams[TELNET_DIR_ENCRYPT]); in cfb64_reply()
330 encrypt_send_keyid(TELNET_DIR_ENCRYPT, in cfb64_reply()
337 &fbp->streams[TELNET_DIR_ENCRYPT]); in cfb64_reply()
353 return (fbp->state[TELNET_DIR_ENCRYPT] = state); in cfb64_reply()
371 cfb64_stream_key(key->data, &fbp->streams[TELNET_DIR_ENCRYPT]); in cfb64_session()
381 (void) cfb64_start(TELNET_DIR_ENCRYPT); in cfb64_session()
512 &des_cfb.streams[TELNET_DIR_ENCRYPT]; in cfb64_encrypt()
H A Dencrypt.c170 { { 0 }, 0, TELNET_DIR_ENCRYPT, &encrypt_mode, findencryption },
522 type = ep->start ? (*ep->start)(TELNET_DIR_ENCRYPT) : 0; in encrypt_support()
772 if ((ret == 0) && (dir == TELNET_DIR_ENCRYPT) && autoencrypt) in encrypt_keyid()
785 str_keyid[3] = (dir == TELNET_DIR_ENCRYPT) in encrypt_send_keyid()
788 struct key_info *kp = &ki[(dir == TELNET_DIR_ENCRYPT) ? 0 : 1]; in encrypt_send_keyid()
834 i = (*ep->start)(TELNET_DIR_ENCRYPT); in encrypt_start_output()
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.telnetd.c1551 encrypt_end(TELNET_DIR_ENCRYPT); in encrypt_request_end()
1793 *p++ = (dir == TELNET_DIR_ENCRYPT ? ENCRYPT_ENC_KEYID : in encrypt_send_keyid()
1800 (dir == TELNET_DIR_ENCRYPT ? "ENCRYPT" : in encrypt_send_keyid()
1803 if (dir == TELNET_DIR_ENCRYPT) { in encrypt_send_keyid()
1821 (dir == TELNET_DIR_ENCRYPT ? "ENC_KEYID" : in encrypt_send_keyid()
1871 encrypt_send_keyid(TELNET_DIR_ENCRYPT, (uchar_t *)"\0", 1, 1); in encrypt_reply()
1915 lstate = (dir == TELNET_DIR_ENCRYPT ? encr_data.encrypt.state : in encrypt_set_keyid_state()
1921 (dir == TELNET_DIR_ENCRYPT ? "ENCRYPT" : in encrypt_set_keyid_state()
1951 (dir == TELNET_DIR_ENCRYPT ? "ENCRYPT" : in encrypt_set_keyid_state()
1954 if (dir == TELNET_DIR_ENCRYPT) in encrypt_set_keyid_state()
[all …]
/titanic_50/usr/src/head/arpa/
H A Dtelnet.h393 #define TELNET_DIR_ENCRYPT 0 macro