psa: Add PSA Crypto configuration
Add an option that can enable the exposure of PSA Crypto APIs from libmbedcrypto.
This commit is contained in:
parent
30b340a760
commit
484ee33c35
4 changed files with 30 additions and 0 deletions
|
@ -681,6 +681,9 @@ static const char *features[] = {
|
|||
#if defined(MBEDTLS_POLY1305_C)
|
||||
"MBEDTLS_POLY1305_C",
|
||||
#endif /* MBEDTLS_POLY1305_C */
|
||||
#if defined(MBEDTLS_PSA_CRYPTO_C)
|
||||
"MBEDTLS_PSA_CRYPTO_C",
|
||||
#endif /* MBEDTLS_PSA_CRYPTO_C */
|
||||
#if defined(MBEDTLS_RIPEMD160_C)
|
||||
"MBEDTLS_RIPEMD160_C",
|
||||
#endif /* MBEDTLS_RIPEMD160_C */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue