Example for secp256r1 key agreement. More...
#include "common.h"
#include <mcuxClEls.h>
#include <mcuxClSession.h>
#include <mcuxClKey.h>
#include <mcuxCsslFlowProtection.h>
#include <mcuxClToolchain.h>
#include <stdbool.h>
#include <mcuxClPsaDriver.h>
#include <psa_crypto_driver_wrappers.h>
#include <mcuxClCore_Examples.h>
Functions | |
static const uint8_t pAlicePrivKeyData[PSA_SECP_R1_PRIVATE_KEY_SIZE] | __attribute__ ((aligned(4))) |
MCUXCLEXAMPLE_FUNCTION (mcuxClPsaDriver_key_agreement_SECP_R1_example) | |
Example for secp256r1 key agreement.