Searched refs:Driver (Results 1 – 9 of 9) sorted by relevance
9 …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 interfaces38 Mbed TLS calls driver entry points [as specified in the PSA Cryptography Driver Interface specifica…
11 The design of the Driver Wrappers code generation is based on the design proposal https://github.co…24 …Driver Wrapper auto generation project is designed to use a python templating library ( Jinja2 ) t…
1 PSA Cryptoprocessor Driver Interface37 …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 syntax69 #### Driver description list73 #### Driver description top-level element86 ### Driver description capability103 …, it invokes available driver entry points as described in the section [“Driver entry points”](#dr…177 ### Driver entry points217 #### Driver entry points for single-part cryptographic operations[all …]
25 Driver = NewType('Driver', dict) variable69 def validate_json(driverjson_data: Driver, driverschema_list: dict) -> None: argument
3 As of Mbed TLS 3.4.0, the PSA Driver Interface has only been partially implemented. As a result, th…5 …Driver Interface](https://github.com/Mbed-TLS/mbedtls/blob/development/docs/proposed/psa-driver-in…6 …Driver [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 |
17 - The core makes no additional guarantees for drivers. See [Driver policy](#driver-policy) for deta…99 ### Driver policy101 The core makes no additional guarantees for drivers. Driver entry points may be called concurrently…348 …Driver A makes a call that is dispatched to Driver B; upon executing this call Driver B makes a ca…
48 * [Driver state files](#driver-state-files).113 ## Driver state files
142 2. Driver dispatch code in `scripts/data_files/driver_templates/psa_crypto_driver_wrappers.h.jinja`…
1435 * Driver key attributes may have been returned by psa_get_key_attributes()