nrf_sec_data_t

nRF5 SDK v9.0.0

nRF51 SDK v9.0.0

Structure with length of data and pointer to data for signing or verification. More...

#include <nrf_sec.h>

Data Fields

uint32_t length
uint8_t * p_data

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.


Please send us your feedback about the documentation! For technical questions, visit the Nordic Developer Zone .