Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/rpc/
H A Dauth.h200 struct auth_ops { struct
202 void (*ah_nextverf)(struct __auth *);
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,
/illumos-gate/usr/src/lib/libmlrpc/common/
H A Dlibmlrpc.h484 ndr_auth_ops_t auth_ops; member