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

/freebsd-13-stable/lib/librpcsec_gss/
H A Dsvc_rpcsec_gss.c134 gss_qop_t cl_qop; /* quality of protection */ member in struct:svc_rpc_gss_client
365 client->cl_qop, max_tp_unit_len, &max);
681 client->cl_qop = GSS_C_QOP_DEFAULT;
739 client->cl_qop, client->rawcred.service);
814 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-13-stable/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
517 client->cl_qop, max_tp_unit_len, &max);
954 client->cl_qop = GSS_C_QOP_DEFAULT;
1018 client->cl_qop, client->cl_rawcred.service);
1101 maj_stat = gss_get_mic(&min_stat, client->cl_ctx, client->cl_qop,
1449 client->cl_qop = qop;
1469 } else if (client->cl_qop != qop) {
1479 if (client->cl_qop != qop) {
1480 client->cl_qop = qop;
1544 client->cl_ctx, client->cl_qop,
[all...]

Completed in 66 milliseconds