Lines Matching refs:test
7 …ne a test strategy for the key store that not only validates that it's possible to load a key that…
19 …ting test data under version V, and reading it back under version W. Done naively, this would requ…
23 …test cases under a version V of Mbed TLS, where the test case parameters include both the paramete…
25 …test case also loads the key and checks that it has the expected data and metadata. Import-and-sav…
27 If the test passes with version V, this means that the test data is consistent with what the implem…
37 …test cases used to exist. It can only be enforced through review of library changes. The review is…
39 …g a version of the storage format), then we should keep the corresponding test cases in load-only …
52 … trusted storage interface on top of C stdio. This document addresses the test strategy for [PSA I…
56 …d test cases for keys created with the current storage format version. When the storage format cha…
60 Objective: test that the key file name corresponds to the key identifier.
66 Objective: test the format of the key file: which field goes where and how big it is.
68 …rage specification. Repeat with different metadata. Ensure that there are test cases covering all …
70 ### Enumeration of test cases for keys
74 …validate that each `PSA_xxx` constant that is stored in a key is covered by at least one test case:
83 Method: Each test case creates a key with `psa_import_key`, purges it from memory, then reads it ba…
85 Generate test cases automatically based on an enumeration of available constants and some knowledge…
89 Objective: have test coverage for lifetimes other than the default persistent lifetime (`PSA_KEY_LI…