Kenji Arai / mbed-os_TYBLE16

Dependents:   TYBLE16_simple_data_logger TYBLE16_MP3_Air

Embed: (wiki syntax)

« Back to documentation index

CRYS_RSAUserPrivKey_t Struct Reference

CRYS_RSAUserPrivKey_t Struct Reference
[CryptoCell RSA used definitions and enums]

#include <crys_rsa_types.h>

Data Fields

uint32_t valid_tag
uint32_t PrivateKeyDbBuff [sizeof(CRYSRSAPrivKey_t)/sizeof(uint32_t)+1]

Detailed Description

The private key's user structure prototype. This structure must be saved by the user, and is used as input to the RSA functions (such as SaSi_RsaSchemesDecrypt etc.).

Definition at line 368 of file crys_rsa_types.h.


Field Documentation

uint32_t PrivateKeyDbBuff[sizeof(CRYSRSAPrivKey_t)/sizeof(uint32_t)+1]

Private key data.

Definition at line 373 of file crys_rsa_types.h.

uint32_t valid_tag

Validation tag.

Definition at line 371 of file crys_rsa_types.h.