Home
last modified time | relevance | path

Searched defs:auth_ops (Results 1 – 1 of 1) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/include/rpc/
A Dauth.h103 struct auth_ops { struct
104 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