Searched defs:auth_ops (Results 1 – 3 of 3) sorted by relevance
/freebsd/crypto/krb5/src/include/gssrpc/ |
H A D | auth.h | 102 struct auth_ops { struct 103 void (*ah_nextverf)(struct AUTH *); 105 int (*ah_marshal)(struct AUTH *, XDR *); 107 int (*ah_validate)(struct AUTH *, 110 int (*ah_refresh)(struct AUTH *, struct rpc_msg *); 112 void (*ah_destroy)(struct AUTH *); 114 int (*ah_wrap)(struct AUTH *, XDR *, 117 int (*ah_unwrap)(struct AUTH *, XDR *,
|
/freebsd/include/rpc/ |
H A D | auth.h | 180 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 *);
|
/freebsd/sys/rpc/ |
H A D | auth.h | 181 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 *);
|