Lines Matching refs:AUTH
63 static bool_t authdes_refresh(AUTH *, void *);
88 extern AUTH *authdes_pk_seccreate(const char *, netobj *, uint_t, const char *,
101 AUTH *
128 AUTH *
132 AUTH *auth; in authdes_pk_seccreate()
139 auth = malloc(sizeof (AUTH)); in authdes_pk_seccreate()
236 authdes_nextverf(AUTH *auth) in authdes_nextverf()
246 authdes_marshal(AUTH *auth, XDR *xdrs) in authdes_marshal()
342 authdes_validate(AUTH *auth, struct opaque_auth *rverf) in authdes_validate()
400 authdes_refresh(AUTH *auth, void *dummy) in authdes_refresh()
440 authdes_destroy(AUTH *auth) in authdes_destroy()