Kenji Arai / mbed-os_TYBLE16

Dependents:   TYBLE16_simple_data_logger TYBLE16_MP3_Air

Embed: (wiki syntax)

« Back to documentation index

CRYS_ECPKI_UserPrivKey_t Struct Reference

CRYS_ECPKI_UserPrivKey_t Struct Reference
[CryptoCell ECC specific types]

#include <crys_ecpki_types.h>

Data Fields

uint32_t valid_tag
uint32_t PrivKeyDbBuff [(sizeof(CRYS_ECPKI_PrivKey_t)+3)/4]

Detailed Description

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.).

Definition at line 269 of file crys_ecpki_types.h.


Field Documentation

uint32_t PrivKeyDbBuff[(sizeof(CRYS_ECPKI_PrivKey_t)+3)/4]

Private key data.

Definition at line 274 of file crys_ecpki_types.h.

uint32_t valid_tag

Validation tag.

Definition at line 272 of file crys_ecpki_types.h.