Lines Matching refs:a
4 **This is a specification of work in progress. The implementation is not yet merged into Mbed TLS.**
5 For a description of the current state of drivers Mbed TLS, see our [PSA Cryptoprocessor driver dev…
9 This document focuses on behavior that is specific to Mbed TLS. For a reference of the interface be…
17 The PSA cryptography driver interface provides a way to build Mbed TLS with additional code that im…
21 …a transparent driver is available for a particular combination of parameters (cryptographic algori…
22 …hat can only be used inside a protected environment such as a **secure element**, a hardware secur…
24 ### Deliverables for a driver
26 …a driver, you need to implement some functions with C linkage, and to declare these functions in a…
28 The concrete syntax for a driver description file is JSON. The structure of this JSON file is speci…
43 …include complex preprocessor definitions to conditionally include header files for a given driver.
44 …nclude complex preprocessor definitions to conditionally enable dispatch capabilities for a driver.