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_rsa_prim.h File Reference
This module defines the API that implements the [PKCS1_2.1] primitive functions. More...
Go to the source code of this file.
Functions | |
CIMPORT_C CRYSError_t | CRYS_RSA_PRIM_Encrypt (CRYS_RSAUserPubKey_t *UserPubKey_ptr, CRYS_RSAPrimeData_t *PrimeData_ptr, uint8_t *Data_ptr, uint16_t DataSize, uint8_t *Output_ptr) |
Implements the RSAEP algorithm, as defined in [PKCS1_2.1] - 6.1.1. | |
CIMPORT_C CRYSError_t | CRYS_RSA_PRIM_Decrypt (CRYS_RSAUserPrivKey_t *UserPrivKey_ptr, CRYS_RSAPrimeData_t *PrimeData_ptr, uint8_t *Data_ptr, uint16_t DataSize, uint8_t *Output_ptr) |
Implements the RSADP algorithm, as defined in [PKCS1_2.1] - 6.1.2. |
Detailed Description
This module defines the API that implements the [PKCS1_2.1] primitive functions.
Definition in file crys_rsa_prim.h.
Generated on Tue Jul 12 2022 13:55:06 by
