Searched defs:auth_ops (Results 1 – 1 of 1) sorted by relevance
/reactos/dll/3rdparty/libtirpc/tirpc/rpc/ |
H A D | auth.h | 209 struct auth_ops { struct 210 void (*ah_nextverf) (struct __auth *); 212 int (*ah_marshal) (struct __auth *, XDR *, u_int *); 214 int (*ah_validate) (struct __auth *, struct opaque_auth *, u_int); 216 int (*ah_refresh) (struct __auth *, void *); 218 void (*ah_destroy) (struct __auth *); 220 int (*ah_wrap) (struct __auth *, XDR *, xdrproc_t, caddr_t); 222 int (*ah_unwrap) (struct __auth *, XDR *, xdrproc_t, caddr_t, u_int);
|