Searched refs:methods (Results 1 – 14 of 14) sorted by relevance
/openthread-latest/third_party/mbedtls/repo/library/ |
D | psa_crypto_se.c | 46 const psa_drv_se_t *methods; member 78 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() 206 driver->methods->key_management->p_validate_slot_number; in psa_find_se_slot_for_key() 222 driver->methods->key_management->p_allocate; in psa_find_se_slot_for_key() 247 if (driver->methods->key_management == NULL || in psa_destroy_se_key() 248 driver->methods->key_management->p_destroy == NULL) { in psa_destroy_se_key() 251 status = driver->methods->key_management->p_destroy( in psa_destroy_se_key() 267 const psa_drv_se_t *methods = psa_get_se_driver_methods(driver); in psa_init_all_se_drivers() local [all …]
|
/openthread-latest/third_party/mbedtls/repo/docs/architecture/testing/ |
D | driver-interface-test-strategy.md | 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.
|
D | invasive-testing.md | 15 * [“Possible approaches”](#possible-approaches) discusses some general methods for non-black-box te…
|
/openthread-latest/tests/toranj/ |
D | README_CLI.md | 50 …node instance. It creates a sub-process to run `ot-cli-ftd` and provides methods to control the no… 64 ### `cli.Node` methods 66 `cli.Node()` provides methods matching different CLI commands, in addition to some helper methods f…
|
D | README_NCP.md | 40 … It creates a sub-process to run `wpantund` and OpenThread, and provides methods to control the no… 54 ### `wpan.Node` methods providing `wpanctl` commands 56 `wpan.Node()` provides methods matching all `wpanctl` commands.
|
/openthread-latest/third_party/mbedtls/repo/configs/ |
D | README.txt | 8 them, you can pick one of the following methods:
|
/openthread-latest/ |
D | STYLE_GUIDE.md | 70 …- Read-only methods, global variables, stack variables, or data members are read-only should be qu… 77 - All void functions or methods shall explicitly declare and specify the void type keyword. 95 …- When you declare C++ free functions and object methods, you should avoid or minimize using defau… 96 - When you declare C++ virtual object methods, you shall avoid using default parameters. 135 …- All OpenThread instantiated names of instances of classes, namespaces, structures, methods, func… 171 …- Detail what the free function and object / class methods are and how they are to be used, what t…
|
/openthread-latest/third_party/mbedtls/repo/include/psa/ |
D | crypto_se_driver.h | 1375 const psa_drv_se_t *methods);
|
/openthread-latest/doc/ |
D | Doxyfile.in | 364 # getter and setter methods for a property. Setting this option to YES will make 365 # doxygen to replace the get and set methods by a property in the documentation. 366 # This will only work if the methods are indeed getting or setting a simple 367 # type. If this is not the case, or you want to show the methods anyway, you 475 # This flag is only useful for Objective-C code. When set to YES local methods, 477 # included in the documentation. If set to NO only methods in the interface are 2202 # If the UML_LOOK tag is enabled, the fields and methods are shown inside the 2203 # class node. If there are many fields or methods and many nodes the graph may
|
/openthread-latest/third_party/mbedtls/repo/docs/architecture/ |
D | psa-shared-memory.md | 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…
|
/openthread-latest/third_party/mbedtls/repo/ |
D | README.md | 77 Any of the following methods are available to generate the configuration-independent files:
|
D | ChangeLog | 2179 option on. In this configuration key management methods that are required
|
/openthread-latest/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_psa_crypto_se_driver_hal.function | 119 /* Miscellaneous driver methods */
|
/openthread-latest/third_party/mbedtls/repo/docs/proposed/ |
D | psa-driver-interface.md | 1050 …"` (integer or string, optional): If specified, this overrides all other methods (including the `"…
|