Searched refs:max_ops (Results 1 – 5 of 5) sorted by relevance
654 * \param[in] max_ops The maximum number of ops to be executed in a660 void mbedtls_psa_interruptible_set_max_ops(uint32_t max_ops);
3579 void psa_interruptible_set_max_ops(uint32_t max_ops) in psa_interruptible_set_max_ops() 3581 psa_interruptible_max_ops = max_ops;3915 void mbedtls_psa_interruptible_set_max_ops(uint32_t max_ops) in mbedtls_psa_interruptible_set_max_ops() 3924 if (max_ops == 0) { in mbedtls_psa_interruptible_set_max_ops() 3925 max_ops = 1; in mbedtls_psa_interruptible_set_max_ops() 3928 mbedtls_ecp_set_max_ops(max_ops); in mbedtls_psa_interruptible_set_max_ops() 3930 (void) max_ops; in mbedtls_psa_interruptible_set_max_ops() 4090 /* Ensure max_ops is set to the current value (or default). */ in mbedtls_psa_sign_hash_complete() 4332 /* Ensure max_ops is set to the current value (or default). */ in mbedtls_psa_verify_hash_complete() 3577 psa_interruptible_set_max_ops(uint32_t max_ops) psa_interruptible_set_max_ops() argument 3913 mbedtls_psa_interruptible_set_max_ops(uint32_t max_ops) mbedtls_psa_interruptible_set_max_ops() argument
109 void mbedtls_ecp_set_max_ops(unsigned max_ops) in mbedtls_ecp_set_max_ops() 111 ecp_max_ops = max_ops; in mbedtls_ecp_set_max_ops() 1850 * So if ECC operations are blocking for too long even with a low max_ops108 mbedtls_ecp_set_max_ops(unsigned max_ops) mbedtls_ecp_set_max_ops() argument
523 void mbedtls_ecp_set_max_ops(unsigned max_ops);
4417 * for \p max_ops means functions will block for a4437 * \note The interpretation of \p max_ops is also4469 * \param max_ops The maximum number of ops to be executed in a4474 void psa_interruptible_set_max_ops(uint32_t max_ops);