![]() |
nRF5 SDK
v15.3.0
|
Choose documentation: | nRF5 SDK | S112 SoftDevice API | S132 SoftDevice API | S140 SoftDevice API | S212 SoftDevice API | S312 SoftDevice API | S332 SoftDevice API | S340 SoftDevice API |
#include <crys_ecpki_types.h>
Data Fields | |
uint32_t | valid_tag |
uint32_t | PrivKeyDbBuff [(sizeof(CRYS_ECPKI_PrivKey_t)+3)/4] |
The EC private key's user structure prototype. This structure must be saved by the user, and is used as input to the ECC functions (such as CRYS_ECDSA_Sign etc.).
uint32_t CRYS_ECPKI_UserPrivKey_t::PrivKeyDbBuff[(sizeof(CRYS_ECPKI_PrivKey_t)+3)/4] |
Private key data.
uint32_t CRYS_ECPKI_UserPrivKey_t::valid_tag |
Validation tag.