Lines Matching refs:cl_rawcred
146 rpc_gss_rawcred_t cl_rawcred; /* raw credentials */ member
502 *rcred = &client->cl_rawcred; in rpc_gss_getcred()
558 switch (client->cl_rawcred.service) { in rpc_gss_svc_max_data_length()
685 if (client->cl_rawcred.client_principal) in svc_rpc_gss_destroy_client()
686 mem_free(client->cl_rawcred.client_principal, in svc_rpc_gss_destroy_client()
687 sizeof(*client->cl_rawcred.client_principal) in svc_rpc_gss_destroy_client()
688 + client->cl_rawcred.client_principal->len); in svc_rpc_gss_destroy_client()
900 switch (client->cl_rawcred.service) { in svc_rpc_gss_set_flavor()
1047 client->cl_rawcred.version = RPCSEC_GSS_VERSION; in svc_rpc_gss_accept_sec_context()
1048 rpc_gss_oid_to_mech(mech, &client->cl_rawcred.mechanism); in svc_rpc_gss_accept_sec_context()
1056 client->cl_rawcred.client_principal = in svc_rpc_gss_accept_sec_context()
1057 mem_alloc(sizeof(*client->cl_rawcred.client_principal) in svc_rpc_gss_accept_sec_context()
1059 client->cl_rawcred.client_principal->len = export_name.length; in svc_rpc_gss_accept_sec_context()
1060 memcpy(client->cl_rawcred.client_principal->name, in svc_rpc_gss_accept_sec_context()
1063 client->cl_rawcred.svc_principal = in svc_rpc_gss_accept_sec_context()
1065 client->cl_rawcred.service = gc->gc_svc; in svc_rpc_gss_accept_sec_context()
1083 client->cl_rawcred.client_principal->name, in svc_rpc_gss_accept_sec_context()
1085 client->cl_qop, client->cl_rawcred.service); in svc_rpc_gss_accept_sec_context()
1210 lock.raw_cred = &client->cl_rawcred; in svc_rpc_gss_callback()
1521 client->cl_rawcred.qop = _rpc_gss_num_to_qop( in svc_rpc_gss()
1522 client->cl_rawcred.mechanism, qop); in svc_rpc_gss()
1537 if (client->cl_rawcred.service != gc.gc_svc) { in svc_rpc_gss()
1552 client->cl_rawcred.qop = _rpc_gss_num_to_qop( in svc_rpc_gss()
1553 client->cl_rawcred.mechanism, qop); in svc_rpc_gss()
1560 if (client->cl_rawcred.service != gc.gc_svc) { in svc_rpc_gss()
1561 client->cl_rawcred.service = gc.gc_svc; in svc_rpc_gss()