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_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.
Generated on Tue Jul 12 2022 13:53:49 by
