Lines Matching refs:description

8 For a practical guide, with a description of the current state of drivers Mbed TLS, see our [PSA Cr…
49description file**. The driver description file declares which functions the driver implements and…
51 …a driver description file is JSON. The structure of this JSON file is specified in the section [“D…
55 * A driver description file (in JSON format).
56 …g the types required by the driver description. The names of these header files are declared in th…
57 …et platform defining the entry point functions specified by the driver description. Implementation…
59 How to provide the driver description file, the C header files and the object code is implementatio…
61 ### Driver description syntax
63 The concrete syntax for a driver description file is JSON.
69 #### Driver description list
71 PSA Cryptography core implementations should support multiple drivers. The driver description files…
73 #### Driver description top-level element
75 A driver description is a JSON object containing the following properties:
79 …s must define the types, macros and constants referenced by the driver description. They may decla…
80 * `"capabilities"` (mandatory, array of [capabilities](#driver-description-capability)).
86 ### Driver description capability
123 …ey size, the first matching driver in the [specification list](#driver-description-list) is invoke…
781 …rs). For an opaque driver, this is the size determined from the driver description and the key att…
909 …is declared for. It may support additional formats as specified in the description of [`psa_import…
1019 …nly support certain cryptographic mechanisms partially. The capability description language allows…
1020 …parent driver can declare that it only supports a [capability](#driver-description-capability) par…
1022 … core considers drivers in the order given by the [driver description list](#driver-description-li…
1042 The `"key_context"` property in the [driver description](#driver-description-top-level-element) spe…
1215 …en by the `"persistent_state_size"` property in the [driver description](#driver-description-top-l…
1305 …* where *prefix* is the value of the `"prefix"` property in the driver description. For convenienc…