Kenji Arai / mbed-os_TYBLE16

Dependents:   TYBLE16_simple_data_logger TYBLE16_MP3_Air

Embed: (wiki syntax)

« Back to documentation index

CRYS_ECPKI_PrivKey_t Struct Reference

CRYS_ECPKI_PrivKey_t Struct Reference
[CryptoCell ECC specific types]

#include <crys_ecpki_types.h>

Data Fields

uint32_t PrivKey [CRYS_ECPKI_MODUL_MAX_LENGTH_IN_WORDS+1]
CRYS_ECPKI_Domain_t domain
CRYS_ECPKI_ScaProtection_t scaProtection

Detailed Description

Structure containing the Private key data.

Definition at line 255 of file crys_ecpki_types.h.


Field Documentation

Domain.

Definition at line 260 of file crys_ecpki_types.h.

uint32_t PrivKey[CRYS_ECPKI_MODUL_MAX_LENGTH_IN_WORDS+1]

Private Key data.

Definition at line 258 of file crys_ecpki_types.h.

SCA protection mode.

Definition at line 262 of file crys_ecpki_types.h.