Searched refs:TELNET_DIR_ENCRYPT (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/ |
H A D | enc_des.c | 149 fbp->streams[TELNET_DIR_ENCRYPT].str_flagshift = in cfb64_init() 182 case TELNET_DIR_ENCRYPT: in cfb64_start() 319 register int state = fbp->state[TELNET_DIR_ENCRYPT]; in cfb64_reply() 327 &fbp->streams[TELNET_DIR_ENCRYPT]); in cfb64_reply() 331 encrypt_send_keyid(TELNET_DIR_ENCRYPT, in cfb64_reply() 338 &fbp->streams[TELNET_DIR_ENCRYPT]); in cfb64_reply() 354 return (fbp->state[TELNET_DIR_ENCRYPT] = state); in cfb64_reply() 372 cfb64_stream_key(key->data, &fbp->streams[TELNET_DIR_ENCRYPT]); in cfb64_session() 382 (void) cfb64_start(TELNET_DIR_ENCRYPT); in cfb64_session() 513 &des_cfb.streams[TELNET_DIR_ENCRYPT]; in cfb64_encrypt()
|
H A D | encrypt.c | 168 { { 0 }, 0, TELNET_DIR_ENCRYPT, &encrypt_mode, findencryption }, 520 type = ep->start ? (*ep->start)(TELNET_DIR_ENCRYPT) : 0; in encrypt_support() 770 if ((ret == 0) && (dir == TELNET_DIR_ENCRYPT) && autoencrypt) in encrypt_keyid() 783 str_keyid[3] = (dir == TELNET_DIR_ENCRYPT) in encrypt_send_keyid() 786 struct key_info *kp = &ki[(dir == TELNET_DIR_ENCRYPT) ? 0 : 1]; in encrypt_send_keyid() 832 i = (*ep->start)(TELNET_DIR_ENCRYPT); in encrypt_start_output()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ |
H A D | in.telnetd.c | 1551 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 …]
|
/illumos-gate/usr/src/head/arpa/ |
H A D | telnet.h | 392 #define TELNET_DIR_ENCRYPT 0 macro
|