Home
last modified time | relevance | path

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

/lib/mbedtls/external/mbedtls/library/
A Dpsa_crypto_se.c46 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 Ddriver-interface-test-strategy.md21 …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 Dinvasive-testing.md15 * [“Possible approaches”](#possible-approaches) discusses some general methods for non-black-box te…
/lib/lwip/lwip/src/netif/ppp/polarssl/
A DREADME6 methods we need for lwIP PPP support.
/lib/mbedtls/external/mbedtls/configs/
A DREADME.txt8 them, you can pick one of the following methods:
/lib/mbedtls/external/mbedtls/include/psa/
A Dcrypto_se_driver.h1375 const psa_drv_se_t *methods);
/lib/lwip/lwip/doc/doxygen/
A Dlwip.Doxyfile348 # 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 Dlwip.Doxyfile.cmake.in348 # 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 Dlzma.txt54 methods.txt - Compression method IDs for .7z
/lib/mbedtls/external/mbedtls/docs/architecture/
A Dpsa-shared-memory.md142 …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 DKconfig47 loading it with U-Boot load commands or other methods.
/lib/mbedtls/external/mbedtls/
A DREADME.md77 Any of the following methods are available to generate the configuration-independent files:
A DChangeLog2179 option on. In this configuration key management methods that are required
/lib/mbedtls/external/mbedtls/tests/suites/
A Dtest_suite_psa_crypto_se_driver_hal.function119 /* Miscellaneous driver methods */
/lib/mbedtls/external/mbedtls/docs/proposed/
A Dpsa-driver-interface.md1050 …"` (integer or string, optional): If specified, this overrides all other methods (including the `"…
/lib/lwip/lwip/
A DCHANGELOG534 * Cleanup TCPIP thread sync methods in a way that it is possibe to use them

Completed in 61 milliseconds