Home
last modified time | relevance | path

Searched refs:Key (Results 1 – 25 of 32) sorted by relevance

12

/hardware/interfaces/confirmationui/support/include/android/hardware/confirmationui/support/
Dcbor.h56 template <typename Key, typename Value>
58 const Key& key_;
60 MapElement(const Key& key, const Value& value) : key_(key), value_(value) {} in MapElement()
169 template <typename Key, typename Value>
170 MapElement<Key, Value> pair(const Key& k, const Value& v) {
171 return MapElement<Key, Value>(k, v);
317 template <typename Key, typename Value>
318 WriteState write(WriteState wState, const MapElement<Key, Value>& element) {
/hardware/interfaces/audio/core/all-versions/vts/functional/
DDeviceManager.h41 template <class Derived, class Key, class Interface>
44 sp<Interface> getExisting(const Key& name) { in getExisting()
49 sp<Interface> get(const Key& name) { in get()
58 bool reset(const Key& name, bool waitForDestruction) __attribute__((warn_unused_result)) { in reset()
82 std::map<Key, sp<Interface>> instances;
/hardware/interfaces/drm/1.0/vts/functional/include/
Ddrm_hal_vendor_module_api.h186 struct Key { struct
207 std::vector<Key> keys;
/hardware/interfaces/drm/1.0/vts/functional/
Ddrm_hal_vendor_module_api.h186 struct Key { struct
207 std::vector<Key> keys;
/hardware/interfaces/wifi/supplicant/1.1/
DISupplicantStaNetwork.hal60 * | '@' | realm | {',' Key Identifier}
66 * - Key Identifier is a null-terminated string of the form "<Key>=<Value>"
/hardware/interfaces/wifi/supplicant/1.2/
DISupplicantStaNetwork.hal37 /** WPA3-Personal SAE Key management */
40 /** WPA3-Enterprise Suite-B Key management */
43 /** Enhacned Open (OWE) Key management */
46 /** Easy Connect (DPP) Key management */
DISupplicantStaIface.hal49 * Get Key management capabilities of the device
/hardware/interfaces/drm/1.0/vts/functional/include/android/hardware/drm/1.0/vts/
Ddrm_hal_vendor_test.h55 using Key = ::DrmHalVTSVendorModule_V1::ContentConfiguration::Key; variable
/hardware/interfaces/audio/6.0/
DIStreamOutEventCallback.hal96 * [ raw bytes (entry 1) Key (Payload<String>)
103 * Key (Payload<String>)
113 * Key (Payload<String>)
/hardware/interfaces/audio/7.0/
DIStreamOutEventCallback.hal115 * [ raw bytes (entry 1) Key (Payload<String>)
122 * Key (Payload<String>)
132 * Key (Payload<String>)
/hardware/interfaces/drm/1.0/
Dtypes.hal169 * Key request type is for an initial license request
174 * Key request type is for license renewal. Renewal requests are used
180 * Key request type is a release. A key release causes offline keys
186 * Key request type is unknown due to some error condition.
/hardware/nxp/nfc/intf/nxpnfc/2.0/
DINxpNfc.hal22 * Gets vendor params values whose Key has been provided.
/hardware/interfaces/wifi/supplicant/1.4/
Dtypes.hal107 * WPA3 SAE Public-Key.
DISupplicantStaNetwork.hal187 * Set whether to enable SAE PK (Public Key) only mode to enable public AP validation.
/hardware/interfaces/keymaster/3.0/
Dtypes.hal43 KEY_SIZE = TagType:UINT | 3, /** Key size in bits. */
70 /** Key validity period */
115 CREATION_DATETIME = TagType:DATE | 701, /** Key creation time */
342 * Key derivation functions, mostly used in ECIES.
DIKeymasterDevice.hal78 * @param keyParams Key generation parameters are defined as keymaster tag/value pairs, provided
95 * @param keyParams Key generation parameters are defined as keymaster tag/value pairs, provided
/hardware/interfaces/wifi/supplicant/1.0/
DISupplicantStaIfaceCallback.hal78 * case of WPA-PSK, this happens when receiving the first EAPOL-Key
84 * This state is entered when 4-Way Key Handshake has been completed
86 * Key rekeying is started by the AP (i.e., when supplicant receives
94 * Group Key Handshake; with IEEE 802.1X (non-WPA) connection is
/hardware/interfaces/wifi/supplicant/1.3/
DISupplicantStaIface.hal83 * Get Key management capabilities of the device
/hardware/interfaces/thermal/2.0/
Dtypes.hal76 * Key components in platform are shutting down due to thermal condition.
/hardware/interfaces/wifi/hostapd/1.0/
DIHostapd.hal122 /** Key management mask for the network. */
/hardware/interfaces/wifi/hostapd/1.2/
DIHostapd.hal162 /** Key management mask for the replace V1_0.encryptionType. */
/hardware/interfaces/radio/1.1/
Dtypes.hal212 // java.security.Key interface.
/hardware/interfaces/keymaster/4.0/
DIKeymasterDevice.hal30 * o Key generation
113 * == Key Access Control ==
196 * IKeymasterDevice key, as described in the Key Access Control section above.
461 * @param keyParams Key generation parameters are defined as IKeymasterDevice tag/value pairs,
476 * Imports key material into an IKeymasterDevice. Key definition parameters and return values
493 * @param keyParams Key generation parameters are defined as IKeymasterDevice tag/value pairs,
672 * o subject -- CN="Android Keystore Key" (same value for all keys)
676 * o Key Usage extension -- digitalSignature bit must be set iff the attested key has
897 * -- All Key Types --
1105 * Key authorization enforcement is performed primarily in begin(). The one exception is the
[all …]
/hardware/interfaces/graphics/composer/2.4/
DIComposerClient.hal324 * Key names must comply with the requirements specified for
339 * Key names must meet the following requirements:
/hardware/interfaces/soundtrigger/2.0/
DISoundTriggerHw.hal82 /** Key phrase descriptor */

12