nRF51 SDK v9.0.0
Structure with length of data and pointer to data for signing or verification. More...
#include <nrf_sec.h>
Detailed Description
Structure with length of data and pointer to data for signing or verification.
Field Documentation
| uint32_t nrf_sec_data_t::length |
Length of data pointed to by p_data .
| uint8_t* nrf_sec_data_t::p_data |
Pointer to data to be used.