Kenji Arai / mbed-os_TYBLE16

Dependents:   TYBLE16_simple_data_logger TYBLE16_MP3_Air

Embed: (wiki syntax)

« Back to documentation index

CRYS_DH_Temp_t Struct Reference

CRYS_DH_Temp_t Struct Reference
[CryptoCell DH APIs]

#include <crys_dh.h>

Data Fields

CRYS_DHPrimeData_t PrimeData
CRYS_DHUserPubKey_t UserPubKey
uint32_t TempBuff [CRYS_DH_MAX_MOD_BUFFER_SIZE_IN_WORDS]

Detailed Description

Temporary buffer structure for internal usage.

Definition at line 155 of file crys_dh.h.


Field Documentation

CRYS_DHPrimeData_t PrimeData

Temporary primitives data

Definition at line 158 of file crys_dh.h.

uint32_t TempBuff[CRYS_DH_MAX_MOD_BUFFER_SIZE_IN_WORDS]

Temporary buffer for internal usage.

Definition at line 162 of file crys_dh.h.

CRYS_DHUserPubKey_t UserPubKey

User's public key.

Definition at line 160 of file crys_dh.h.