Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libnsl/nis/gen/
H A Dnis_sec_mechs.c765 const char *authtype, /* in */ in __nis_authtype2mechalias() argument
770 const char *src = authtype; in __nis_authtype2mechalias()
799 char *authtype, /* out */ in __nis_mechalias2authtype() argument
804 char *dst = authtype; in __nis_mechalias2authtype()
815 (void) strcpy(authtype, AUTH_DES_AUTH_TYPE); in __nis_mechalias2authtype()
816 return (authtype); in __nis_mechalias2authtype()
824 return (authtype); in __nis_mechalias2authtype()
898 char *authtype, /* out */ in __nis_keyalg2authtype() argument
904 if (!authtype || authtype_len == 0) in __nis_keyalg2authtype()
910 if (!__nis_mechalias2authtype(alias, authtype, authtype_len)) in __nis_keyalg2authtype()
[all …]
/titanic_44/usr/src/cmd/keyserv/
H A Dkeylogout.c86 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.c308 nra.authtype = AUTH_DES; in logout_curr_key()
H A Dchkey_common.c383 nra.authtype = AUTH_DES; /* only revoke DES creds */ in keylogin()
/titanic_44/usr/src/uts/common/nfs/
H A Dnfssys.h104 int authtype; member
110 int32_t authtype; member
/titanic_44/usr/src/cmd/ssh/sshd/
H A Dauth-sia.c102 ent->authtype = SIA_A_NONE; in session_setup_sia()
/titanic_44/usr/src/uts/common/fs/nfs/
H A Dnfs_sys.c230 error = sec_clnt_revoke(STRUCT_FGET(nra, authtype), in nfssys()
/titanic_44/usr/src/lib/pam_modules/dhkeys/
H A Ddhkeys.c380 nra.authtype = AUTH_DES; in revoke_nfs_cred()
/titanic_44/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_fmri.c905 topo_fmri_strcmp_parse_auth(const char *auth, const char *authtype[], in topo_fmri_strcmp_parse_auth() argument
923 authtype[type] = auth + len; in topo_fmri_strcmp_parse_auth()
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dftp.c1767 int authtype; in pswitch() member
1828 ip->authtype = auth_type; in pswitch()
1829 auth_type = op->authtype; in pswitch()
/titanic_44/usr/src/lib/libnsl/common/
H A Dllib-lnsl1093 char *authtype, size_t authtype_len);