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_RSAKGFipsContext_t Struct Reference
[CryptoCell RSA used definitions and enums]
#include <crys_rsa_types.h>
Data Fields | |
CRYS_RSAPrimeData_t | primData |
uint8_t | decBuff [((CRYS_RSA_MIN_VALID_KEY_SIZE_VALUE_IN_BITS/SASI_BITS_IN_BYTE)-2 *(CRYS_HASH_SHA1_DIGEST_SIZE_IN_BYTES)-2)] |
uint8_t | encBuff [CRYS_RSA_FIPS_MODULUS_SIZE_BITS/SASI_BITS_IN_BYTE] |
Detailed Description
Required for internal FIPS verification for RSA key generation.
Definition at line 569 of file crys_rsa_types.h.
Field Documentation
uint8_t decBuff[((CRYS_RSA_MIN_VALID_KEY_SIZE_VALUE_IN_BITS/SASI_BITS_IN_BYTE)-2 *(CRYS_HASH_SHA1_DIGEST_SIZE_IN_BYTES)-2)] |
Buffer used for decryption.
Definition at line 573 of file crys_rsa_types.h.
uint8_t encBuff[CRYS_RSA_FIPS_MODULUS_SIZE_BITS/SASI_BITS_IN_BYTE] |
Buffer used for encryption.
Definition at line 575 of file crys_rsa_types.h.
Internal buffer.
Definition at line 571 of file crys_rsa_types.h.
Generated on Tue Jul 12 2022 12:46:55 by
