Searched refs:authtype (Results 1 – 12 of 12) sorted by relevance
/titanic_44/usr/src/lib/libnsl/nis/gen/ |
H A D | nis_sec_mechs.c | 765 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 D | keylogout.c | 86 nra.authtype = AUTH_DES; /* only revoke DES creds */ in main()
|
H A D | chkey.c | 634 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 D | keylogin.c | 308 nra.authtype = AUTH_DES; in logout_curr_key()
|
H A D | chkey_common.c | 383 nra.authtype = AUTH_DES; /* only revoke DES creds */ in keylogin()
|
/titanic_44/usr/src/uts/common/nfs/ |
H A D | nfssys.h | 104 int authtype; member 110 int32_t authtype; member
|
/titanic_44/usr/src/cmd/ssh/sshd/ |
H A D | auth-sia.c | 102 ent->authtype = SIA_A_NONE; in session_setup_sia()
|
/titanic_44/usr/src/uts/common/fs/nfs/ |
H A D | nfs_sys.c | 230 error = sec_clnt_revoke(STRUCT_FGET(nra, authtype), in nfssys()
|
/titanic_44/usr/src/lib/pam_modules/dhkeys/ |
H A D | dhkeys.c | 380 nra.authtype = AUTH_DES; in revoke_nfs_cred()
|
/titanic_44/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_fmri.c | 905 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 D | ftp.c | 1767 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 D | llib-lnsl | 1093 char *authtype, size_t authtype_len);
|