Searched refs:supportedMech (Results 1 – 1 of 1) sorted by relevance
679 gss_OID supportedMech = GSS_C_NO_OID; in init_ctx_cont() local687 &acc_negState, &supportedMech, in init_ctx_cont()692 supportedMech == GSS_C_NO_OID && in init_ctx_cont()715 supportedMech, responseToken, in init_ctx_cont()735 if (supportedMech != GSS_C_NO_OID) in init_ctx_cont()736 generic_gss_release_oid(&tmpmin, &supportedMech); in init_ctx_cont()747 OM_uint32 acc_negState, gss_OID supportedMech, in init_ctx_nego() argument760 if (supportedMech == GSS_C_NO_OID) { in init_ctx_nego()782 if (!(is_kerb_mech(supportedMech) && in init_ctx_nego()784 !g_OID_equal(supportedMech, sc->internal_mech)) { in init_ctx_nego()[all …]