Home
last modified time | relevance | path

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

/illumos-gate/usr/src/head/arpa/
H A Dtelnet.h387 #define ENCR_STATE_NO_RECV_IV 0x02 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.c194 state |= ENCR_STATE_NO_RECV_IV; in cfb64_start()
330 state &= ~ENCR_STATE_NO_RECV_IV; in cfb64_reply()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.telnetd.c1112 lstate &= ~ENCR_STATE_NO_RECV_IV; in encrypt_is()
1137 lstate &= ~ENCR_STATE_NO_RECV_IV; /* we received an OK IV */ in encrypt_is()
1861 lstate &= ~ENCR_STATE_NO_RECV_IV; /* we got the IV */ in encrypt_reply()