Searched refs:cl_qop (Results 1 – 2 of 2) sorted by relevance
/freebsd/lib/librpcsec_gss/ |
H A D | svc_rpcsec_gss.c | 132 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() 812 maj_stat = gss_get_mic(&min_stat, client->cl_ctx, client->cl_qop, in svc_rpc_gss_nextverf() 1128 client->cl_qop = qop; in svc_rpc_gss() 1146 } else if (client->cl_qop != qop) { in svc_rpc_gss() 1156 if (client->cl_qop != qop) { in svc_rpc_gss() 1157 client->cl_qop = qop; in svc_rpc_gss() 1212 client->cl_ctx, client->cl_qop, in svc_rpc_gss_wrap() [all …]
|
/freebsd/sys/rpc/rpcsec_gss/ |
H A D | svc_rpcsec_gss.c | 154 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() 1021 client->cl_qop = GSS_C_QOP_DEFAULT; in svc_rpc_gss_accept_sec_context() 1085 client->cl_qop, client->cl_rawcred.service); in svc_rpc_gss_accept_sec_context() 1168 maj_stat = gss_get_mic(&min_stat, client->cl_ctx, client->cl_qop, in svc_rpc_gss_nextverf() 1520 client->cl_qop = qop; in svc_rpc_gss() 1540 } else if (client->cl_qop != qop) { in svc_rpc_gss() 1550 if (client->cl_qop != qop) { in svc_rpc_gss() 1551 client->cl_qop = qop; in svc_rpc_gss() 1616 client->cl_ctx, client->cl_qop, in svc_rpc_gss_wrap() [all …]
|