Searched refs:methods (Results 1 – 16 of 16) sorted by relevance
| /lib/mbedtls/external/mbedtls/library/ |
| A 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() 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() argument 329 driver_table[i].methods = methods; in psa_register_se_driver() 331 methods->persistent_data_size; in psa_register_se_driver() [all …]
|
| /lib/mbedtls/external/mbedtls/docs/architecture/testing/ |
| A 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.
|
| A D | invasive-testing.md | 15 * [“Possible approaches”](#possible-approaches) discusses some general methods for non-black-box te…
|
| /lib/lwip/lwip/src/netif/ppp/polarssl/ |
| A D | README | 6 methods we need for lwIP PPP support.
|
| /lib/mbedtls/external/mbedtls/configs/ |
| A D | README.txt | 8 them, you can pick one of the following methods:
|
| /lib/mbedtls/external/mbedtls/include/psa/ |
| A D | crypto_se_driver.h | 1375 const psa_drv_se_t *methods);
|
| /lib/lwip/lwip/doc/doxygen/ |
| A D | lwip.Doxyfile | 348 # getter and setter methods for a property. Setting this option to YES will make 349 # doxygen to replace the get and set methods by a property in the documentation. 350 # This will only work if the methods are indeed getting or setting a simple 351 # type. If this is not the case, or you want to show the methods anyway, you 466 # This flag is only useful for Objective-C code. If set to YES, local methods, 468 # included in the documentation. If set to NO, only methods in the interface are 2309 # If the UML_LOOK tag is enabled, the fields and methods are shown inside the 2310 # class node. If there are many fields or methods and many nodes the graph may
|
| A D | lwip.Doxyfile.cmake.in | 348 # getter and setter methods for a property. Setting this option to YES will make 349 # doxygen to replace the get and set methods by a property in the documentation. 350 # This will only work if the methods are indeed getting or setting a simple 351 # type. If this is not the case, or you want to show the methods anyway, you 466 # This flag is only useful for Objective-C code. If set to YES, local methods, 468 # included in the documentation. If set to NO, only methods in the interface are 2309 # If the UML_LOOK tag is enabled, the fields and methods are shown inside the 2310 # class node. If there are many fields or methods and many nodes the graph may
|
| /lib/lzma/ |
| A D | lzma.txt | 54 methods.txt - Compression method IDs for .7z
|
| /lib/mbedtls/external/mbedtls/docs/architecture/ |
| A 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…
|
| /lib/efi_loader/ |
| A D | Kconfig | 47 loading it with U-Boot load commands or other methods.
|
| /lib/mbedtls/external/mbedtls/ |
| A D | README.md | 77 Any of the following methods are available to generate the configuration-independent files:
|
| A D | ChangeLog | 2179 option on. In this configuration key management methods that are required
|
| /lib/mbedtls/external/mbedtls/tests/suites/ |
| A D | test_suite_psa_crypto_se_driver_hal.function | 119 /* Miscellaneous driver methods */
|
| /lib/mbedtls/external/mbedtls/docs/proposed/ |
| A D | psa-driver-interface.md | 1050 …"` (integer or string, optional): If specified, this overrides all other methods (including the `"…
|
| /lib/lwip/lwip/ |
| A D | CHANGELOG | 534 * Cleanup TCPIP thread sync methods in a way that it is possibe to use them
|
Completed in 61 milliseconds