bt: use PSA for HCI ECC and rename BT_TINYCRYPT_ECC
This commit sets PSA Crypto API as the default library to perform ECC-DH in HCI, replacing TinyCrypt (which is being deprecated). Therefore the symbol BT_TINYCRYPT_ECC is renamed as BT_SEND_ECC_EMULATION. References in samples/tests are also fixed. Signed-off-by: Valerio Setti <vsetti@baylibre.com>
This commit is contained in:
parent
da9ab6f593
commit
f4592382bb
58 changed files with 68 additions and 66 deletions
|
@ -29,7 +29,7 @@ CONFIG_BT_BUF_ACL_RX_SIZE=255
|
|||
CONFIG_BT_BUF_ACL_TX_SIZE=251
|
||||
CONFIG_BT_BUF_EVT_RX_SIZE=255
|
||||
CONFIG_BT_BUF_CMD_TX_SIZE=255
|
||||
CONFIG_BT_TINYCRYPT_ECC=y
|
||||
CONFIG_BT_SEND_ECC_EMULATION=y
|
||||
|
||||
CONFIG_BT_AUDIO=y
|
||||
CONFIG_BT_BAP_UNICAST_SERVER=y
|
||||
|
|
|
@ -9,4 +9,4 @@ CONFIG_BT_BUF_ACL_RX_SIZE=255
|
|||
CONFIG_BT_BUF_ACL_TX_SIZE=251
|
||||
CONFIG_BT_BUF_CMD_TX_SIZE=255
|
||||
|
||||
CONFIG_BT_TINYCRYPT_ECC=y
|
||||
CONFIG_BT_SEND_ECC_EMULATION=y
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue