Home
last modified time | relevance | path

Searched refs:cl_qop (Results 1 – 2 of 2) sorted by relevance

/src/lib/librpcsec_gss/
H A Dsvc_rpcsec_gss.c132 gss_qop_t cl_qop; /* quality of protection */ member
363 client->cl_qop, max_tp_unit_len, &max); in rpc_gss_svc_max_data_length()
679 client->cl_qop = GSS_C_QOP_DEFAULT; in svc_rpc_gss_accept_sec_context()
737 client->cl_qop, client->rawcred.service); in svc_rpc_gss_accept_sec_context()
819 maj_stat = gss_get_mic(&min_stat, client->cl_ctx, client->cl_qop, in svc_rpc_gss_nextverf()
1135 client->cl_qop = qop; in svc_rpc_gss()
1153 } else if (client->cl_qop != qop) { in svc_rpc_gss()
1163 if (client->cl_qop != qop) { in svc_rpc_gss()
1164 client->cl_qop = qop; in svc_rpc_gss()
1219 client->cl_ctx, client->cl_qop, in svc_rpc_gss_wrap()
[all …]
/src/sys/rpc/rpcsec_gss/
H A Dsvc_rpcsec_gss.c154 gss_qop_t cl_qop; /* quality of protection */ member
577 client->cl_qop, max_tp_unit_len, &max); in rpc_gss_svc_max_data_length()
1084 client->cl_qop = GSS_C_QOP_DEFAULT; in svc_rpc_gss_accept_sec_context()
1149 client->cl_qop, client->cl_rawcred.service); in svc_rpc_gss_accept_sec_context()
1240 maj_stat = gss_get_mic(&min_stat, client->cl_ctx, client->cl_qop, in svc_rpc_gss_nextverf()
1592 client->cl_qop = qop; in svc_rpc_gss()
1612 } else if (client->cl_qop != qop) { in svc_rpc_gss()
1622 if (client->cl_qop != qop) { in svc_rpc_gss()
1623 client->cl_qop = qop; in svc_rpc_gss()
1688 client->cl_ctx, client->cl_qop, in svc_rpc_gss_wrap()
[all …]