Home
last modified time | relevance | path

Searched refs:ENCR_STATE_NOT_READY (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.telnetd.c1102 lstate = ENCR_STATE_NOT_READY; in encrypt_is()
1126 lstate = ENCR_STATE_NOT_READY; in encrypt_is()
1141 lstate = ENCR_STATE_NOT_READY; in encrypt_is()
1157 if (lstate == ENCR_STATE_NOT_READY) in encrypt_is()
1204 if (lstate == ENCR_STATE_NOT_READY) in encrypt_send_encrypt_is()
1717 int lstate = ENCR_STATE_NOT_READY; in encrypt_support()
1859 if (lstate == ENCR_STATE_NOT_READY) in encrypt_reply()
1879 lstate = ENCR_STATE_NOT_READY; in encrypt_reply()
1886 lstate = ENCR_STATE_NOT_READY; in encrypt_reply()
1891 if (lstate == ENCR_STATE_NOT_READY) { in encrypt_reply()
[all …]
/illumos-gate/usr/src/head/arpa/
H A Dtelnet.h389 #define ENCR_STATE_NOT_READY 0x08 macro