Searched refs:authtype (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/cmd/keyserv/
H A Dkeylogout.c86 nra.authtype = AUTH_DES; /* only revoke DES creds */
H A Dchkey.c634 nra.authtype = AUTH_DES;
880 char authtype[MECH_MAXATNAME]; local
885 __nis_mechalias2authtype(CURMECH->alias, authtype,
887 if (!authtype) {
905 program_name, authtype);
H A Dkeylogin.c308 nra.authtype = AUTH_DES;
H A Dchkey_common.c383 nra.authtype = AUTH_DES; /* only revoke DES creds */
/illumos-gate/usr/src/lib/libnsl/nis/gen/
H A Dnis_sec_mechs.c754 * Convert an authtype (ie. DH640-0) to mechanism alias (ie. dh640-0).
755 * Input the authtype ptr, the mechalis ptr and the size of the mechalias
765 const char *authtype, /* in */
770 const char *src = authtype;
785 * Convert an mechalias (ie. dh640-0) to authtype (ie. DH640-0).
786 * Input the authtype ptr, the mechalis ptr and the size of the mechalias
791 * If authtype buf is not large enough, truncate and don't indicate failure.
793 * Return the authtype ptr on success or NULL on failure (any of
799 char *authtype, /* out */
804 char *dst = authtype;
764 __nis_authtype2mechalias( const char *authtype, char *mechalias, size_t mechaliaslen) argument
797 __nis_mechalias2authtype( const char *mechalias, char *authtype, size_t authtypelen) argument
895 __nis_keyalg2authtype( keylen_t keylen, algtype_t algtype, char *authtype, size_t authtype_len) argument
[all...]
/illumos-gate/usr/src/boot/lib/libstand/
H A Drpc.c65 int32_t authtype; /* auth type */ member in struct:auth_info
145 auth->authtype = htonl(RPCAUTH_NULL);
154 auth->authtype = htonl(RPCAUTH_UNIX);
160 auth->authtype = htonl(RPCAUTH_NULL);
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfssys.h104 int authtype; member in struct:nfs_revauth_args
110 int32_t authtype; member in struct:nfs_revauth_args32
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_sys.c230 error = sec_clnt_revoke(STRUCT_FGET(nra, authtype),
/illumos-gate/usr/src/lib/pam_modules/dhkeys/
H A Ddhkeys.c380 nra.authtype = AUTH_DES;
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_fmri.c905 topo_fmri_strcmp_parse_auth(const char *auth, const char *authtype[], argument
923 authtype[type] = auth + len;
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dftp.c1767 int authtype; member in struct:comvars
1828 ip->authtype = auth_type;
1829 auth_type = op->authtype;
/illumos-gate/usr/src/lib/libnsl/common/
H A Dllib-lnsl1093 char *authtype, size_t authtype_len);

Completed in 71 milliseconds