Lines Matching full:with
21 …e by Mbed TLS, the initialization code must call `psa_register_se_driver` with a structure that de…
27 Many SE driver interface unit tests could be covered by running the existing API tests with a key i…
33 * Test `psa_register_se_driver` with valid and with invalid arguments.
41 * Make at least one test with a key in a secure element that checks that the driver method is calle…
42 * Make at least one test with a key that is not in a secure element that checks that the driver met…
43 * Make at least one test with a key in a secure element with a driver that does not have the requis…
44 * Make at least one test with a key in a secure element with a driver that does not have the substr…
45 * At least one test should register multiple drivers with a key in each driver and check that the e…
46 * At least one test should register the same driver structure with multiple lifetime values and che…
48 … provides the MAC methods must provide all or none). In those cases, test with all of them null an…
55 …ers that are invalid and must not reach the driver, call the API function with such parameters and…
60 For each API function that leads to a driver call, call it with parameters that cause a driver to b…
90 …content (for keys, this can be done by checking that `psa_open_key` fails with `PSA_ERROR_DOES_NOT…
100 * With its own source tree.
111 * With its own source tree.
129 …st be at least three test runs with two or more drivers available with driver A configured to fall…