Searched refs:gss_supported_mechs (Results 1 – 1 of 1) sorted by relevance
283 gss_OID_set gss_supported_mechs; member411 authctxt.gss_supported_mechs = NULL; in ssh_userauth2()723 if (authctxt->gss_supported_mechs == NULL) in userauth_gssapi()724 gss_indicate_mechs(&min, &authctxt->gss_supported_mechs); in userauth_gssapi()727 while (authctxt->mech_tried < authctxt->gss_supported_mechs->count && in userauth_gssapi()729 mech = &authctxt->gss_supported_mechs-> in userauth_gssapi()776 free(authctxt->gss_supported_mechs); in userauth_gssapi_cleanup()777 authctxt->gss_supported_mechs = NULL; in userauth_gssapi_cleanup()