takashi kadono / Mbed OS Nucleo446_SSD1331

Dependencies:   ssd1331

Embed: (wiki syntax)

« Back to documentation index

crys_ecpki_ecdsa.h File Reference

crys_ecpki_ecdsa.h File Reference

Defines the APIs that support the ECDSA functions. More...

Go to the source code of this file.

Functions

CIMPORT_C CRYSError_t CRYS_ECDSA_Sign (void *rndState_ptr, SaSiRndGenerateVectWorkFunc_t rndGenerateVectFunc, CRYS_ECDSA_SignUserContext_t *pSignUserContext, CRYS_ECPKI_UserPrivKey_t *pSignerPrivKey, CRYS_ECPKI_HASH_OpMode_t hashMode, uint8_t *pMessageDataIn, uint32_t messageSizeInBytes, uint8_t *pSignatureOut, uint32_t *pSignatureOutSize)
 This function performs an ECDSA sign operation in integrated form.
CIMPORT_C CRYSError_t CRYS_ECDSA_Verify (CRYS_ECDSA_VerifyUserContext_t *pVerifyUserContext, CRYS_ECPKI_UserPublKey_t *pUserPublKey, CRYS_ECPKI_HASH_OpMode_t hashMode, uint8_t *pSignatureIn, uint32_t SignatureSizeBytes, uint8_t *pMessageDataIn, uint32_t messageSizeInBytes)
 This function performs an ECDSA verify operation in integrated form. Algorithm according [ANS X9.62] standard.

Detailed Description

Defines the APIs that support the ECDSA functions.

Definition in file crys_ecpki_ecdsa.h.