Home
last modified time | relevance | path

Searched refs:mechstr (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dauth.c148 if (mechstr && !mechoid && in do_auth()
149 __gss_mech_to_oid(mechstr, (gss_OID*)&mechoid) != in do_auth()
152 "security mechanism\n", mechstr); in do_auth()
H A Dmain.c91 mechstr[0] = '\0'; in main()
216 if (mechstr[0] == '\0') { in main()
217 strlcpy(mechstr, FTP_DEF_MECH, MECH_SZ); in main()
H A Dftp_var.h168 EXTERN char mechstr[MECH_SZ]; /* mechanism type */ variable
H A Dcmds.c871 (void) printf("Mechanism: %s\n", mechstr); in status()
2442 (void) strlcpy(mechstr, tempmech, MECH_SZ); in setmech()
2443 (void) printf("Using %s mechanism type\n", mechstr); in setmech()
/titanic_41/usr/src/lib/libcryptoutil/
H A DMakefile.com29 mechstr.o \