Searched refs:Driver (Results 1 – 10 of 10) 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 Interface61 ### Driver description syntax69 #### Driver description list73 #### Driver description top-level element86 ### Driver description capability177 ### Driver entry points590 ### Driver entry points for PAKE863 #### Driver initialization1339 ### Driver declarations1347 #### Driver location values[all …]
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 |
25 Driver = NewType('Driver', dict) variable69 def validate_json(driverjson_data: Driver, driverschema_list: dict) -> None: argument
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
488 command to interactive the TPM. Driver model support is provided503 command to interactive the TPM. Driver model support is provided514 command to interactive the TPM. Driver model support is provided525 command to interactive the TPM. Driver model support is provided
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()
Completed in 23 milliseconds