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

/freebsd-12-stable/crypto/heimdal/lib/gssapi/mech/
H A Dgss_init_sec_context.c129 int allocated_ctx; local
162 allocated_ctx = 1;
166 allocated_ctx = 0;
174 if (allocated_ctx)
203 if (allocated_ctx)
/freebsd-12-stable/lib/libgssapi/
H A Dgss_init_sec_context.c79 int allocated_ctx; local
117 allocated_ctx = 1;
121 allocated_ctx = 0;
129 if (allocated_ctx)
155 if (allocated_ctx)

Completed in 103 milliseconds