Searched defs:__auth (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/rpc/
H A Dauth.h182 typedef struct __auth { struct
188 void (*ah_nextverf)(struct __auth *);
190 int (*ah_marshal)(struct __auth *, XDR *, struct cred *);
192 int (*ah_marshal)(struct __auth *, XDR *);
195 int (*ah_validate)(struct __auth *,
199 int (*ah_refresh)(struct __auth *, struct rpc_msg *,
202 int (*ah_refresh)(struct __auth *, void *);
205 void (*ah_destroy)(struct __auth *);
209 int (*ah_wrap)(struct __auth *, caddr_t, uint_t,
211 int (*ah_unwrap)(struct __auth *, XD
[all...]

Completed in 44 milliseconds