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/sys/rpc/ |
H A D | auth.h | 181 const struct auth_ops { struct 182 ah_nextverf__auth::auth_ops global() argument 184 ah_marshal__auth::auth_ops global() argument 187 ah_validate__auth::auth_ops global() argument 190 ah_refresh__auth::auth_ops global() argument 192 ah_destroy__auth::auth_ops global() argument
|
/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 *);
|