Add reference to mbedtls_ecp_set_max_ops() to docs
Signed-off-by: Paul Elliott <paul.elliott@arm.com>
This commit is contained in:
parent
f1743e2440
commit
21c3951139
1 changed files with 6 additions and 0 deletions
|
@ -4165,6 +4165,12 @@ typedef struct psa_verify_hash_interruptible_operation_s psa_verify_hash_interru
|
||||||
* or equals as regards to ops executed in a
|
* or equals as regards to ops executed in a
|
||||||
* single call is implementation defined.
|
* single call is implementation defined.
|
||||||
*
|
*
|
||||||
|
* \note For keys in local storage when no accelerator
|
||||||
|
* driver applies, please see also the
|
||||||
|
* documentation for \c mbedtls_ecp_set_max_ops(),
|
||||||
|
* which is the internal implementation in these
|
||||||
|
* cases.
|
||||||
|
*
|
||||||
* \warning With implementations that interpret this number
|
* \warning With implementations that interpret this number
|
||||||
* as a hard limit, setting this number too small
|
* as a hard limit, setting this number too small
|
||||||
* may result in an infinite loop, whereby each
|
* may result in an infinite loop, whereby each
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue