Searched refs:method (Results 1 – 11 of 11) sorted by relevance
/mbedtls-3.5.0/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-3.5.0/library/ |
D | psa_crypto_se.c | 194 psa_key_creation_method_t method, in psa_find_se_slot_for_key() argument 224 attributes, method, in psa_find_se_slot_for_key() 226 } else if (method == PSA_KEY_CREATION_REGISTER) { in psa_find_se_slot_for_key() 240 attributes, method, in psa_find_se_slot_for_key()
|
D | psa_crypto_se.h | 138 psa_key_creation_method_t method,
|
D | psa_crypto.c | 1637 psa_key_creation_method_t method, argument 1646 (void) method; 1704 status = psa_find_se_slot_for_key(attributes, method, *p_drv, 1726 if (*p_drv == NULL && method == PSA_KEY_CREATION_REGISTER) {
|
/mbedtls-3.5.0/tests/suites/ |
D | test_suite_psa_crypto_se_driver_hal.function | 38 /** Like #TEST_ASSERT for use in a driver method, with no cleanup. 53 /** Like #TEST_ASSERT for use in a driver method, with cleanup. 124 psa_key_creation_method_t method; 134 psa_key_creation_method_t method, 142 DRIVER_ASSERT_RETURN(method == 143 validate_slot_number_directions.method); 156 psa_key_creation_method_t method, 161 (void) method; 409 psa_key_creation_method_t method, 414 (void) method; [all …]
|
D | test_suite_psa_crypto_se_driver_hal_mocks.function | 246 psa_key_creation_method_t method, 252 (void) method;
|
/mbedtls-3.5.0/ |
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-3.5.0/include/psa/ |
D | crypto_se_driver.h | 914 psa_key_creation_method_t method, 960 psa_key_creation_method_t method,
|
/mbedtls-3.5.0/configs/ |
D | README.txt | 23 Note that the second method also works if you want to keep your custom
|
/mbedtls-3.5.0/docs/proposed/ |
D | psa-driver-interface.md | 748 …ut_size`; in this case the core should call the driver's `"add_entropy"` method to supply at least…
|