Searched refs:au_shcred (Results 1 – 2 of 2) sorted by relevance
67 struct opaque_auth au_shcred; /* short hand cred */ member113 auth->ah_verf = au->au_shcred = _null_auth; in authsys_create()264 if (au->au_shcred.oa_base != NULL) { in authsys_validate()265 free(au->au_shcred.oa_base); in authsys_validate()266 au->au_shcred.oa_base = NULL; in authsys_validate()268 if (xdr_opaque_auth(&xdrs, &au->au_shcred)) { in authsys_validate()269 auth->ah_cred = au->au_shcred; in authsys_validate()272 (void) xdr_opaque_auth(&xdrs, &au->au_shcred); in authsys_validate()273 au->au_shcred.oa_base = NULL; in authsys_validate()330 if (au->au_shcred.oa_base != NULL) in authsys_destroy()[all …]
66 struct opaque_auth au_shcred; /* short hand cred */ member110 auth->ah_verf = au->au_shcred = _null_auth; in authunix_create()184 if (xdr_opaque_auth(&xdrs, &au->au_shcred)) { in authunix_validate()185 auth->ah_cred = au->au_shcred; in authunix_validate()188 (void) xdr_opaque_auth(&xdrs, &au->au_shcred); in authunix_validate()189 au->au_shcred.oa_base = 0; in authunix_validate()244 if (au->au_shcred.oa_base != NULL) in authunix_destroy()245 bkmem_free(au->au_shcred.oa_base, au->au_shcred.oa_length); in authunix_destroy()