Home
last modified time | relevance | path

Searched refs:methods (Results 1 – 10 of 10) sorted by relevance

/mbedtls-development/library/
A Dpsa_crypto_se.c65 const psa_drv_se_t *methods; member
97 return( driver->methods ); in psa_get_se_driver_methods()
112 *p_methods = ( driver ? driver->methods : NULL ); in psa_get_se_driver()
209 if( driver->methods->key_management == NULL ) in psa_find_se_slot_for_key()
262 if( driver->methods->key_management == NULL || in psa_destroy_se_key()
282 if( methods->p_init != NULL ) in psa_init_all_se_drivers()
284 psa_status_t status = methods->p_init( in psa_init_all_se_drivers()
306 const psa_drv_se_t *methods) in psa_register_se_driver() argument
338 driver_table[i].methods = methods; in psa_register_se_driver()
340 methods->persistent_data_size; in psa_register_se_driver()
[all …]
/mbedtls-development/docs/architecture/testing/
A Ddriver-interface-test-strategy.md21 …he structure mostly contains function pointers, pointing to the driver's methods. All calls to a d…
41 … few API functions involve multiple driver methods; these should validate that all the expected dr…
48 Some methods only make sense as a group (for example a driver that provides the MAC methods must pr…
67 Key creation functions invoke multiple methods and need more complex error handling:
112 * Implementing all the methods.
A Dinvasive-testing.md15 * [“Possible approaches”](#possible-approaches) discusses some general methods for non-black-box te…
/mbedtls-development/configs/
A DREADME.txt8 them, you can pick one of the following methods:
/mbedtls-development/include/psa/
A Dcrypto_se_driver.h1388 const psa_drv_se_t *methods);
/mbedtls-development/doxygen/
A Dmbedtls.doxyfile295 # getter and setter methods for a property. Setting this option to YES (the
296 # default) will make doxygen replace the get and set methods by a property in
297 # the documentation. This will only work if the methods are indeed getting or
299 # methods anyway, you should set this option to NO.
388 # methods, which are defined in the implementation section but not in
390 # If set to NO (the default) only methods in the interface are included.
1776 # If the UML_LOOK tag is enabled, the fields and methods are shown inside
1777 # the class node. If there are many fields or methods and many nodes the
/mbedtls-development/
A DREADME.md67 Any of the following methods are available to generate the configuration-independent files:
A DChangeLog728 option on. In this configuration key management methods that are required
/mbedtls-development/tests/suites/
A Dtest_suite_psa_crypto_se_driver_hal.function118 /* Miscellaneous driver methods */
/mbedtls-development/docs/proposed/
A Dpsa-driver-interface.md613 …"` (integer or string, optional): If specified, this overrides all other methods (including the `"…

Completed in 27 milliseconds