Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dencrypt.c111 static int i_wont_support_decrypt = 0; variable
113 #define I_SUPPORT_DECRYPT (i_support_decrypt & ~i_wont_support_decrypt)
201 if ((i_wont_support_decrypt & typemask(ep->type)) == 0) in encrypt_init()
260 i_wont_support_decrypt |= typemask(ep->type); in EncryptDisable()
294 i_wont_support_decrypt &= ~typemask(ep->type); in EncryptType()