Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dencrypt.c110 static int i_wont_support_encrypt = 0; variable
112 #define I_SUPPORT_ENCRYPT (i_support_encrypt & ~i_wont_support_encrypt)
266 i_wont_support_encrypt |= typemask(ep->type); in EncryptDisable()
299 i_wont_support_encrypt &= ~typemask(ep->type); in EncryptType()