ARMmbed / connectedhomeip

Project Connected Home over IP is a new Working Group within the Zigbee Alliance. This Working Group plans to develop and promote the adoption of a new connectivity standard to increase compatibility among smart home products, with security as a fundamental design tenet.
https://www.connectedhomeip.com
Apache License 2.0
10 stars 4 forks source link

Enable TLS hardware acceleration on cypress board #151

Open pan- opened 3 years ago

pan- commented 3 years ago

TLS hardware acceleration has been disabled for Cypress board. It should be enabled and initialization of TLS acceleration hardware should be handled when CHIP is initialized.

ATmobica commented 2 years ago

It seems that TLS hardware acceleration is already enabled. MXCRYPTO_02 is set in MBED_TARGET_LABELS and TARGET_MXCRYPTO_02 in MBED_TARGET_DEFINITIONS. This means that we use the MX_CRYPTO module with cy_hw_crypto functions.