Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dencrypt.c110 #define I_SUPPORT_ENCRYPT (i_support_encrypt & ~i_wont_support_encrypt) macro
141 if (!(I_SUPPORT_ENCRYPT & remote_supports_decrypt & typemask(type))) in findencryption()
510 (I_SUPPORT_ENCRYPT & typemask(type))) { in encrypt_support()