Searched defs:authtype (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/boot/lib/libstand/ |
H A D | rpc.c | 65 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/cmd/keyserv/ |
H A D | chkey.c | 634 nra.authtype = AUTH_DES; 880 char authtype[MECH_MAXATNAME]; local 885 __nis_mechalias2authtype(CURMECH->alias, authtype, 887 if (!authtype) { 905 program_name, authtype);
|
/illumos-gate/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[], argument 923 authtype[type] = auth + len;
|
/illumos-gate/usr/src/lib/libnsl/nis/gen/ |
H A D | nis_sec_mechs.c | 754 * 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/uts/common/nfs/ |
H A D | nfssys.h | 104 int authtype; member in struct:nfs_revauth_args 110 int32_t authtype; member in struct:nfs_revauth_args32
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/ |
H A D | ftp.c | 1767 int authtype; member in struct:comvars 1828 ip->authtype = auth_type; 1829 auth_type = op->authtype;
|
Completed in 96 milliseconds