nRF5 SDK for Mesh v5.0.0
Copy URL
Macros
Encryption configuration
Core
»
Core configuration
»
Compile time configuration
Macros
#define
AES_USE_HARDWARE
1
Use the hardware AES-ECB block.
More...
Detailed Description
Macro Definition Documentation
◆
AES_USE_HARDWARE
#define AES_USE_HARDWARE 1
Use the hardware AES-ECB block.
Warning
The S110 SoftDevice protects this hardware peripheral, but does not use it when we are in a timeslot. If there is not enough time to finish the AES-ECB operation before our timeslot ends, the module will use sd_ecb_block_encrypt().
Definition at line
95
of file
nrf_mesh_config_core.h
.