Home
last modified time | relevance | path

Searched refs:Driver (Results 1 – 9 of 9) sorted by relevance

/openthread-latest/third_party/mbedtls/repo/docs/proposed/
Dpsa-driver-developer-guide.md9 …nterface between Mbed TLS and drivers, refer to the [PSA Cryptoprocessor Driver Interface specific…
28 …e is JSON. The structure of this JSON file is specified in the section [“Driver description syntax…
36 ## Driver C interfaces
38 Mbed TLS calls driver entry points [as specified in the PSA Cryptography Driver Interface specifica…
Dpsa-driver-wrappers-codegen-migration-guide.md11 The design of the Driver Wrappers code generation is based on the design proposal https://github.co…
24Driver Wrapper auto generation project is designed to use a python templating library ( Jinja2 ) t…
Dpsa-driver-interface.md1 PSA Cryptoprocessor Driver Interface
37 …ivers and the core does not involve any platform-specific consideration. Driver calls are simple C…
51 …e is JSON. The structure of this JSON file is specified in the section [“Driver description syntax…
61 ### Driver description syntax
69 #### Driver description list
73 #### Driver description top-level element
86 ### Driver description capability
103 …, it invokes available driver entry points as described in the section [“Driver entry points”](#dr…
177 ### Driver entry points
217 #### Driver entry points for single-part cryptographic operations
[all …]
/openthread-latest/third_party/mbedtls/repo/scripts/
Dgenerate_driver_wrappers.py25 Driver = NewType('Driver', dict) variable
69 def validate_json(driverjson_data: Driver, driverschema_list: dict) -> None: argument
/openthread-latest/third_party/mbedtls/repo/docs/
Dpsa-driver-example-and-guide.md3 As of Mbed TLS 3.4.0, the PSA Driver Interface has only been partially implemented. As a result, th…
5Driver Interface](https://github.com/Mbed-TLS/mbedtls/blob/development/docs/proposed/psa-driver-in…
6Driver [Developer](https://github.com/Mbed-TLS/mbedtls/blob/development/docs/proposed/psa-driver-d…
16 The PSA Driver Interface specification specifies which cryptographic operations can be accelerated …
18 There are two types of drivers: *transparent* or *opaque*. See below an excerpt from the PSA Driver
29 | Transparent Driver | Opaque Driver |
/openthread-latest/third_party/mbedtls/repo/docs/architecture/psa-thread-safety/
Dpsa-thread-safety.md17 - The core makes no additional guarantees for drivers. See [Driver policy](#driver-policy) for deta…
99 ### Driver policy
101 The core makes no additional guarantees for drivers. Driver entry points may be called concurrently…
348Driver A makes a call that is dispatched to Driver B; upon executing this call Driver B makes a ca…
/openthread-latest/third_party/mbedtls/repo/docs/architecture/testing/
Dpsa-storage-format-testing.md48 * [Driver state files](#driver-state-files).
113 ## Driver state files
/openthread-latest/third_party/mbedtls/repo/docs/architecture/
Dpsa-crypto-implementation-structure.md142 2. Driver dispatch code in `scripts/data_files/driver_templates/psa_crypto_driver_wrappers.h.jinja`…
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_psa_crypto_se_driver_hal.function1435 * Driver key attributes may have been returned by psa_get_key_attributes()