Searched refs:ecp_max_ops (Results 1 – 1 of 1) sorted by relevance
398 static unsigned ecp_max_ops = 0; variable405 ecp_max_ops = max_ops; in mbedtls_ecp_set_max_ops()413 return( ecp_max_ops != 0 ); in mbedtls_ecp_restart_is_enabled()559 if( rs_ctx != NULL && ecp_max_ops != 0 ) in mbedtls_ecp_check_budget()573 ( rs_ctx->ops_done > ecp_max_ops || in mbedtls_ecp_check_budget()574 ops > ecp_max_ops - rs_ctx->ops_done ) ) in mbedtls_ecp_check_budget()