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_RSAPrivUserContext_t Struct Reference
[CryptoCell RSA used definitions and enums]
#include <crys_rsa_types.h>
Public Member Functions | |
uint8_t context_buff[sizeof(RSAPrivContext_t)+sizeof(uint32_t)] | SASI_PAL_COMPILER_ALIGN (4) |
Data Fields | |
uint32_t | valid_tag |
uint32_t | AES_iv |
Detailed Description
The user's context prototype - the argument type that is passed by the user to the RSA APIs. The context saves the state of the operation and must be saved by the user till the end of the APIs flow .
Definition at line 486 of file crys_rsa_types.h.
Member Function Documentation
uint8_t context_buff [ sizeof(RSAPrivContext_t) + sizeof(uint32_t)] SASI_PAL_COMPILER_ALIGN | ( | 4 | ) |
Private data context buffer.
Field Documentation
uint32_t AES_iv |
Internally used value.
Definition at line 491 of file crys_rsa_types.h.
uint32_t valid_tag |
Validation tag.
Definition at line 489 of file crys_rsa_types.h.
Generated on Tue Jul 12 2022 13:55:29 by
