Searched refs:svcauth (Results 1 – 2 of 2) sorted by relevance
213 SVCAUTH *svcauth; local221 svcauth = __svc_get_svcauth(xprt);223 if ((cl = (svc_rpc_gss_data *)svcauth->svc_ah_private) != NULL) {470 SVCAUTH *svcauth; local478 svcauth = __svc_get_svcauth(req->rq_xprt);480 client_data = (svc_rpc_gss_data *)svcauth->svc_ah_private;481 gss_parms = &svcauth->svc_gss_parms;486 svcauth->raw_cred = client_data->raw_cred;487 svcauth->raw_cred.service = gss_parms->service;488 svcauth->raw_cred.qop = __rpc_gss_num_to_qop([all …]
342 SVCAUTH *svcauth; in rpc_gss_cleanup() local349 svcauth = &clone_xprt->xp_auth; in rpc_gss_cleanup()351 if ((cl = (svc_rpc_gss_data *)svcauth->svc_ah_private) != NULL) { in rpc_gss_cleanup()357 svcauth->svc_ah_private = NULL; in rpc_gss_cleanup()556 SVCAUTH *svcauth; local560 svcauth = &req->rq_xprt->xp_auth;561 client_data = (svc_rpc_gss_data *)svcauth->svc_ah_private;566 svcauth->raw_cred = client_data->raw_cred;567 *rcred = &svcauth->raw_cred;