nRF5 SDK v17.1.0
Data Fields
CRYS_ECPKI_UserPublKey_t Struct Reference

#include <crys_ecpki_types.h>

Data Fields

uint32_t valid_tag
 
uint32_t PublKeyDbBuff [(sizeof(CRYS_ECPKI_PublKey_t)+3)/4]
 

Detailed Description

The EC public 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_Verify etc.).

Field Documentation

uint32_t CRYS_ECPKI_UserPublKey_t::PublKeyDbBuff[(sizeof(CRYS_ECPKI_PublKey_t)+3)/4]

Public key data.

uint32_t CRYS_ECPKI_UserPublKey_t::valid_tag

Validation tag.


The documentation for this struct was generated from the following file:

Documentation feedback | Developer Zone | Subscribe | Updated