Knight KE / Mbed OS Game_Master
Embed: (wiki syntax)

« Back to documentation index

CRYS_DHKGData_t Struct Reference

CRYS_DHKGData_t Struct Reference
[CryptoCell DH Key Generation APIs]

#include <crys_dh_kg.h>

Data Fields

uint32_t TempBuff1 [CRYS_DH_MAX_MOD_BUFFER_SIZE_IN_WORDS]
uint32_t TempBuff2 [CRYS_DH_MAX_MOD_BUFFER_SIZE_IN_WORDS]
uint32_t TempBuff3 [CRYS_DH_MAX_MOD_BUFFER_SIZE_IN_WORDS]
uint32_t TempBuff4 [CRYS_DH_MAX_MOD_BUFFER_SIZE_IN_WORDS]
uint32_t TempBuff5 [CRYS_DH_MAX_MOD_BUFFER_SIZE_IN_WORDS]
uint32_t TempBuff6 [CRYS_DH_MAX_MOD_BUFFER_SIZE_IN_WORDS]
CRYS_DH_Temp_t ExpTemps

Detailed Description

Temporary data buffer structure for domain parameters generation in DH.

Definition at line 71 of file crys_dh_kg.h.


Field Documentation

Temporary buffer.

Definition at line 87 of file crys_dh_kg.h.

uint32_t TempBuff1[CRYS_DH_MAX_MOD_BUFFER_SIZE_IN_WORDS]

Temporary buffer.

Definition at line 75 of file crys_dh_kg.h.

uint32_t TempBuff2[CRYS_DH_MAX_MOD_BUFFER_SIZE_IN_WORDS]

Temporary buffer.

Definition at line 77 of file crys_dh_kg.h.

uint32_t TempBuff3[CRYS_DH_MAX_MOD_BUFFER_SIZE_IN_WORDS]

Temporary buffer.

Definition at line 79 of file crys_dh_kg.h.

uint32_t TempBuff4[CRYS_DH_MAX_MOD_BUFFER_SIZE_IN_WORDS]

Temporary buffer.

Definition at line 81 of file crys_dh_kg.h.

uint32_t TempBuff5[CRYS_DH_MAX_MOD_BUFFER_SIZE_IN_WORDS]

Temporary buffer.

Definition at line 83 of file crys_dh_kg.h.

uint32_t TempBuff6[CRYS_DH_MAX_MOD_BUFFER_SIZE_IN_WORDS]

Temporary buffer.

Definition at line 85 of file crys_dh_kg.h.