/aosp_15_r20/external/wpa_supplicant_8/wpa_supplicant/ |
H A D | driver_i.h | 2 * wpa_supplicant - Internal driver interface wrappers 13 #include "drivers/driver.h" 19 if (wpa_s->driver->init2) in wpa_drv_init() 20 return wpa_s->driver->init2(wpa_s, ifname, in wpa_drv_init() 22 if (wpa_s->driver->init) { in wpa_drv_init() 23 return wpa_s->driver->init(wpa_s, ifname); in wpa_drv_init() 30 if (wpa_s->driver->deinit) in wpa_drv_deinit() 31 wpa_s->driver->deinit(wpa_s->drv_priv); in wpa_drv_deinit() 37 if (wpa_s->driver->set_param) in wpa_drv_set_param() 38 return wpa_s->driver->set_param(wpa_s->drv_priv, param); in wpa_drv_set_param() [all …]
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/docs/proposed/ |
H A D | psa-driver-interface.md | 1 PSA Cryptoprocessor Driver Interface 8 …tate of drivers Mbed TLS, see our [PSA Cryptoprocessor driver development examples](../psa-driver-… 12 ### Purpose of the driver interface 16 …driver interface allows implementations of the PSA Cryptography API to be built compositionally. A… 22 The PSA Cryptography driver interface supports two types of cryptoprocessors, and accordingly two t… 24 …hey are typically used for hardware **accelerators**. When a transparent driver is available for a… 25 …secure enclave, etc. An opaque driver is invoked for the specific [key location](#lifetimes-and-lo… 33 [Req.compile] It is possible to compile the code of each driver and of the core separately, and lin… 37 …ation. Driver calls are simple C function calls. Interactions with platform-specific hardware happ… 43 [Req.mechanisms] Drivers can specify which mechanisms they support. A driver's code will not be inv… [all …]
|
/aosp_15_r20/external/mbedtls/docs/proposed/ |
H A D | psa-driver-interface.md | 1 PSA Cryptoprocessor Driver Interface 8 …tate of drivers Mbed TLS, see our [PSA Cryptoprocessor driver development examples](../psa-driver-… 12 ### Purpose of the driver interface 16 …driver interface allows implementations of the PSA Cryptography API to be built compositionally. A… 22 The PSA Cryptography driver interface supports two types of cryptoprocessors, and accordingly two t… 24 …hey are typically used for hardware **accelerators**. When a transparent driver is available for a… 25 …secure enclave, etc. An opaque driver is invoked for the specific [key location](#lifetimes-and-lo… 33 [Req.compile] It is possible to compile the code of each driver and of the core separately, and lin… 37 …ation. Driver calls are simple C function calls. Interactions with platform-specific hardware happ… 43 [Req.mechanisms] Drivers can specify which mechanisms they support. A driver's code will not be inv… [all …]
|
/aosp_15_r20/external/mbedtls/docs/ |
H A D | psa-driver-example-and-guide.md | 1 # PSA Cryptoprocessor driver development examples 3 …Driver Interface has only been partially implemented. As a result, the deliverables for writing a … 5 …driver system. The [PSA Driver Interface](https://github.com/Mbed-TLS/mbedtls/blob/development/doc… 6 …Driver [Developer](https://github.com/Mbed-TLS/mbedtls/blob/development/docs/proposed/psa-driver-d… 16 …Driver Interface specification specifies which cryptographic operations can be accelerated by thir… 18 There are two types of drivers: *transparent* or *opaque*. See below an excerpt from the PSA Driver… 19 …hey are typically used for hardware **accelerators**. When a transparent driver is available for a… 20 …driver is invoked for the specific [key location](https://github.com/Mbed-TLS/mbedtls/blob/develop… 22 …driver dispatch layer** (also called a driver wrapper layer). For each cryptographic operation tha… 24 …ong-term goal is for the driver dispatch layer to be auto-generated using a JSON driver descriptio… [all …]
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/docs/ |
H A D | psa-driver-example-and-guide.md | 1 # PSA Cryptoprocessor driver development examples 3 …Driver Interface has only been partially implemented. As a result, the deliverables for writing a … 5 …driver system. The [PSA Driver Interface](https://github.com/Mbed-TLS/mbedtls/blob/development/doc… 6 …Driver [Developer](https://github.com/Mbed-TLS/mbedtls/blob/development/docs/proposed/psa-driver-d… 16 …Driver Interface specification specifies which cryptographic operations can be accelerated by thir… 18 There are two types of drivers: *transparent* or *opaque*. See below an excerpt from the PSA Driver… 19 …hey are typically used for hardware **accelerators**. When a transparent driver is available for a… 20 …driver is invoked for the specific [key location](https://github.com/Mbed-TLS/mbedtls/blob/develop… 22 …driver dispatch layer** (also called a driver wrapper layer). For each cryptographic operation tha… 24 …ong-term goal is for the driver dispatch layer to be auto-generated using a JSON driver descriptio… [all …]
|
/aosp_15_r20/external/coreboot/src/mainboard/ocp/tiogapass/include/ |
H A D | tp_pch_gpio.h | 13 PAD_CFG_GPI_TRIG_OWN(GPP_A0, NONE, DEEP, OFF, DRIVER), 33 PAD_CFG_GPI_TRIG_OWN(GPP_A10, NONE, DEEP, OFF, DRIVER), 35 PAD_CFG_GPI_TRIG_OWN(GPP_A11, NONE, DEEP, OFF, DRIVER), 37 PAD_CFG_GPI_TRIG_OWN(GPP_A12, NONE, PLTRST, OFF, DRIVER), 39 PAD_CFG_GPI_TRIG_OWN(GPP_A13, NONE, DEEP, OFF, DRIVER), 41 PAD_CFG_GPI_TRIG_OWN(GPP_A14, NONE, DEEP, OFF, DRIVER), 43 PAD_CFG_GPI_TRIG_OWN(GPP_A15, NONE, DEEP, OFF, DRIVER), 45 PAD_CFG_GPI_TRIG_OWN(GPP_A16, NONE, DEEP, OFF, DRIVER), 47 PAD_CFG_GPI_TRIG_OWN(GPP_A17, NONE, DEEP, OFF, DRIVER), 49 PAD_CFG_GPI_TRIG_OWN(GPP_A18, NONE, DEEP, OFF, DRIVER), [all …]
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/ |
H A D | test_suite_psa_crypto_driver_wrappers.data | 1 sign_hash transparent driver: in driver ECDSA SECP256R1 SHA-256 5 sign_hash transparent driver: fallback ECDSA SECP256R1 SHA-256 9 sign_hash transparent driver: error ECDSA SECP256R1 SHA-256 13 sign_hash transparent driver: fake ECDSA SECP256R1 SHA-256 17 sign_hash transparent driver: in driver RSA PKCS#1 v1.5, raw 21 sign_hash transparent driver: fallback RSA PKCS#1 v1.5, raw 25 sign_hash transparent driver: error RSA PKCS#1 v1.5, raw 29 sign_hash transparent driver: fake RSA PKCS#1 v1.5, raw 33 sign_hash transparent driver: in driver RSA PKCS#1 v1.5 SHA-256 37 sign_hash transparent driver: fallback RSA PKCS#1 v1.5 SHA-256 [all …]
|
/aosp_15_r20/external/mbedtls/tests/suites/ |
H A D | test_suite_psa_crypto_driver_wrappers.data | 1 sign_hash transparent driver: in driver ECDSA SECP256R1 SHA-256 5 sign_hash transparent driver: fallback ECDSA SECP256R1 SHA-256 9 sign_hash transparent driver: error ECDSA SECP256R1 SHA-256 13 sign_hash transparent driver: fake ECDSA SECP256R1 SHA-256 17 sign_hash transparent driver: in driver RSA PKCS#1 v1.5, raw 21 sign_hash transparent driver: fallback RSA PKCS#1 v1.5, raw 25 sign_hash transparent driver: error RSA PKCS#1 v1.5, raw 29 sign_hash transparent driver: fake RSA PKCS#1 v1.5, raw 33 sign_hash transparent driver: in driver RSA PKCS#1 v1.5 SHA-256 37 sign_hash transparent driver: fallback RSA PKCS#1 v1.5 SHA-256 [all …]
|
/aosp_15_r20/external/wpa_supplicant_8/src/ap/ |
H A D | ap_drv_ops.h | 2 * hostapd - Driver operations 122 if (!hapd->driver || !hapd->driver->send_action_cancel_wait || in hostapd_drv_send_action_cancel_wait() 125 hapd->driver->send_action_cancel_wait(hapd->drv_priv); in hostapd_drv_send_action_cancel_wait() 153 #include "drivers/driver.h" 173 if (hapd->driver == NULL || in hostapd_drv_set_countermeasures() 174 hapd->driver->hapd_set_countermeasures == NULL) in hostapd_drv_set_countermeasures() 176 return hapd->driver->hapd_set_countermeasures(hapd->drv_priv, enabled); in hostapd_drv_set_countermeasures() 184 if (hapd->driver == NULL || hapd->driver->set_sta_vlan == NULL) in hostapd_drv_set_sta_vlan() 186 return hapd->driver->set_sta_vlan(hapd->drv_priv, addr, ifname, in hostapd_drv_set_sta_vlan() 193 if (hapd->driver == NULL || hapd->driver->get_inact_sec == NULL) in hostapd_drv_get_inact_sec() [all …]
|
H A D | ap_drv_ops.c | 2 * hostapd - Driver operations 243 if (hapd->driver == NULL || hapd->driver->set_ap_wps_ie == NULL) in hostapd_reset_ap_wps_ie() 246 return hapd->driver->set_ap_wps_ie(hapd->drv_priv, NULL, NULL, NULL); in hostapd_reset_ap_wps_ie() 255 if (hapd->driver == NULL || hapd->driver->set_ap_wps_ie == NULL) in hostapd_set_ap_wps_ie() 262 ret = hapd->driver->set_ap_wps_ie(hapd->drv_priv, beacon, proberesp, in hostapd_set_ap_wps_ie() 290 * MLD peers). Thus, do not propagate the change to the driver for the in hostapd_set_authorized() 326 * driver for the link stations. in hostapd_set_sta_flags() 389 if (hapd->driver == NULL || hapd->driver->set_wds_sta == NULL) in hostapd_set_wds_sta() 395 return hapd->driver->set_wds_sta(hapd->drv_priv, addr, aid, val, in hostapd_set_wds_sta() 403 if (hapd->driver == NULL || hapd->driver->add_sta_node == NULL) in hostapd_add_sta_node() [all …]
|
/aosp_15_r20/external/wpa_supplicant_8/src/drivers/ |
H A D | driver.h | 2 * Driver interface definition 8 * This file defines a driver interface used by both %wpa_supplicant and 10 * driver operations. This is followed by the struct wpa_driver_ops that each 11 * driver wrapper will beed to define with callback functions for requesting 12 * driver operations. After this, there are definitions for driver event 158 * channel (used internally in src/ap/acs.c; driver wrappers do not 379 * scan result processing if left zero by the driver wrapper) 389 * driver. Each driver interface implementation is responsible for converting 390 * the driver or OS specific scan results into this format. 392 * If the driver does not support reporting all IEs, the IE data structure is [all …]
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/14/libcore/ojluni/src/main/java/java/sql/ |
D | DriverManager.java | 47 * attempt to load the driver classes referenced in the "jdbc.drivers" 52 * <CODE>jdbc.drivers=foo.bah.Driver:wombat.sql.Driver:bad.taste.ourDriver</CODE> 57 …* include the file <code>META-INF/services/java.sql.Driver</code>. This file contains the name of … 58 …* implementation of <code>java.sql.Driver</code>. For example, to load the <code>my.sql.Driver</c… 59 * the <code>META-INF/services/java.sql.Driver</code> file would contain the entry: 61 * <code>my.sql.Driver</code> 70 * locate a suitable driver from amongst those loaded at 80 * @see Driver 140 * that uses <code>setLogWriter</code> and also uses a JDBC 1.0 driver that uses 142 * by that driver. [all …]
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/sql/ |
D | DriverManager.java | 47 * attempt to load the driver classes referenced in the "jdbc.drivers" 52 * <CODE>jdbc.drivers=foo.bah.Driver:wombat.sql.Driver:bad.taste.ourDriver</CODE> 57 …* include the file <code>META-INF/services/java.sql.Driver</code>. This file contains the name of … 58 …* implementation of <code>java.sql.Driver</code>. For example, to load the <code>my.sql.Driver</c… 59 * the <code>META-INF/services/java.sql.Driver</code> file would contain the entry: 61 * <code>my.sql.Driver</code> 70 * locate a suitable driver from amongst those loaded at 80 * @see Driver 140 * that uses <code>setLogWriter</code> and also uses a JDBC 1.0 driver that uses 142 * by that driver. [all …]
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/sql/ |
H A D | DriverManager.java | 47 * attempt to load the driver classes referenced in the "jdbc.drivers" 52 * <CODE>jdbc.drivers=foo.bah.Driver:wombat.sql.Driver:bad.taste.ourDriver</CODE> 57 …* include the file <code>META-INF/services/java.sql.Driver</code>. This file contains the name of … 58 …* implementation of <code>java.sql.Driver</code>. For example, to load the <code>my.sql.Driver</c… 59 * the <code>META-INF/services/java.sql.Driver</code> file would contain the entry: 61 * <code>my.sql.Driver</code> 70 * locate a suitable driver from amongst those loaded at 80 * @see Driver 140 * that uses <code>setLogWriter</code> and also uses a JDBC 1.0 driver that uses 142 * by that driver. [all …]
|
/aosp_15_r20/libcore/luni/src/test/java/libcore/xml/ |
H A D | XmlToSax2DriverTest.java | 37 import org.xmlpull.v1.sax2.Driver; 49 private Driver driver; field in XmlToSax2DriverTest 55 driver = new Driver(); in setUp() 59 Driver driver = null; in testConstructor() local 61 driver = new Driver(); in testConstructor() 66 assertEquals(0, driver.getLength()); in testConstructor() 67 assertEquals(1, driver.getColumnNumber()); in testConstructor() 68 assertEquals(1, driver.getLineNumber()); in testConstructor() 81 Driver driver = null; in testConstructor_parametrized() local 84 driver = new Driver(parser); in testConstructor_parametrized() [all …]
|
/aosp_15_r20/external/mbedtls/docs/architecture/testing/ |
H A D | driver-interface-test-strategy.md | 1 # Mbed TLS driver interface test strategy 3 This document describes the test strategy for the driver interfaces in Mbed TLS. Mbed TLS has inter… 5 The driver interfaces are standardized through PSA Cryptography functional specifications. 7 ## Secure element driver interface testing 9 ### Secure element driver interfaces 11 #### Opaque driver interface 13 The [unified driver interface](../../proposed/psa-driver-interface.md) supports both transparent dr… 17 #### Dynamic secure element driver interface 19 The dynamic secure element driver interface (SE interface for short) is defined by [`psa/crypto_se_… 21 …driver usable by Mbed TLS, the initialization code must call `psa_register_se_driver` with a struc… [all …]
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/docs/architecture/testing/ |
H A D | driver-interface-test-strategy.md | 1 # Mbed TLS driver interface test strategy 3 This document describes the test strategy for the driver interfaces in Mbed TLS. Mbed TLS has inter… 5 The driver interfaces are standardized through PSA Cryptography functional specifications. 7 ## Secure element driver interface testing 9 ### Secure element driver interfaces 11 #### Opaque driver interface 13 The [unified driver interface](../../proposed/psa-driver-interface.md) supports both transparent dr… 17 #### Dynamic secure element driver interface 19 The dynamic secure element driver interface (SE interface for short) is defined by [`psa/crypto_se_… 21 …driver usable by Mbed TLS, the initialization code must call `psa_register_se_driver` with a struc… [all …]
|
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202302/MdePkg/Include/Library/ |
H A D | UefiDriverEntryPoint.h | 14 /// Declare the PI Specification Revision that this driver requires to execute correctly. 19 /// Declare the EFI/UEFI Specification Revision to which this driver is implemented 29 …The entry point of PE/COFF Image for a DXE Driver, DXE Runtime Driver, DXE SMM Driver, or UEFI Dri… 31 This function is the entry point for a DXE Driver, DXE Runtime Driver, DXE SMM Driver, 32 or UEFI Driver. This function must call ProcessLibraryConstructorList() and 42 …aram ImageHandle The image handle of the DXE Driver, DXE Runtime Driver, DXE SMM Driver, or UEFI… 45 @retval EFI_SUCCESS The DXE Driver, DXE Runtime Driver, DXE SMM Driver, 46 or UEFI Driver exited normally. 63 …aram ImageHandle The image handle of the DXE Driver, DXE Runtime Driver, DXE SMM Driver, or UEFI… 66 @retval EFI_SUCCESS The DXE Driver, DXE Runtime Driver, DXE SMM Driver, [all …]
|
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202111/MdePkg/Include/Library/ |
H A D | UefiDriverEntryPoint.h | 14 ///Declare the PI Specification Revision that this driver requires to execute correctly. 19 /// Declare the EFI/UEFI Specification Revision to which this driver is implemented 30 …The entry point of PE/COFF Image for a DXE Driver, DXE Runtime Driver, DXE SMM Driver, or UEFI Dri… 32 This function is the entry point for a DXE Driver, DXE Runtime Driver, DXE SMM Driver, 33 or UEFI Driver. This function must call ProcessLibraryConstructorList() and 43 …aram ImageHandle The image handle of the DXE Driver, DXE Runtime Driver, DXE SMM Driver, or UEFI… 46 @retval EFI_SUCCESS The DXE Driver, DXE Runtime Driver, DXE SMM Driver, 47 or UEFI Driver exited normally. 65 …aram ImageHandle The image handle of the DXE Driver, DXE Runtime Driver, DXE SMM Driver, or UEFI… 68 @retval EFI_SUCCESS The DXE Driver, DXE Runtime Driver, DXE SMM Driver, [all …]
|
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202005/MdePkg/Include/Library/ |
H A D | UefiDriverEntryPoint.h | 14 ///Declare the PI Specification Revision that this driver requires to execute correctly. 19 /// Declare the EFI/UEFI Specification Revision to which this driver is implemented 30 …The entry point of PE/COFF Image for a DXE Driver, DXE Runtime Driver, DXE SMM Driver, or UEFI Dri… 32 This function is the entry point for a DXE Driver, DXE Runtime Driver, DXE SMM Driver, 33 or UEFI Driver. This function must call ProcessLibraryConstructorList() and 43 …aram ImageHandle The image handle of the DXE Driver, DXE Runtime Driver, DXE SMM Driver, or UEFI… 46 @retval EFI_SUCCESS The DXE Driver, DXE Runtime Driver, DXE SMM Driver, 47 or UEFI Driver exited normally. 65 …aram ImageHandle The image handle of the DXE Driver, DXE Runtime Driver, DXE SMM Driver, or UEFI… 68 @retval EFI_SUCCESS The DXE Driver, DXE Runtime Driver, DXE SMM Driver, [all …]
|
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/Library/ |
H A D | UefiDriverEntryPoint.h | 20 ///Declare the PI Specification Revision that this driver requires to execute correctly. 25 /// Declare the EFI/UEFI Specification Revision to which this driver is implemented 36 …The entry point of PE/COFF Image for a DXE Driver, DXE Runtime Driver, DXE SMM Driver, or UEFI Dri… 38 This function is the entry point for a DXE Driver, DXE Runtime Driver, DXE SMM Driver, 39 or UEFI Driver. This function must call ProcessLibraryConstructorList() and 49 …aram ImageHandle The image handle of the DXE Driver, DXE Runtime Driver, DXE SMM Driver, or UEFI… 52 @retval EFI_SUCCESS The DXE Driver, DXE Runtime Driver, DXE SMM Driver, 53 or UEFI Driver exited normally. 71 …aram ImageHandle The image handle of the DXE Driver, DXE Runtime Driver, DXE SMM Driver, or UEFI… 74 @retval EFI_SUCCESS The DXE Driver, DXE Runtime Driver, DXE SMM Driver, [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/nnapi/sl/public/ |
H A D | NeuralNetworksSupportLibraryImpl.h | 49 * Used by a driver to report its performance characteristics. 53 * Ratio of the time taken by the driver to execute the workload compared to 60 * Ratio of the energy used by the driver compared to what the CPU would use 67 * Driver performance when operating on a particular data type. In the case of 102 * Driver performance when operating on float32 data but performing 109 * Driver performance when operating on float32 data but performing 136 * Provides optional caching information to the support library driver for 166 * Gets the caching requirements of the driver implementation. 168 * There are two types of cache file descriptors provided to the driver: model 177 * to the model cache may affect the driver's execution behavior, and a [all …]
|
/aosp_15_r20/frameworks/native/vulkan/libvulkan/ |
H A D | driver.cpp | 19 #include "driver.h" 70 namespace driver { namespace 186 // load updated driver in LoadDriver() 197 // load built-in driver in LoadDriver() 236 android::GpuStatsInfo::Driver::VULKAN); in LoadDriverFromApex() 244 android::GpuStatsInfo::Driver::VULKAN); in LoadBuiltinDriver() 255 android::GpuStatsInfo::Driver::VULKAN_UPDATED); in LoadUpdatedDriver() 256 int result = LoadDriver(ns, "updatable gfx driver", module); in LoadUpdatedDriver() 324 // Should not unload since the driver was not loaded in ShouldUnloadBuiltinDriver() 332 // Unload the driver if updated driver is chosen in ShouldUnloadBuiltinDriver() [all …]
|
/aosp_15_r20/external/clang/docs/ |
H A D | DriverInternals.rst | 2 Driver Design & Internals 11 This document describes the Clang driver. The purpose of this document 12 is to describe both the motivation and design goals for the driver, as 18 The Clang driver is intended to be a production quality compiler driver 20 interface which is compatible with the gcc driver. 22 Although the driver is part of and driven by the Clang project, it is 31 The number one goal of the driver is to ease the adoption of Clang by 33 call GCC. Although this makes the driver much more complicated than 41 The driver was designed to be flexible and easily accommodate new uses 42 as we grow the clang and LLVM infrastructure. As one example, the driver [all …]
|
/aosp_15_r20/packages/modules/NeuralNetworks/shim_and_sl/public/ |
D | NeuralNetworksSupportLibraryImpl.h | 46 * Used by a driver to report its performance characteristics. 50 * Ratio of the time taken by the driver to execute the workload compared to the time the CPU 56 * Ratio of the energy used by the driver compared to what the CPU would use for doing the same 63 * Driver performance when operating on a particular data type. In the case of float32 data, this is 96 * Driver performance when operating on float32 data but performing calculations with range 102 * Driver performance when operating on float32 data but performing calculations with range 127 * Provides optional caching information to the support library driver for 158 * Gets the caching requirements of the driver implementation. 160 * There are two types of cache file descriptors provided to the driver: model cache and data cache. 167 * in the device's native binary format. A modification to the model cache may affect the driver's [all …]
|