From 21c395113983e621dd92a56b35e30d1daca4f33f Mon Sep 17 00:00:00 2001 From: Paul Elliott Date: Wed, 15 Feb 2023 19:47:39 +0000 Subject: [PATCH] Add reference to mbedtls_ecp_set_max_ops() to docs Signed-off-by: Paul Elliott --- include/psa/crypto.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/include/psa/crypto.h b/include/psa/crypto.h index d371e1a1c..80bf5c969 100644 --- a/include/psa/crypto.h +++ b/include/psa/crypto.h @@ -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 * 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 * as a hard limit, setting this number too small * may result in an infinite loop, whereby each