doc: update use-psa-crypto.md
Signed-off-by: valerio <valerio.setti@nordicsemi.no>
This commit is contained in:
parent
32f2ac9a18
commit
95e57c3517
1 changed files with 2 additions and 1 deletions
|
@ -13,7 +13,8 @@ General considerations
|
|||
|
||||
**Application code:** when this option is enabled, you need to call
|
||||
`psa_crypto_init()` before calling any function from the SSL/TLS, X.509 or PK
|
||||
module.
|
||||
modules, except for the various mbedtls_xxx_init() functions which can be called
|
||||
at any time.
|
||||
|
||||
**Why enable this option:** to fully take advantage of PSA drivers in PK,
|
||||
X.509 and TLS. For example, enabling this option is what allows use of drivers
|
||||
|
|
Loading…
Reference in a new issue