zephyr/modules/openthread/platform
Przemyslaw Bida f93613a245 net: openthread: Add implementation of crypto api.
This commit adds implementation of following new api functions from
openthread:
	- otPlatCryptoEcdsaGenerateAndImportKey
	- otPlatCryptoEcdsaExportPublicKey
	- otPlatCryptoEcdsaVerifyUsingKeyRef
	- otPlatCryptoEcdsaSignUsingKeyRef

Signed-off-by: Przemyslaw Bida <przemyslaw.bida@nordicsemi.no>
2023-05-11 12:10:25 +02:00
..
alarm.c
CMakeLists.txt
crypto_psa.c net: openthread: Add implementation of crypto api. 2023-05-11 12:10:25 +02:00
diag.c
entropy.c
logging.c
memory.c
misc.c
openthread-core-zephyr-config.h net: openthread: allow to configure OPENTHREAD_CSL_TIMEOUT 2023-05-10 16:55:41 +09:00
platform-zephyr.h
platform.c
radio.c modules: openthread: align received frame timestamp to SFD 2023-04-19 17:15:02 +02:00
settings.c
shell.c shell: fix MISRA 5.7 violations on struct shell 2023-04-14 12:21:08 +02:00
spi.c
uart.c