Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Dinit_sec_context.c484 krb5_gss_ctx_id_rec *ctx, *ctx_free; in new_connection() local
518 ctx_free = ctx; in new_connection()
614 ctx_free = 0; in new_connection()
649 if (ctx_free) { in new_connection()
650 if (ctx_free->auth_context) in new_connection()
652 if (ctx_free->here) in new_connection()
653 krb5_free_principal(context, ctx_free->here); in new_connection()
654 if (ctx_free->there) in new_connection()
655 krb5_free_principal(context, ctx_free->there); in new_connection()
656 if (ctx_free->subkey) in new_connection()
[all …]