Searched refs:__auth (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/uts/common/rpc/ |
H A D | auth.h | 196 typedef struct __auth { struct 202 void (*ah_nextverf)(struct __auth *); argument 204 int (*ah_marshal)(struct __auth *, XDR *, struct cred *); 206 int (*ah_marshal)(struct __auth *, XDR *); 209 int (*ah_validate)(struct __auth *, 213 int (*ah_refresh)(struct __auth *, struct rpc_msg *, 216 int (*ah_refresh)(struct __auth *, void *); 219 void (*ah_destroy)(struct __auth *); 223 int (*ah_wrap)(struct __auth *, caddr_t, uint_t, 225 int (*ah_unwrap)(struct __auth *, XDR *, xdrproc_t,
|