mbedtls_config: extend documentation for MBEDTLS_PSA_CRYPTO_C
Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>
This commit is contained in:
parent
95c32973f9
commit
c95ab2a1a0
1 changed files with 2 additions and 1 deletions
|
@ -3167,7 +3167,8 @@
|
||||||
*
|
*
|
||||||
* Requires: either MBEDTLS_CTR_DRBG_C and MBEDTLS_ENTROPY_C,
|
* Requires: either MBEDTLS_CTR_DRBG_C and MBEDTLS_ENTROPY_C,
|
||||||
* or MBEDTLS_HMAC_DRBG_C and MBEDTLS_ENTROPY_C,
|
* or MBEDTLS_HMAC_DRBG_C and MBEDTLS_ENTROPY_C,
|
||||||
* or MBEDTLS_PSA_CRYPTO_EXTERNAL_RNG.
|
* or MBEDTLS_PSA_CRYPTO_EXTERNAL_RNG;
|
||||||
|
* MBEDTLS_CIPHER_C if any unauthenticated cipher is builtin in PSA.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
#define MBEDTLS_PSA_CRYPTO_C
|
#define MBEDTLS_PSA_CRYPTO_C
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue