Searched refs:Driver (Results 1 – 6 of 6) sorted by relevance
8 …nterface between Mbed TLS and drivers, refer to the [PSA Cryptoprocessor Driver Interface specific…27 …e is JSON. The structure of this JSON file is specified in the section [“Driver description syntax…35 ## Driver C interfaces37 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 Interface35 …ivers and the core does not involve any platform-specific consideration. Driver calls are simple C…49 …e is JSON. The structure of this JSON file is specified in the section [“Driver description syntax…59 ### Driver description syntax67 #### Driver description list71 #### Driver description top-level element84 ### Driver description capability101 …, it invokes available driver entry points as described in the section [“Driver entry points”](#dr…175 ### Driver entry points215 #### Driver entry points for single-part cryptographic operations[all …]
36 Driver = NewType('Driver', dict) variable80 def validate_json(driverjson_data: Driver, driverschema_list: dict) -> None: argument
48 * [Driver state files](#driver-state-files).113 ## Driver state files
1431 * Driver key attributes may have been returned by psa_get_key_attributes()