Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dencrypt.c108 static int i_support_encrypt = typemask(TELOPT_ENCTYPE_DES_CFB64); variable
112 #define I_SUPPORT_ENCRYPT (i_support_encrypt & ~i_wont_support_encrypt)
182 i_support_encrypt = i_support_decrypt = 0; in encrypt_init()
199 i_support_encrypt |= typemask(ep->type); in encrypt_init()