Lines Matching defs:auth
115 #define AUTH_PRIVATE(auth) ((struct rpc_gss_data *)auth->ah_private) argument
124 AUTH *auth, *save_auth; in rpc_gss_seccreate() local
228 rpc_gss_set_defaults(AUTH *auth, rpc_gss_service_t service, const char *qop) in rpc_gss_set_defaults()
253 rpc_gss_nextverf(__unused AUTH *auth) in rpc_gss_nextverf()
260 rpc_gss_marshal(__unused AUTH *auth, __unused XDR *xdrs) in rpc_gss_marshal()
268 rpc_gss_validate(AUTH *auth, struct opaque_auth *verf) in rpc_gss_validate()
321 rpc_gss_init(AUTH *auth, rpc_gss_options_ret_t *options_ret) in rpc_gss_init()
488 rpc_gss_refresh(AUTH *auth, void *msg) in rpc_gss_refresh()
511 rpc_gss_destroy_context(AUTH *auth, bool_t send_destroy) in rpc_gss_destroy_context()
542 rpc_gss_destroy(AUTH *auth) in rpc_gss_destroy()
564 __rpc_gss_wrap(AUTH *auth, void *header, size_t headerlen, in __rpc_gss_wrap()
663 __rpc_gss_unwrap(AUTH *auth, XDR *xdrs, xdrproc_t xdr_func, void *xdr_ptr) in __rpc_gss_unwrap()
681 rpc_gss_max_data_length(AUTH *auth, int max_tp_unit_len) in rpc_gss_max_data_length()