Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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.
Generated on Tue Jul 12 2022 12:46:55 by
