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.h672 void mbedtls_psa_interruptible_set_max_ops(uint32_t max_ops);
H A Dpsa_crypto.c3577 void psa_interruptible_set_max_ops(uint32_t max_ops) in psa_interruptible_set_max_ops() argument
3579 psa_interruptible_max_ops = max_ops; in psa_interruptible_set_max_ops()
3913 void mbedtls_psa_interruptible_set_max_ops(uint32_t max_ops) in mbedtls_psa_interruptible_set_max_ops() argument
3922 if (max_ops == 0) { in mbedtls_psa_interruptible_set_max_ops()
3923 max_ops = 1; in mbedtls_psa_interruptible_set_max_ops()
3926 mbedtls_ecp_set_max_ops(max_ops); in mbedtls_psa_interruptible_set_max_ops()
3928 (void) max_ops; in mbedtls_psa_interruptible_set_max_ops()
H A Decp.c108 void mbedtls_ecp_set_max_ops(unsigned max_ops) in mbedtls_ecp_set_max_ops() argument
110 ecp_max_ops = max_ops; in mbedtls_ecp_set_max_ops()
/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.h4486 void psa_interruptible_set_max_ops(uint32_t max_ops);