Searched refs:do_auth (Results 1 - 4 of 4) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dauth.c71 do_auth(void) function
151 (void) printf("do_auth: %s: not a valid "
H A Dftp_var.h303 extern int do_auth(void);
H A Dcmds.c139 if (do_auth() && autoencrypt) {
/opensolaris-onvv-gate/usr/src/uts/common/inet/ip/
H A Dipsecesp.c2080 boolean_t do_auth, do_encr, force; local
2090 do_auth = assoc->ipsa_auth_alg != SADB_AALG_NONE;
2146 if (do_auth) {
2181 if (!do_auth) {
2195 if (do_auth && do_encr) {
2403 boolean_t do_auth, do_encr, force; local
2420 do_auth = assoc->ipsa_auth_alg != SADB_AALG_NONE;
2477 if (do_auth) {
2510 if (!do_auth) {
2547 if (do_auth
[all...]

Completed in 89 milliseconds