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

/freebsd-9.3-release/lib/librpcsec_gss/
H A Dsvc_rpcsec_gss.c132 gss_qop_t cl_qop; /* quality of protection */ member in struct:svc_rpc_gss_client
363 client->cl_qop, max_tp_unit_len, &max);
684 client->cl_qop = GSS_C_QOP_DEFAULT;
742 client->cl_qop, client->rawcred.service);
817 maj_stat = gss_get_mic(&min_stat, client->cl_ctx, client->cl_qop,
1130 client->cl_qop = qop;
1148 } else if (client->cl_qop != qop) {
1158 if (client->cl_qop != qop) {
1159 client->cl_qop = qop;
1214 client->cl_ctx, client->cl_qop,
[all...]
/freebsd-9.3-release/sys/rpc/rpcsec_gss/
H A Dsvc_rpcsec_gss.c155 gss_qop_t cl_qop; /* quality of protection */ member in struct:svc_rpc_gss_client
491 client->cl_qop, max_tp_unit_len, &max);
919 client->cl_qop = GSS_C_QOP_DEFAULT;
976 client->cl_qop, client->cl_rawcred.service);
1059 maj_stat = gss_get_mic(&min_stat, client->cl_ctx, client->cl_qop,
1408 client->cl_qop = qop;
1428 } else if (client->cl_qop != qop) {
1438 if (client->cl_qop != qop) {
1439 client->cl_qop = qop;
1503 client->cl_ctx, client->cl_qop,
[all...]

Completed in 86 milliseconds