mbedtls_psa_interruptible_get_max_ops() is only used within mbedTLS.
 
Symbols
loading...
Files
loading...
SummarySyntaxReferences

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.

References