Searched refs:methods (Results 1 – 10 of 10) sorted by relevance
46 const psa_drv_se_t *methods; member78 return driver->methods; in psa_get_se_driver_methods()93 *p_methods = (driver ? driver->methods : NULL); in psa_get_se_driver()196 if (driver->methods->key_management == NULL) { in psa_find_se_slot_for_key()247 if (driver->methods->key_management == NULL || in psa_destroy_se_key()268 if (methods->p_init != NULL) { in psa_init_all_se_drivers()269 psa_status_t status = methods->p_init( in psa_init_all_se_drivers()293 const psa_drv_se_t *methods) in psa_register_se_driver() argument329 driver_table[i].methods = methods; in psa_register_se_driver()331 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:
1375 const psa_drv_se_t *methods);
142 …An expected benefit in some cases is that there are practical protection methods other than copyin…382 …n once by a driver function. In this section we examine various possible methods for performing th…475 Most of the test methods discussed above need extra setup. Some require leaking of buffer bounds, p…
77 Any of the following methods are available to generate the configuration-independent files:
2179 option on. In this configuration key management methods that are required
119 /* Miscellaneous driver methods */
1050 …"` (integer or string, optional): If specified, this overrides all other methods (including the `"…
Completed in 60 milliseconds