Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libgss/
H A Dg_init_sec_context.c107 gss_union_ctx_id_t union_ctx_id; local
163 union_ctx_id = (gss_union_ctx_id_t)
165 if (union_ctx_id == NULL)
169 &union_ctx_id->mech_type) != GSS_S_COMPLETE) {
170 free(union_ctx_id);
175 union_ctx_id->internal_ctx_id = *context_handle;
195 &union_ctx_id->internal_ctx_id,
216 free(union_ctx_id->mech_type->elements);
217 free(union_ctx_id->mech_type);
218 free(union_ctx_id);
[all …]
H A Dg_accept_sec_context.c113 gss_union_ctx_id_t union_ctx_id; local
154 union_ctx_id = (gss_union_ctx_id_t)
156 if (!union_ctx_id)
162 &union_ctx_id->mech_type);
164 free(union_ctx_id);
194 &union_ctx_id->internal_ctx_id,
364 if (union_ctx_id) {
365 if (union_ctx_id->mech_type) {
366 if (union_ctx_id->mech_type->elements)
368 free(union_ctx_id->mech_type);
[all …]