Home
last modified time | relevance | path

Searched refs:restarting (Results 1 - 3 of 3) sorted by relevance

/third_party/mbedtls/library/
H A Decdh.c62 int restarting = 0; in ecdh_gen_public_restartable() local
64 restarting = (rs_ctx != NULL && rs_ctx->rsm != NULL); in ecdh_gen_public_restartable()
67 if (!restarting) { in ecdh_gen_public_restartable()
H A Decp.c2651 int restarting = 0; in ecp_mul_restartable_internal() local
2653 restarting = (rs_ctx != NULL && rs_ctx->rsm != NULL); in ecp_mul_restartable_internal()
2655 /* skip argument check when restarting */ in ecp_mul_restartable_internal()
2656 if (!restarting) { in ecp_mul_restartable_internal()
/third_party/python/Lib/idlelib/
H A Dpyshell.py421 self.restarting = False
491 if self.restarting:
493 self.restarting = True
531 self.restarting = False

Completed in 9 milliseconds