Home
last modified time | relevance | path

Searched refs:ENCR_STATE_NO_SEND_IV (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/head/arpa/
H A Dtelnet.h386 #define ENCR_STATE_NO_SEND_IV 0x01 macro
391 (ENCR_STATE_NO_SEND_IV|ENCR_STATE_NO_RECV_IV|ENCR_STATE_NO_KEYID)
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Denc_des.c186 else if ((state & ENCR_STATE_NO_SEND_IV) == 0) in cfb64_start()
193 state &= ~ENCR_STATE_NO_SEND_IV; in cfb64_start()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.telnetd.c1113 lstate &= ~ENCR_STATE_NO_SEND_IV; in encrypt_is()
1138 lstate &= ~ENCR_STATE_NO_SEND_IV; /* we dont send an IV */ in encrypt_is()
1206 else if ((lstate & ENCR_STATE_NO_SEND_IV) == 0) { in encrypt_send_encrypt_is()
1272 lstate &= ~ENCR_STATE_NO_SEND_IV; /* we sent our IV */ in encrypt_send_encrypt_is()
1273 lstate &= ~ENCR_STATE_NO_SEND_IV; /* dont need decrypt IV */ in encrypt_send_encrypt_is()
1862 lstate &= ~ENCR_STATE_NO_SEND_IV; /* we dont need to send IV */ in encrypt_reply()