Home
last modified time | relevance | path

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

/openthread-2.7.6/third_party/mbedtls/repo/library/
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()
219 driver->methods->key_management->p_validate_slot_number; in psa_find_se_slot_for_key()
238 driver->methods->key_management->p_allocate; in psa_find_se_slot_for_key()
262 if( driver->methods->key_management == NULL || in psa_destroy_se_key()
263 driver->methods->key_management->p_destroy == NULL ) in psa_destroy_se_key()
265 status = driver->methods->key_management->p_destroy( in psa_destroy_se_key()
281 const psa_drv_se_t *methods = psa_get_se_driver_methods( driver ); in psa_init_all_se_drivers() local
[all …]
/openthread-2.7.6/third_party/mbedtls/repo/docs/architecture/testing/
Ddriver-interface-test-strategy.md11 …he structure mostly contains function pointers, pointing to the driver's methods. All calls to a d…
29 … few API functions involve multiple driver methods; these should validate that all the expected dr…
36 Some methods only make sense as a group (for example a driver that provides the MAC methods must pr…
55 Key creation functions invoke multiple methods and need more complex error handling:
100 * Implementing all the methods.
Dinvasive-testing.md15 * [“Possible approaches”](#possible-approaches) discusses some general methods for non-black-box te…
/openthread-2.7.6/third_party/mbedtls/repo/configs/
DREADME.txt8 them, you can pick one of the following methods:
/openthread-2.7.6/
DSTYLE_GUIDE.md70 …- 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-2.7.6/third_party/mbedtls/repo/
D.pylintrc15 # Allow longer methods than the default.
DChangeLog152 option on. In this configuration key management methods that are required
/openthread-2.7.6/third_party/mbedtls/repo/include/psa/
Dcrypto_se_driver.h1384 const psa_drv_se_t *methods);
/openthread-2.7.6/tests/toranj/
DREADME.md39 … It creates a sub-process to run `wpantund` and OpenThread, and provides methods to control the no…
53 ### `wpan.Node` methods providing `wpanctl` commands
55 `wpan.Node()` provides methods matching all `wpanctl` commands.
/openthread-2.7.6/third_party/mbedtls/repo/doxygen/
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
/openthread-2.7.6/third_party/nlbuild-autotools/repo/examples/
DDoxyfile.in353 # getter and setter methods for a property. Setting this option to YES will make
354 # doxygen to replace the get and set methods by a property in the documentation.
355 # This will only work if the methods are indeed getting or setting a simple
356 # type. If this is not the case, or you want to show the methods anyway, you
464 # This flag is only useful for Objective-C code. When set to YES local methods,
466 # included in the documentation. If set to NO only methods in the interface are
2188 # If the UML_LOOK tag is enabled, the fields and methods are shown inside the
2189 # class node. If there are many fields or methods and many nodes the graph may
/openthread-2.7.6/doc/
DDoxyfile.in364 # 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-2.7.6/third_party/nlbuild-autotools/repo/
DREADME.md210 target. When using either the 'clone' or 'submodule' pull methods, it
/openthread-2.7.6/third_party/mbedtls/repo/tests/suites/
Dtest_suite_psa_crypto_se_driver_hal.function119 /* Miscellaneous driver methods */