Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/appl/telnet/telnetd/
H A Dtelnetd.h246 extern int require_encryption;
H A Dtelnetd.c63 int require_encryption = 0; variable
251 require_encryption = 1; in main()
557 if (require_encryption) { in getterminaltype()
H A Dstate.c1248 if (require_encryption) in suboption()
1262 if (require_encryption) in suboption()
/freebsd/crypto/heimdal/appl/telnet/
H A DChangeLog76 * telnetd/telnetd.h: Add require_encryption.