Lines Matching refs:oa_base
142 au->au_origcred.oa_base = mem_alloc ((u_int) len); in authunix_create()
143 if (au->au_origcred.oa_base == NULL) in authunix_create()
145 memcpy(au->au_origcred.oa_base, mymem, (u_int) len); in authunix_create()
251 xdrmem_create (&xdrs, verf->oa_base, verf->oa_length, XDR_DECODE); in authunix_validate()
253 if (au->au_shcred.oa_base != NULL) in authunix_validate()
255 mem_free (au->au_shcred.oa_base, in authunix_validate()
257 au->au_shcred.oa_base = NULL; in authunix_validate()
267 au->au_shcred.oa_base = NULL; in authunix_validate()
284 if (auth->ah_cred.oa_base == au->au_origcred.oa_base) in authunix_refresh()
294 xdrmem_create (&xdrs, au->au_origcred.oa_base, in authunix_refresh()
323 mem_free (au->au_origcred.oa_base, au->au_origcred.oa_length); in authunix_destroy()
325 if (au->au_shcred.oa_base != NULL) in authunix_destroy()
326 mem_free (au->au_shcred.oa_base, au->au_shcred.oa_length); in authunix_destroy()
330 if (auth->ah_verf.oa_base != NULL) in authunix_destroy()
331 mem_free (auth->ah_verf.oa_base, auth->ah_verf.oa_length); in authunix_destroy()