Lines Matching refs:interface
1 PSA Cryptography API implementation and PSA driver interface
6 …interface) defines an interface to cryptographic operations for which the Mbed TLS library provide…
8 … Mbed TLS PSA Cryptography API implementation which is tightly related to the PSA driver interface.
11 …interface. The key point is that software cryptographic operations are organized as PSA drivers: t…
15 * Addressing software and hardware cryptographic implementations through the same C interface reduc…
17 …nalities can be described by a JSON driver description file as defined in the PSA driver interface.
26 …ents and translating them into valid arguments for the necessary calls to the PSA driver interface.
35 /* Pre driver interface call processing: validation of arguments, building
36 * of arguments for the call to the driver interface, ... */
40 /* Call to the driver interface */
45 /* Post driver interface call processing: validation of the values returned
50 … of some APIs will be more complicated with several calls to the driver interface, mainly to encom…
71 …wing) is a driver in the sense that it is compliant with the PSA driver interface specification. B…
73 …unctions implementing a driver entry point as defined in the PSA driver interface specification ar…