Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dencrypt.c108 static int i_wont_support_encrypt = 0; variable
110 #define I_SUPPORT_ENCRYPT (i_support_encrypt & ~i_wont_support_encrypt)
264 i_wont_support_encrypt |= typemask(ep->type); in EncryptDisable()
297 i_wont_support_encrypt &= ~typemask(ep->type); in EncryptType()