MBEDTLS_ENTROPY_HARDWARE_ALT is only used within SSL_Server.
 
Symbols
loading...
Files
loading...
SummarySyntaxReferences

Notes

Because of a signature change, the core AES encryption and decryption routines are currently named mbedtls_aes_internal_encrypt and mbedtls_aes_internal_decrypt, respectively. When setting up alternative implementations, these functions should be overridden, but the wrapper functions mbedtls_aes_decrypt and mbedtls_aes_encrypt must stay untouched. If you use the AES_xxx_ALT macros, then is is recommended to also set MBEDTLS_AES_ROM_TABLES in order to help the linker garbage-collect the AES tables.

References

from examples