mbedtls_psa_interruptible_get_max_ops() function
Get the maximum number of ops allowed to be executed by an interruptible function in a single call.
Syntax
uint32_t mbedtls_psa_interruptible_get_max_ops(void);
Return value
Maximum number of ops allowed to be executed by an interruptible function in a single call.
Notes
The signature of this function is that of a PSA driver interruptible_get_max_ops entry point. This function behaves as an interruptible_get_max_ops entry point as defined in the PSA driver interface specification for transparent drivers.
![]()
uint32_t mbedtls_psa_interruptible_get_max_ops(void);