Home
last modified time | relevance | path

Searched refs:ecp_max_ops (Results 1 – 1 of 1) sorted by relevance

/third_party/mbedtls/library/
Decp.c129 static unsigned ecp_max_ops = 0; variable
136 ecp_max_ops = max_ops; in mbedtls_ecp_set_max_ops()
144 return( ecp_max_ops != 0 ); in mbedtls_ecp_restart_is_enabled()
278 if( rs_ctx != NULL && ecp_max_ops != 0 ) in mbedtls_ecp_check_budget()
292 ( rs_ctx->ops_done > ecp_max_ops || in mbedtls_ecp_check_budget()
293 ops > ecp_max_ops - rs_ctx->ops_done ) ) in mbedtls_ecp_check_budget()