MCUX CLNS
MCUX Crypto Library Normal Secure
 
Loading...
Searching...
No Matches
mcuxClEcc_ECDSA_Deterministic_NIST_P224_example.c File Reference

Example for the mcuxClEcc component. More...

#include <mcuxClToolchain.h>
#include <mcuxClBuffer.h>
#include <mcuxClEcc.h>
#include <mcuxClHash.h>
#include <mcuxClHashModes.h>
#include <mcuxClHmac.h>
#include <mcuxClPkc.h>
#include <mcuxClCore_Examples.h>
#include <mcuxClExample_Session_Helper.h>
#include <mcuxClExample_ELS_Helper.h>
#include <mcuxCsslFlowProtection.h>
#include <mcuxClCore_FunctionIdentifiers.h>
#include <mcuxClExample_RNG_Helper.h>

Functions

 MCUXCLEXAMPLE_FUNCTION (mcuxClEcc_ECDSA_Deterministic_NIST_P224_example)
 

Variables

static const ALIGNED uint8_t pP [MCUXCLECC_WEIERECC_NIST_P224_SIZE_PRIMEP]
 
static const ALIGNED uint8_t pN [MCUXCLECC_WEIERECC_NIST_P224_SIZE_BASEPOINTORDER]
 
static const ALIGNED uint8_t pA [MCUXCLECC_WEIERECC_NIST_P224_SIZE_PRIMEP]
 
static const ALIGNED uint8_t pB [MCUXCLECC_WEIERECC_NIST_P224_SIZE_PRIMEP]
 
static const ALIGNED uint8_t pG [2u *MCUXCLECC_WEIERECC_NIST_P224_SIZE_PRIMEP]
 
static const ALIGNED uint8_t pPrivKey [MCUXCLECC_WEIERECC_NIST_P224_SIZE_PRIVATEKEY]
 
static const ALIGNED uint8_t pMessage [6u]
 
static const ALIGNED uint8_t pRefSignature [MCUXCLECC_WEIERECC_NIST_P224_SIZE_SIGNATURE]
 

Detailed Description

Example for the mcuxClEcc component.