Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dencrypt.c100 static boolean_t autoencrypt = B_FALSE; variable
475 (void) printf(autoencrypt ? in EncryptAutoEnc()
618 autoencrypt = B_FALSE; in encrypt_reply()
621 if (ret == 0 && autoencrypt) in encrypt_reply()
677 if (!encrypt_output && autoencrypt) in encrypt_session_key()
772 if ((ret == 0) && (dir == TELNET_DIR_ENCRYPT) && autoencrypt) in encrypt_keyid()
806 autoencrypt = (on < 0) ? !autoencrypt : in encrypt_auto()
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dmain.c89 autoencrypt = 0; in main()
160 autoencrypt = 1; in main()
H A Dftp_var.h158 EXTERN int autoencrypt; /* do encryption on connect */ variable
H A Dcmds.c139 if (do_auth() && autoencrypt) { in setpeer()