Home
last modified time | relevance | path

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

/freebsd/lib/librpcsec_gss/
H A Dsvc_rpcsec_gss.c122 gss_ctx_id_t cl_ctx; /* context id */ member
362 maj_stat = gss_wrap_size_limit(&min_stat, client->cl_ctx, want_conf, in rpc_gss_svc_max_data_length()
438 if (client->cl_ctx) in svc_rpc_gss_destroy_client()
440 &client->cl_ctx, GSS_C_NO_BUFFER); in svc_rpc_gss_destroy_client()
624 &client->cl_ctx, in svc_rpc_gss_accept_sec_context()
646 &client->cl_ctx, in svc_rpc_gss_accept_sec_context()
782 maj_stat = gss_verify_mic(&min_stat, client->cl_ctx, &rpcbuf, &checksum, in svc_rpc_gss_validate()
812 maj_stat = gss_get_mic(&min_stat, client->cl_ctx, client->cl_qop, in svc_rpc_gss_nextverf()
851 client->cl_ctx, in svc_rpc_gss_callback()
1212 client->cl_ctx, client->cl_qop, in svc_rpc_gss_wrap()
[all …]
/freebsd/sys/rpc/rpcsec_gss/
H A Dsvc_rpcsec_gss.c142 gss_ctx_id_t cl_ctx; /* context id */ member
576 maj_stat = gss_wrap_size_limit(&min_stat, client->cl_ctx, want_conf, in rpc_gss_svc_max_data_length()
678 if (client->cl_ctx) in svc_rpc_gss_destroy_client()
680 &client->cl_ctx, GSS_C_NO_BUFFER); in svc_rpc_gss_destroy_client()
954 &client->cl_ctx, in svc_rpc_gss_accept_sec_context()
987 &client->cl_ctx, in svc_rpc_gss_accept_sec_context()
1130 maj_stat = gss_verify_mic(&min_stat, client->cl_ctx, &rpcbuf, &checksum, in svc_rpc_gss_validate()
1168 maj_stat = gss_get_mic(&min_stat, client->cl_ctx, client->cl_qop, in svc_rpc_gss_nextverf()
1213 client->cl_ctx, in svc_rpc_gss_callback()
1616 client->cl_ctx, client->cl_qop, in svc_rpc_gss_wrap()
[all …]