Searched refs:autoencrypt (Results 1 – 4 of 4) sorted by relevance
98 static boolean_t autoencrypt = B_FALSE; variable473 (void) printf(autoencrypt ? in EncryptAutoEnc()616 autoencrypt = B_FALSE; in encrypt_reply()619 if (ret == 0 && autoencrypt) in encrypt_reply()675 if (!encrypt_output && autoencrypt) in encrypt_session_key()770 if ((ret == 0) && (dir == TELNET_DIR_ENCRYPT) && autoencrypt) in encrypt_keyid()804 autoencrypt = (on < 0) ? !autoencrypt : in encrypt_auto()
94 int autoencrypt; variable160 autoencrypt = 0; in main()231 autoencrypt = 1; in main()
153 extern int autoencrypt; /* do encryption on connect */
136 if (do_auth() && autoencrypt) { in setpeer()