Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/gss_mechs/mech_spnego/mech/
H A Dspnego_mech.c1506 spnego_gss_ctx_id_t tmpsc = create_spnego_ctx(); in acc_ctx_new() local
1507 if (tmpsc && *minor_status == ERR_SPNEGO_NEGOTIATION_FAILED) { in acc_ctx_new()
1508 spnego_set_error_message(tmpsc, *minor_status, in acc_ctx_new()
1520 spnego_gss_save_error_info(*minor_status, tmpsc); in acc_ctx_new()
1521 if (tmpsc) in acc_ctx_new()
1522 release_spnego_ctx(&tmpsc); in acc_ctx_new()