Searched refs:want_conf (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/lib/librpcsec_gss/
H A Drpcsec_gss.c686 int want_conf; local
700 want_conf = FALSE;
704 want_conf = TRUE;
711 maj_stat = gss_wrap_size_limit(&min_stat, gd->gd_ctx, want_conf,
H A Dsvc_rpcsec_gss.c341 int want_conf; local
353 want_conf = FALSE;
357 want_conf = TRUE;
364 maj_stat = gss_wrap_size_limit(&min_stat, client->cl_ctx, want_conf,
/freebsd-12-stable/sys/rpc/rpcsec_gss/
H A Drpcsec_gss.c1145 int want_conf; local
1159 want_conf = FALSE;
1163 want_conf = TRUE;
1170 maj_stat = gss_wrap_size_limit(&min_stat, gd->gd_ctx, want_conf,
H A Dsvc_rpcsec_gss.c485 int want_conf; local
497 want_conf = FALSE;
501 want_conf = TRUE;
508 maj_stat = gss_wrap_size_limit(&min_stat, client->cl_ctx, want_conf,

Completed in 111 milliseconds