Searched refs:gss_supported_mechs (Results 1 – 1 of 1) sorted by relevance
323 gss_OID_set gss_supported_mechs; member448 authctxt.gss_supported_mechs = NULL; in ssh_userauth2()467 if (authctxt.gss_supported_mechs != NULL) { in ssh_userauth2()470 gss_release_oid_set(&ms, &authctxt.gss_supported_mechs); in ssh_userauth2()471 authctxt.gss_supported_mechs = NULL; in ssh_userauth2()766 if (authctxt->gss_supported_mechs == NULL) in userauth_gssapi()767 gss_indicate_mechs(&min, &authctxt->gss_supported_mechs); in userauth_gssapi()770 while (authctxt->mech_tried < authctxt->gss_supported_mechs->count && in userauth_gssapi()772 mech = &authctxt->gss_supported_mechs-> in userauth_gssapi()