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

Notes

Unlike the other hardware accelerator support functions in esp32/hwcrypto, there is no generic "hwcrypto/bignum.h" header for using these functions without mbedTLS. The reason for this is that all of the function implementations depend strongly upon the mbedTLS MPI implementation. This function is non-recursive (do not call it twice from the same task.) You do not need to call this if you are using the mbedTLS bignum.h API or esp_mpi_xxx functions. This function is only needed if you want to call ROM RSA functions or access the registers directly.

References