Searched refs:authtype (Results 1 – 11 of 11) sorted by relevance
/illumos-gate/usr/src/lib/libnsl/nis/gen/ |
H A D | nis_sec_mechs.c | 763 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 D | rpc.c | 64 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 D | nfssys.h | 110 int authtype; member 116 int32_t authtype; member
|
/illumos-gate/usr/src/cmd/keyserv/ |
H A D | keylogout.c | 84 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 | 306 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()
|
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs_sys.c | 208 error = sec_clnt_revoke(STRUCT_FGET(nra, authtype), in nfssys()
|
/illumos-gate/usr/src/lib/pam_modules/dhkeys/ |
H A D | dhkeys.c | 383 nra.authtype = AUTH_DES; in revoke_nfs_cred()
|
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_fmri.c | 945 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 D | ftp.c | 1772 int authtype; in pswitch() member 1833 ip->authtype = auth_type; in pswitch() 1834 auth_type = op->authtype; in pswitch()
|