Kenji Arai / mbed-os_TYBLE16

Dependents:   TYBLE16_simple_data_logger TYBLE16_MP3_Air

Embed: (wiki syntax)

« Back to documentation index

crys_rsa_prim.h File Reference

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.