Searched refs:methods (Results 1 – 10 of 10) sorted by relevance
65 const psa_drv_se_t *methods; member97 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() argument338 driver_table[i].methods = methods; in psa_register_se_driver()340 methods->persistent_data_size; in psa_register_se_driver()[all …]
21 …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.
15 * [“Possible approaches”](#possible-approaches) discusses some general methods for non-black-box te…
8 them, you can pick one of the following methods:
1388 const psa_drv_se_t *methods);
295 # getter and setter methods for a property. Setting this option to YES (the296 # default) will make doxygen replace the get and set methods by a property in297 # the documentation. This will only work if the methods are indeed getting or299 # methods anyway, you should set this option to NO.388 # methods, which are defined in the implementation section but not in390 # 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 inside1777 # the class node. If there are many fields or methods and many nodes the
67 Any of the following methods are available to generate the configuration-independent files:
728 option on. In this configuration key management methods that are required
118 /* Miscellaneous driver methods */
613 …"` (integer or string, optional): If specified, this overrides all other methods (including the `"…
Completed in 20 milliseconds