MCUX CLNS
MCUX Crypto Library Normal Secure
mcuxClEcc_Verify_P384.h File Reference

Header of ECDSA signature verification supporting curve P-384. More...

#include <mcuxClEcc.h>
#include <mcuxCsslFlowProtection.h>

Go to the source code of this file.

Macros

#define MCUXCLECC_COORDINATE_SIZE_P384
 Byte length of coordinates of points on curve P-384. More...
 
#define MCUXCLECC_SIGNATURE_SIZE_P384
 Byte length of signatures generated using curve P-384. More...
 

Functions

mcuxClEcc_Status_Protected_t mcuxClEcc_Verify_P384 (const uint8_t *pHash, const uint8_t *pSignature, const uint8_t *pPublicKey, uint8_t *pOutputR)
 implements ECDSA signature verification, supporting curve P-384. More...
 

Detailed Description

Header of ECDSA signature verification supporting curve P-384.