Kenji Arai / mbed-os_TYBLE16

Dependents:   TYBLE16_simple_data_logger TYBLE16_MP3_Air

Embed: (wiki syntax)

« Back to documentation index

CRYS_RSAKGData_t Union Reference

CRYS_RSAKGData_t Union Reference
[CryptoCell RSA used definitions and enums]

#include <crys_rsa_types.h>


Detailed Description

KG data type.

Definition at line 389 of file crys_rsa_types.h.


Field Documentation

uint32_t crysRSAKGDataIntBuff[CRYS_PKA_KGDATA_BUFF_SIZE_IN_WORDS]

Internal buffer.

Definition at line 401 of file crys_rsa_types.h.

uint32_t p[CRYS_RSA_MAXIMUM_MOD_BUFFER_SIZE_IN_WORDS/2]

First factor buffer.

Definition at line 396 of file crys_rsa_types.h.

uint32_t q[CRYS_RSA_MAXIMUM_MOD_BUFFER_SIZE_IN_WORDS/2]

Second factor buffer.

Definition at line 398 of file crys_rsa_types.h.