zephyr/modules/openthread/platform
Przemyslaw Bida a6184b9be3 net: openthread: Fix key import in case of ECDSA.
According to PSA specification in case of `PSA_KEY_TYPE_ECC_KEY_PAIR`
function `psa_import_key` takes private key from key pair as argument.
This commit adds extraction of Private key from ECDSA key pair.

Also removes not needed `otPlatCryptoEcdsaGetPublicKey`.

Signed-off-by: Przemyslaw Bida <przemyslaw.bida@nordicsemi.no>
2024-01-23 10:02:17 +01:00
..
alarm.c net: openthread: priortize usec timer for openthread port. 2022-09-12 10:54:56 +00:00
ble.c net: openthread: Add openthread TCAT implementation. 2023-12-08 10:21:56 +00:00
CMakeLists.txt net: openthread: Add openthread TCAT implementation. 2023-12-08 10:21:56 +00:00
crypto_psa.c net: openthread: Fix key import in case of ECDSA. 2024-01-23 10:02:17 +01:00
diag.c modules: openthread: remove code_utils.h include 2023-02-27 11:34:52 +01:00
entropy.c random: Rename random header 2023-10-10 14:23:50 +03:00
logging.c
memory.c
misc.c net: openthread: Print the actual assert location 2024-01-15 09:58:48 +01:00
openthread-core-zephyr-config.h net: openthread: add missing cmake option 2024-01-08 10:09:13 +01:00
platform-zephyr.h modules: openthread: add otPlatDiagRadioTransmitCarrier 2023-02-24 09:26:01 +01:00
platform.c
radio.c net: openthread: remove unneded call to otLinkMetricsInit 2024-01-19 09:48:03 +01:00
settings.c random: Rename random header 2023-10-10 14:23:50 +03:00
shell.c shell: fix MISRA 5.7 violations on struct shell 2023-04-14 12:21:08 +02:00
spi.c
uart.c net: openthread: Remove waiting for DTR in openthread UART. 2023-10-20 14:59:47 +02:00