Searched refs:subsystem (Results 1 – 15 of 15) sorted by relevance
/mbedtls-latest/docs/architecture/testing/ |
D | psa-storage-format-testing.md | 5 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…
|
D | invasive-testing.md | 364 The PSA crypto subsystem has a few checks to detect corrupted data in memory. We currently don't ha…
|
/mbedtls-latest/docs/proposed/ |
D | psa-driver-developer-guide.md | 7 …processors such as accelerators and secure elements for the PSA cryptography subsystem of Mbed TLS.
|
D | psa-conditional-inclusion-c.md | 56 …t least in Mbed TLS 2.x versions, things are as they are today: the PSA subsystem includes generic…
|
D | psa-driver-interface.md | 865 … the PSA Cryptography subsystem. If the init entry point of any driver fails, the initialization o… 869 …subsystem of a single application, the initialization of the PSA Cryptography subsystem takes plac…
|
/mbedtls-latest/tests/suites/ |
D | test_suite_psa_crypto_persistent_key.function | 6 * subsystem as a black box, and in particular have no reliance on the
|
D | test_suite_psa_crypto_slot_management.function | 72 /** Restart the PSA subsystem if \p invalidate_method says so. */
|
/mbedtls-latest/docs/architecture/psa-thread-safety/ |
D | psa-thread-safety.md | 1 # 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/ |
D | psa-keystore-design.md | 32 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…
|
D | psa-storage-resilience.md | 5 The PSA crypto subsystem includes a persistent key store. It is possible to create a persistent key…
|
/mbedtls-latest/docs/architecture/psa-migration/ |
D | md-cipher-dispatch.md | 497 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…
|
D | strategy.md | 148 available and the driver subsystem has been initialized, regardless of whether
|
/mbedtls-latest/docs/ |
D | psa-transition.md | 37 …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/ |
D | psa_crypto.c | 8216 static psa_status_t mbedtls_psa_crypto_init_subsystem(mbedtls_psa_crypto_subsystem subsystem) argument 8221 switch (subsystem) {
|
/mbedtls-latest/ |
D | ChangeLog | 91 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
|