Define PSA_WANT definitions for all ECC curves

Mirror the default non-PSA configuration by enabling all supported ECC
curves.

Signed-off-by: David Brown <david.brown@linaro.org>
This commit is contained in:
David Brown 2021-02-19 14:12:27 -07:00
parent 8de143e72d
commit 20a8c4305a

View File

@ -80,6 +80,20 @@
#define PSA_WANT_ALG_TLS12_PSK_TO_MS 1
#define PSA_WANT_ALG_XTS 1
#define PSA_WANT_ECC_BP256R1 1
#define PSA_WANT_ECC_BP384R1 1
#define PSA_WANT_ECC_BP512R1 1
#define PSA_WANT_ECC_CURVE25519 1
#define PSA_WANT_ECC_CURVE448 1
#define PSA_WANT_ECC_SECP192K1 1
#define PSA_WANT_ECC_SECP192R1 1
#define PSA_WANT_ECC_SECP224K1 1
#define PSA_WANT_ECC_SECP224R1 1
#define PSA_WANT_ECC_SECP256K1 1
#define PSA_WANT_ECC_SECP256R1 1
#define PSA_WANT_ECC_SECP384R1 1
#define PSA_WANT_ECC_SECP521R1 1
#define PSA_WANT_KEY_TYPE_DERIVE 1
#define PSA_WANT_KEY_TYPE_HMAC 1
#define PSA_WANT_KEY_TYPE_AES 1