![]() |
S145 SoftDevice for nRF54L15/nRF54L10/nRF54L05 API documentation 10.0.0
|
| uint32_t sd_ecb_blocks_encrypt | ( | uint8_t | block_count, |
| nrf_ecb_hal_data_block_t * | p_data_blocks ) |
#include <nrf_soc.h>
Encrypts multiple data blocks provided as an array of data block structures.
: Performs 128-bit AES encryption on multiple data blocks
| [in] | block_count | Count of blocks in the p_data_blocks array. |
| [in,out] | p_data_blocks | Pointer to the first entry in a contiguous array of nrf_ecb_hal_data_block_t structures. |
| NRF_SUCCESS |