Searched defs:auth_ops (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/lib/libbc/inc/include/rpc/ |
H A D | auth.h | 92 struct auth_ops { struct 93 void (*ah_nextverf)(); 94 int (*ah_marshal)(); /* nextverf & serialize */ 95 int (*ah_validate)(); /* validate varifier */ 96 int (*ah_refresh)(); /* refresh credentials */ 97 void (*ah_destroy)(); /* destroy this structure */
|
/titanic_44/usr/src/uts/common/rpc/ |
H A D | auth.h | 200 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,
|