Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dmain.c98 char mechstr[MECH_SZ]; variable
162 mechstr[0] = '\0'; in main()
287 if (mechstr[0] == '\0') { in main()
288 strlcpy(mechstr, FTP_DEF_MECH, MECH_SZ); in main()
H A Dauth.c146 if (mechstr && !mechoid && in do_auth()
147 __gss_mech_to_oid(mechstr, (gss_OID*)&mechoid) != in do_auth()
150 "security mechanism\n", mechstr); in do_auth()
H A Dftp_var.h163 extern char mechstr[MECH_SZ]; /* mechanism type */
H A Dcmds.c868 (void) printf("Mechanism: %s\n", mechstr); in status()
2439 (void) strlcpy(mechstr, tempmech, MECH_SZ); in setmech()
2440 (void) printf("Using %s mechanism type\n", mechstr); in setmech()
/illumos-gate/usr/src/lib/libcryptoutil/
H A DMakefile.com30 mechstr.o \