Lines Matching refs:least
34 * Make at least one failing call to `psa_register_se_driver` followed by a successful call.
35 * Make at least one test that successfully registers the maximum number of drivers and fails to reg…
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…
65 * Unexpected errors. At least test that if the driver returns `PSA_ERROR_GENERIC_ERROR`, this is pr…
70 * Check that the storage ends up in the expected state. At least make sure that no intermediate fil…
74 The following tests must be performed at least one for each key creation method (import, generate, …
98 We must have at least one driver that is close to real-world conditions:
103 * Run at least one test application (e.g. the Mbed OS TLS example).
109 We should have at least one driver that covers the whole interface:
125 …xists (key creation, cryptographic operations, …) must be exercised in at least one build. The tes…
129 …another driver handle the request. For each entry point, there must be at least three test runs wi…