Searched refs:supportedMech (Results 1 – 1 of 1) sorted by relevance
678 gss_OID supportedMech = GSS_C_NO_OID; in init_ctx_cont() local686 &acc_negState, &supportedMech, in init_ctx_cont()691 supportedMech == GSS_C_NO_OID && in init_ctx_cont()714 supportedMech, responseToken, in init_ctx_cont()734 if (supportedMech != GSS_C_NO_OID) in init_ctx_cont()735 generic_gss_release_oid(&tmpmin, &supportedMech); in init_ctx_cont()746 OM_uint32 acc_negState, gss_OID supportedMech, in init_ctx_nego() argument759 if (supportedMech == GSS_C_NO_OID) { in init_ctx_nego()781 if (!(is_kerb_mech(supportedMech) && in init_ctx_nego()783 !g_OID_equal(supportedMech, sc->internal_mech)) { in init_ctx_nego()[all …]