Define the PSA subsystem initialization interface in Mbed TLS #6007
Labels
component-psa
PSA keystore/dispatch layer (storage, drivers, …)
enhancement
size-s
Estimated task size: small (~2d)
Define
psa_crypto_init_subsystem
and friends. Do a trivial implementation, where initializing any subsystem initializes all of them, i.e. as a first step we providepsa_crypto_init_subsystem()
but it's equivalent topsa_crypto_init()
.We'll still only support a full deinit (
mbedtls_psa_crypto_free()
).Copy the documentation from the PSA Crypto API draft.
Prerequisite: #6006
The text was updated successfully, but these errors were encountered: