Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dencrypt.c109 static int i_wont_support_decrypt = 0; variable
111 #define I_SUPPORT_DECRYPT (i_support_decrypt & ~i_wont_support_decrypt)
199 if ((i_wont_support_decrypt & typemask(ep->type)) == 0) in encrypt_init()
258 i_wont_support_decrypt |= typemask(ep->type); in EncryptDisable()
292 i_wont_support_decrypt &= ~typemask(ep->type); in EncryptType()