Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/gss_mechs/mech_spnego/mech/
H A Dspnego_mech.c1501 spnego_gss_ctx_id_t tmpsc = create_spnego_ctx(); in acc_ctx_new() local
1502 if (tmpsc && *minor_status == ERR_SPNEGO_NEGOTIATION_FAILED) { in acc_ctx_new()
1503 spnego_set_error_message(tmpsc, *minor_status, in acc_ctx_new()
1515 spnego_gss_save_error_info(*minor_status, tmpsc); in acc_ctx_new()
1516 if (tmpsc) in acc_ctx_new()
1517 release_spnego_ctx(&tmpsc); in acc_ctx_new()