This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC2642R: ECC encryption API support

Part Number: CC2642R

Does CC26x2 has an API for ECC encryption and decryption (not for key exchange, but the stand-alone algorithm to encrypt a plain text)?

A customer is using the ECIES api as below from BouncyCastle library on their mobile app side in Java, and they want to find out does the similar api is supported on CC26x2. 

void EncryptECC(uint8_t *in, uint32_t inlen, uint8_t *out, uint32_t *outlen, uint8_t *publicKey)
void DecryptECC(uint8_t *in, uint32_t inlen, uint8_t *out, uint32_t *outlen, uint8_t *privateKey)

Thanks!

Best regards,

Shuyang