Searched refs:cl_rawcred (Results 1 – 2 of 2) sorted by relevance
126 rpc_gss_rawcred_t cl_rawcred; /* raw credentials */ member327 *rcred = &client->cl_rawcred; in rpc_gss_getcred()344 switch (client->cl_rawcred.service) { in rpc_gss_svc_max_data_length()445 if (client->cl_rawcred.client_principal) in svc_rpc_gss_destroy_client()446 mem_free(client->cl_rawcred.client_principal, in svc_rpc_gss_destroy_client()447 sizeof(*client->cl_rawcred.client_principal) in svc_rpc_gss_destroy_client()448 + client->cl_rawcred.client_principal->len); in svc_rpc_gss_destroy_client()700 client->cl_rawcred.version = RPCSEC_GSS_VERSION; in svc_rpc_gss_accept_sec_context()701 rpc_gss_oid_to_mech(mech, &client->cl_rawcred.mechanism); in svc_rpc_gss_accept_sec_context()709 client->cl_rawcred.client_principal = in svc_rpc_gss_accept_sec_context()[all …]
146 rpc_gss_rawcred_t cl_rawcred; /* raw credentials */ member502 *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()[all …]