Searched refs:au_shcred (Results 1 – 1 of 1) sorted by relevance
120 auth->ah_verf = au->au_shcred = _null_auth; in authunix_create()253 if (au->au_shcred.oa_base != NULL) in authunix_validate()255 mem_free (au->au_shcred.oa_base, in authunix_validate()256 au->au_shcred.oa_length); in authunix_validate()257 au->au_shcred.oa_base = NULL; in authunix_validate()259 if (xdr_opaque_auth (&xdrs, &au->au_shcred)) in authunix_validate()261 auth->ah_cred = au->au_shcred; in authunix_validate()266 (void) xdr_opaque_auth (&xdrs, &au->au_shcred); in authunix_validate()267 au->au_shcred.oa_base = NULL; in authunix_validate()325 if (au->au_shcred.oa_base != NULL) in authunix_destroy()[all …]
Completed in 4 milliseconds