Searched refs:ecp_max_ops (Results 1 – 1 of 1) sorted by relevance
103 static unsigned ecp_max_ops = 0; variable110 ecp_max_ops = max_ops; in mbedtls_ecp_set_max_ops()118 return ecp_max_ops != 0; in mbedtls_ecp_restart_is_enabled()250 if (rs_ctx != NULL && ecp_max_ops != 0) { in mbedtls_ecp_check_budget()264 (rs_ctx->ops_done > ecp_max_ops || in mbedtls_ecp_check_budget()265 ops > ecp_max_ops - rs_ctx->ops_done)) { in mbedtls_ecp_check_budget()