Searched defs:auth_ops (Results 1 – 1 of 1) sorted by relevance
103 struct auth_ops { struct104 void (*ah_nextverf) (AUTH *);105 int (*ah_marshal) (AUTH *, XDR *); /* nextverf & serialize */106 int (*ah_validate) (AUTH *, struct opaque_auth *);108 int (*ah_refresh) (AUTH *); /* refresh credentials */109 void (*ah_destroy) (AUTH *); /* destroy this structure */
Completed in 2 milliseconds