Lines Matching refs:interface
1 # Mbed TLS driver interface test strategy
7 ## Secure element driver interface testing
11 #### Opaque driver interface
13 The [unified driver interface](../../proposed/psa-driver-interface.md) supports both transparent dr…
15 Drivers exposing this interface need to be registered at compile time by declaring their JSON descr…
17 #### Dynamic secure element driver interface
19 …driver interface (SE interface for short) is defined by [`psa/crypto_se_driver.h`](../../../includ…
21 The SE interface consists of one function provided by Mbed TLS (`psa_register_se_driver`) and many …
23 ### SE driver interface unit tests
25 …it tests that must be implemented to validate the secure element driver interface. Note that a tes…
27 Many SE driver interface unit tests could be covered by running the existing API tests with a key i…
109 We should have at least one driver that covers the whole interface:
117 ## Transparent driver interface testing
119 The [unified driver interface](../../proposed/psa-driver-interface.md) defines interfaces for accel…
125 Every cryptographic mechanism for which a transparent driver interface exists (key creation, crypto…
129 The driver interface includes a fallback mechanism so that a driver can reject a request at runtime…
131 ## Entropy and randomness interface testing