Searched defs:auth_ops (Results 1 – 1 of 1) sorted by relevance
96 struct auth_ops { struct97 void (*ah_nextverf) (AUTH *);98 int (*ah_marshal) (AUTH *, XDR *); /* nextverf & serialize */99 int (*ah_validate) (AUTH *, struct opaque_auth *);101 int (*ah_refresh) (AUTH *); /* refresh credentials */102 void (*ah_destroy) (AUTH *); /* destroy this structure */
Completed in 4 milliseconds