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.
Dependents: TYBLE16_simple_data_logger TYBLE16_MP3_Air
CRYS_RSAPrimeData_t Struct Reference
[CryptoCell RSA used definitions and enums]
#include <crys_rsa_types.h>
Public Member Functions | |
uint8_t InternalBuff[CRYS_RSA_TMP_BUFF_SIZE] | SASI_PAL_COMPILER_ALIGN (4) |
Data Fields | |
uint32_t | DataIn [CRYS_RSA_MAXIMUM_MOD_BUFFER_SIZE_IN_WORDS] |
uint32_t | DataOut [CRYS_RSA_MAXIMUM_MOD_BUFFER_SIZE_IN_WORDS] |
Detailed Description
Temporary buffers for RSA usage.
Definition at line 378 of file crys_rsa_types.h.
Member Function Documentation
uint8_t InternalBuff [CRYS_RSA_TMP_BUFF_SIZE] SASI_PAL_COMPILER_ALIGN | ( | 4 | ) |
Temporary buffer for internal data.
Field Documentation
uint32_t DataIn[CRYS_RSA_MAXIMUM_MOD_BUFFER_SIZE_IN_WORDS] |
Temporary buffer for data in.
Definition at line 381 of file crys_rsa_types.h.
uint32_t DataOut[CRYS_RSA_MAXIMUM_MOD_BUFFER_SIZE_IN_WORDS] |
Temporary buffer for data out.
Definition at line 382 of file crys_rsa_types.h.
Generated on Tue Jul 12 2022 13:55:29 by
