Home
last modified time | relevance | path

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

/freebsd/sys/rpc/
H A Dauth.h181 const struct auth_ops { struct
182 void (*ah_nextverf) (struct __auth *);
184 int (*ah_marshal) (struct __auth *, uint32_t, XDR *,
187 int (*ah_validate) (struct __auth *, uint32_t,
190 int (*ah_refresh) (struct __auth *, void *);
192 void (*ah_destroy) (struct __auth *);
/freebsd/include/rpc/
H A Dauth.h180 struct auth_ops { struct
181 void (*ah_nextverf) (struct __auth *);
183 int (*ah_marshal) (struct __auth *, XDR *);
185 int (*ah_validate) (struct __auth *,
188 int (*ah_refresh) (struct __auth *, void *);
190 void (*ah_destroy) (struct __auth *);