1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-08 17:42:09 +03:00

Merge pull request #7147 from paul-elliott-arm/interruptible_sign_hash_codestyle_drivers

Remove driver entry points for psa_{get|set}_max_ops()
This commit is contained in:
Gilles Peskine
2023-03-01 10:46:09 +01:00
committed by GitHub
4 changed files with 15 additions and 44 deletions

View File

@@ -4217,6 +4217,9 @@ uint32_t psa_interruptible_get_max_ops(void);
* \c psa_sign_hash_interruptible_abort() on
* the operation, a value of 0 will be returned.
*
* \note This interface is guaranteed re-entrant and
* thus may be called from driver code.
*
* \warning This is a beta API, and thus subject to change
* at any point. It is not bound by the usual
* interface stability promises.