Home
last modified time | relevance | path

Searched refs:subsystem (Results 1 – 15 of 15) sorted by relevance

/mbedtls-latest/docs/architecture/testing/
Dpsa-storage-format-testing.md5 The PSA crypto subsystem includes a persistent key store. It is possible to create a persistent key…
43 The PSA subsystem provides storage on top of the PSA trusted storage interface. The state of the st…
Dinvasive-testing.md364 The PSA crypto subsystem has a few checks to detect corrupted data in memory. We currently don't ha…
/mbedtls-latest/docs/proposed/
Dpsa-driver-developer-guide.md7 …processors such as accelerators and secure elements for the PSA cryptography subsystem of Mbed TLS.
Dpsa-conditional-inclusion-c.md56 …t least in Mbed TLS 2.x versions, things are as they are today: the PSA subsystem includes generic…
Dpsa-driver-interface.md865 … the PSA Cryptography subsystem. If the init entry point of any driver fails, the initialization o…
869subsystem of a single application, the initialization of the PSA Cryptography subsystem takes plac…
/mbedtls-latest/tests/suites/
Dtest_suite_psa_crypto_persistent_key.function6 * subsystem as a black box, and in particular have no reliance on the
Dtest_suite_psa_crypto_slot_management.function72 /** Restart the PSA subsystem if \p invalidate_method says so. */
/mbedtls-latest/docs/architecture/psa-thread-safety/
Dpsa-thread-safety.md1 # Thread-safety of the PSA subsystem
43 …tialization) section for details on how to correctly initialize the PSA subsystem when using multi…
115 The PSA subsystem is initialized via a call to [`psa_crypto_init`](https://arm-software.github.io/p…
123 …ILURE` will be returned. If this code is returned, execution of the PSA subsystem must be stopped.…
/mbedtls-latest/docs/architecture/
Dpsa-keystore-design.md32 Deinitializing the PSA Crypto subsystem with `mbedtls_psa_crypto_free()` destroys all volatile keys…
179 …emory consumption for slots never decreases (except when the PSA crypto subsystem is deinitialized…
Dpsa-storage-resilience.md5 The PSA crypto subsystem includes a persistent key store. It is possible to create a persistent key…
/mbedtls-latest/docs/architecture/psa-migration/
Dmd-cipher-dispatch.md497 As a starting point, return 1 if PSA crypto's driver subsystem has been initialized.
610 …e enabled via PSA. As a starting point, return 1 if PSA crypto's driver subsystem has been initial…
Dstrategy.md148 available and the driver subsystem has been initialized, regardless of whether
/mbedtls-latest/docs/
Dpsa-transition.md37 …t later needed one as part of a security countermeasure. The PSA crypto subsystem maintains a glob…
49 ### Configuration of the PSA subsystem
70 The PSA subsystem has an internal random generator. As a consequence, you do not need to instantiat…
634 The PSA subsystem has an internal random generator. As a consequence, you do not need to instantiat…
1292 The PSA subsystem uses its internal random generator both for randomized algorithms and to generate…
/mbedtls-latest/library/
Dpsa_crypto.c8216 static psa_status_t mbedtls_psa_crypto_init_subsystem(mbedtls_psa_crypto_subsystem subsystem) argument
8221 switch (subsystem) {
/mbedtls-latest/
DChangeLog91 not cause the PSA subsystem to use HMAC_DRBG: it uses HMAC_DRBG only when
2139 * The PSA crypto subsystem can now use HMAC_DRBG instead of CTR_DRBG.
2146 * The PSA crypto subsystem can now be configured to use less static RAM by