Searched defs:auth_ops (Results 1 – 1 of 1) sorted by relevance
60 struct auth_ops { struct61 void (*ah_nextverf) (AUTH *);62 int (*ah_marshal) (AUTH *, XDR *); /* nextverf & serialize */63 int (*ah_validate) (AUTH *, struct opaque_auth *);65 int (*ah_refresh) (AUTH *); /* refresh credentials */66 void (*ah_destroy) (AUTH *); /* destroy this structure */