Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dpsa_crypto_core.h654 * \param[in] max_ops The maximum number of ops to be executed in a
660 void mbedtls_psa_interruptible_set_max_ops(uint32_t max_ops);
H A Dpsa_crypto.c3579 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
H A Decp.c109 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_ops
108 mbedtls_ecp_set_max_ops(unsigned max_ops) mbedtls_ecp_set_max_ops() argument
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Decp.h523 void mbedtls_ecp_set_max_ops(unsigned max_ops);
/optee_os/lib/libmbedtls/mbedtls/include/psa/
H A Dcrypto.h4417 * for \p max_ops means functions will block for a
4437 * \note The interpretation of \p max_ops is also
4469 * \param max_ops The maximum number of ops to be executed in a
4474 void psa_interruptible_set_max_ops(uint32_t max_ops);