Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/rpc/
HDauth.h185 const struct auth_ops { struct
186 void (*ah_nextverf) (struct __auth *);
188 int (*ah_marshal) (struct __auth *, uint32_t, XDR *,
191 int (*ah_validate) (struct __auth *, uint32_t,
194 int (*ah_refresh) (struct __auth *, void *);
196 void (*ah_destroy) (struct __auth *);
/freebsd-14-stable/include/rpc/
HDauth.h184 struct auth_ops { struct
185 void (*ah_nextverf) (struct __auth *);
187 int (*ah_marshal) (struct __auth *, XDR *);
189 int (*ah_validate) (struct __auth *,
192 int (*ah_refresh) (struct __auth *, void *);
194 void (*ah_destroy) (struct __auth *);