Lines Matching refs:AUTH
61 static bool_t authdes_refresh(AUTH *, void *);
86 extern AUTH *authdes_pk_seccreate(const char *, netobj *, uint_t, const char *,
99 AUTH *
126 AUTH *
130 AUTH *auth; in authdes_pk_seccreate()
137 auth = malloc(sizeof (AUTH)); in authdes_pk_seccreate()
234 authdes_nextverf(AUTH *auth) in authdes_nextverf()
244 authdes_marshal(AUTH *auth, XDR *xdrs) in authdes_marshal()
340 authdes_validate(AUTH *auth, struct opaque_auth *rverf) in authdes_validate()
398 authdes_refresh(AUTH *auth, void *dummy) in authdes_refresh()
438 authdes_destroy(AUTH *auth) in authdes_destroy()