Searched refs:authdes_refresh (Results 1 – 2 of 2) sorted by relevance
61 static bool_t authdes_refresh(AUTH *, void *);200 if (!authdes_refresh(auth, NULL)) { in authdes_pk_seccreate()398 authdes_refresh(AUTH *auth, void *dummy) in authdes_refresh() function468 ops.ah_refresh = authdes_refresh; in authdes_ops()
71 static bool_t authdes_refresh(AUTH *, struct rpc_msg *, cred_t *);186 if (!authdes_refresh(auth, NULL, CRED())) in authdes_create()375 authdes_refresh(AUTH *auth, struct rpc_msg *msg, cred_t *cr) in authdes_refresh() function458 ops.ah_refresh = authdes_refresh; in authdes_ops()