1.2.1 Functions
CRYPTO_PKE_RESULT DRV_CRYPTO_ECDH_InitEccParams (PKE_CONFIG *eccData, uint8_t *privateKey, uint32_t privateKeyLength, uint8_t *publicKey, uint32_t publicKeyLength, PKE_ECC_CURVE hwEccCurve)
Initialize the ECDH parameters used for Shared Secret generation.
CRYPTO_PKE_RESULT DRV_CRYPTO_ECDH_GetSharedSecret (PKE_CONFIG *eccData, uint8_t *secret, uint32_t secretLength)
Generate the Shared Secret.