Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dencrypt.c98 static boolean_t autoencrypt = B_FALSE; variable
473 (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()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dmain.c94 int autoencrypt; variable
160 autoencrypt = 0; in main()
231 autoencrypt = 1; in main()
H A Dftp_var.h153 extern int autoencrypt; /* do encryption on connect */
H A Dcmds.c136 if (do_auth() && autoencrypt) { in setpeer()