Home
last modified time | relevance | path

Searched refs:method (Results 1 – 12 of 12) sorted by relevance

/mbedtls-development/docs/architecture/testing/
A Ddriver-interface-test-strategy.md39 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 …]
A Dinvasive-testing.md242 | Portability | ~ Depends on the method |
/mbedtls-development/library/
A Dpsa_crypto_se.c196 psa_key_creation_method_t method, in psa_find_se_slot_for_key() argument
224 attributes, method, in psa_find_se_slot_for_key()
227 else if( method == PSA_KEY_CREATION_REGISTER ) in psa_find_se_slot_for_key()
243 attributes, method, in psa_find_se_slot_for_key()
A Dpsa_crypto_se.h138 psa_key_creation_method_t method,
A Dpsa_crypto.c1569 psa_key_creation_method_t method, in psa_start_key_creation() argument
1578 (void) method; in psa_start_key_creation()
1636 status = psa_find_se_slot_for_key( attributes, method, *p_drv, in psa_start_key_creation()
1659 if( *p_drv == NULL && method == PSA_KEY_CREATION_REGISTER ) in psa_start_key_creation()
/mbedtls-development/tests/suites/
A Dtest_suite_psa_crypto_se_driver_hal.function38 /** 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 );
161 (void) method;
411 (void) method;
430 psa_key_creation_method_t method,
436 (void) method;
[all …]
A Dtest_suite_psa_crypto_se_driver_hal_mocks.function253 psa_key_creation_method_t method,
259 (void) method;
/mbedtls-development/
A D.pylintrc18 # No upper limit on method names. Pylint <2.1.0 has an upper limit of 30.
20 method-rgx=[a-z_][a-z0-9_]{2,}$
/mbedtls-development/configs/
A DREADME.txt23 Note that the second method also works if you want to keep your custom
/mbedtls-development/include/psa/
A Dcrypto_se_driver.h915 psa_key_creation_method_t method,
961 psa_key_creation_method_t method,
/mbedtls-development/doxygen/
A Dmbedtls.doxyfile1806 # or class method. Note that enabling this option will significantly increase
1814 # or class method. Note that enabling this option will significantly increase
/mbedtls-development/docs/proposed/
A Dpsa-driver-interface.md575 …ut_size`; in this case the core should call the driver's `"add_entropy"` method to supply at least…

Completed in 27 milliseconds