Searched refs:method (Results 1 – 14 of 14) sorted by relevance
/mbedtls-latest/docs/architecture/testing/ |
D | driver-interface-test-strategy.md | 39 For each API function that can lead to a driver call (more precisely, for each driver method call s… 41 * Make at least one test with a key in a secure element that checks that the driver method is calle… 42 …e test with a key that is not in a secure element that checks that the driver method is not called. 43 …at does not have the requisite method (i.e. the method pointer is `NULL`) but has the substructure… 44 …lement with a driver that does not have the substructure containing that method (i.e. the pointer … 52 For each API function that can lead to a driver call (more precisely, for each driver method call s… 55 …driver, call the API function with such parameters and verify that the driver method is not called. 64 * Expected errors (e.g. `PSA_ERROR_INVALID_SIGNATURE` from a signature verification method). 69 …tected at each stage (slot number allocation or validation, key creation method, storage accesses). 74 The following tests must be performed at least one for each key creation method (import, generate, … [all …]
|
D | invasive-testing.md | 242 | Portability | ~ Depends on the method |
|
/mbedtls-latest/library/ |
D | psa_crypto_se.c | 182 psa_key_creation_method_t method, in psa_find_se_slot_for_key() argument 212 attributes, method, in psa_find_se_slot_for_key() 214 } else if (method == PSA_KEY_CREATION_REGISTER) { in psa_find_se_slot_for_key() 228 attributes, method, in psa_find_se_slot_for_key()
|
D | psa_crypto_se.h | 133 psa_key_creation_method_t method,
|
D | psa_crypto.c | 1792 psa_key_creation_method_t method, argument 1799 (void) method; 1863 status = psa_find_se_slot_for_key(attributes, method, *p_drv, 1888 if (*p_drv == NULL && method == PSA_KEY_CREATION_REGISTER) {
|
/mbedtls-latest/tests/suites/ |
D | test_suite_psa_crypto_se_driver_hal.function | 51 /** Like #TEST_ASSERT for use in a driver method, with no cleanup. 66 /** Like #TEST_ASSERT for use in a driver method, with cleanup. 137 psa_key_creation_method_t method; 147 psa_key_creation_method_t method, 155 DRIVER_ASSERT_RETURN(method == 156 validate_slot_number_directions.method); 169 psa_key_creation_method_t method, 174 (void) method; 422 psa_key_creation_method_t method, 427 (void) method; [all …]
|
D | test_suite_psa_crypto_se_driver_hal_mocks.function | 246 psa_key_creation_method_t method, 252 (void) method;
|
/mbedtls-latest/ |
D | .pylintrc | 19 # No upper limit on method names. Pylint <2.1.0 has an upper limit of 30. 21 method-rgx=[a-z_][a-z0-9_]{2,}$
|
/mbedtls-latest/include/psa/ |
D | crypto_se_driver.h | 902 psa_key_creation_method_t method, 948 psa_key_creation_method_t method,
|
/mbedtls-latest/configs/ |
D | README.txt | 23 Note that the second method also works if you want to keep your custom
|
/mbedtls-latest/docs/architecture/ |
D | psa-shared-memory.md | 134 …ill access buffers. Therefore the only possible protection at this layer method is to ensure that … 388 …on of copying, the simplest method of validation we can implement is careful code review. This is … 460 * Performance - Does the test method perform well? Will it cause significant slowdown to CI jobs?
|
D | psa-storage-resilience.md | 534 In addition, have at least one positive test case for each creation method other than import, to en…
|
/mbedtls-latest/docs/ |
D | psa-driver-example-and-guide.md | 3 … implemented. As a result, the deliverables for writing a driver and the method for integrating a …
|
/mbedtls-latest/docs/proposed/ |
D | psa-driver-interface.md | 1012 …ut_size`; in this case the core should call the driver's `"add_entropy"` method to supply at least…
|