Home
last modified time | relevance | path

Searched refs:authtype (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/lib/libnsl/nis/gen/
H A Dnis_sec_mechs.c763 const char *authtype, /* in */ in __nis_authtype2mechalias() argument
768 const char *src = authtype; in __nis_authtype2mechalias()
797 char *authtype, /* out */ in __nis_mechalias2authtype() argument
802 char *dst = authtype; in __nis_mechalias2authtype()
813 (void) strcpy(authtype, AUTH_DES_AUTH_TYPE); in __nis_mechalias2authtype()
814 return (authtype); in __nis_mechalias2authtype()
822 return (authtype); in __nis_mechalias2authtype()
896 char *authtype, /* out */ in __nis_keyalg2authtype() argument
902 if (!authtype || authtype_len == 0) in __nis_keyalg2authtype()
908 if (!__nis_mechalias2authtype(alias, authtype, authtype_len)) in __nis_keyalg2authtype()
[all …]
/illumos-gate/usr/src/boot/libsa/
H A Drpc.c64 int32_t authtype; /* auth type */ member
144 auth->authtype = htonl(RPCAUTH_NULL); in rpc_call()
152 auth->authtype = htonl(RPCAUTH_UNIX); in rpc_call()
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfssys.h110 int authtype; member
116 int32_t authtype; member
/illumos-gate/usr/src/cmd/keyserv/
H A Dkeylogout.c84 nra.authtype = AUTH_DES; /* only revoke DES creds */ in main()
H A Dchkey.c634 nra.authtype = AUTH_DES; in keylogin_des()
880 char authtype[MECH_MAXATNAME]; in storekeys() local
885 __nis_mechalias2authtype(CURMECH->alias, authtype, in storekeys()
887 if (!authtype) { in storekeys()
905 program_name, authtype); in storekeys()
H A Dkeylogin.c306 nra.authtype = AUTH_DES; in logout_curr_key()
H A Dchkey_common.c383 nra.authtype = AUTH_DES; /* only revoke DES creds */ in keylogin()
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_sys.c208 error = sec_clnt_revoke(STRUCT_FGET(nra, authtype), in nfssys()
/illumos-gate/usr/src/lib/pam_modules/dhkeys/
H A Ddhkeys.c383 nra.authtype = AUTH_DES; in revoke_nfs_cred()
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_fmri.c945 topo_fmri_strcmp_parse_auth(const char *auth, const char *authtype[], in topo_fmri_strcmp_parse_auth() argument
963 authtype[type] = auth + len; in topo_fmri_strcmp_parse_auth()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dftp.c1772 int authtype; in pswitch() member
1833 ip->authtype = auth_type; in pswitch()
1834 auth_type = op->authtype; in pswitch()