Home
last modified time | relevance | path

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

123

/hardware/interfaces/security/keymint/aidl/default/ta/
Dsoft.rs30 fn root_kek(&self, _context: &[u8]) -> Result<crypto::OpaqueOr<crypto::hmac::Key>, Error> { in root_kek() argument
32 Ok(crypto::hmac::Key::new([0; 16].to_vec()).into()) in root_kek()
34 fn kak(&self) -> Result<crypto::OpaqueOr<crypto::aes::Key>, Error> { in kak() argument
37 Ok(crypto::aes::Key::Aes256([0; 32]).into()) in kak()
39 fn unique_id_hbk(&self, _ckdf: &dyn crypto::Ckdf) -> Result<crypto::hmac::Key, Error> { in unique_id_hbk() argument
41 crypto::hmac::Key::new_from(b"MustBeRandomBits") in unique_id_hbk()
Dattest.rs382 key: KeyMaterial::Rsa(rsa::Key(hex::decode(RSA_ATTEST_KEY).unwrap()).into()), in new()
396 ec::Key::P256(ec::NistKey(hex::decode(EC_ATTEST_KEY).unwrap())).into(), in new()
/hardware/google/aemu/base/include/aemu/base/
DLruCache.h23 template <typename Key, typename Value>
30 Value* get(const Key& key) { in get()
42 void set(const Key& key, Value&& value) { in set()
61 void remove(const Key& key) { in remove()
73 Key key;
80 std::unordered_map<Key, typename std::list<KeyValue>::iterator> m_table;
/hardware/interfaces/security/rkp/aidl/android/hardware/security/keymint/
DgenerateCertificateRequest.cddl18 1 : 1, ; Key type : Octet Key Pair
25 1 : 2, ; Key type : EC2
49 1 : 1, ; Key type : Octet Key Pair
57 1 : 2, ; Key type : EC2
DgenerateCertificateRequestV2.cddl97 bstr .cbor PubKeyECDSA384, ; Subject Public Key
98 -4670553 : bstr ; Key Usage
144 1 : 1, ; Key type : octet key pair
151 1 : 2, ; Key type : EC2
159 1 : 2, ; Key type : EC2
DPublicKey.cddl6 1 : 2, ; Key type : EC2
/hardware/interfaces/security/authgraph/aidl/android/hardware/security/authgraph/
DSessionInitiationInfo.aidl21 import android.hardware.security.authgraph.Key;
32 Key key;
DIAuthGraphKeyExchange.aidl22 import android.hardware.security.authgraph.Key;
197 in Key ownKey); in finish()
DKey.aidl28 parcelable Key {
DArc.cddl90 1 : 2, ; Key type : EC2
100 1 : 4, ; Key type : Symmetric
103 -1 : bstr .size 32, ; Key value (k)
/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/google/gfxstream/host/testlibs/
DOSWindow.cpp39 static const char *KeyName(Key key) in KeyName()
205 …std::cout << "Event: Key Pressed (" << KeyName(event.Key.Code) << KeyState(event.Key) << ")" << st… in PrintEvent()
208 …std::cout << "Event: Key Released (" << KeyName(event.Key.Code) << KeyState(event.Key) << ")" << s… in PrintEvent()
DEvent.h30 Key code;
/hardware/google/gfxstream/host/compressedTextureFormats/
DAstcCpuDecompressorImpl.cpp132 struct Key { struct in gfxstream::vk::__anon5855e3120111::AstcDecoderContextCache
136 bool operator==(const Key& other) const { in operator ==() argument
148 std::size_t operator()(const Key& k) const { in operator ()()
154 std::unordered_map<Key, Value, KeyHash> mContexts;
/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/google/gfxstream/host/testlibs/qnx/
DQNXWindow.cpp34 Key QNXCodeToKey(unsigned keycode) { in QNXCodeToKey()
208 return (Key)(KEY_UP + 1); // avoid name collision in QNXCodeToKey()
535 event.Key.Code = QNXCodeToKey(cap); in processKeyEvent()
538 event.Key.Shift = modifiers & KEYMOD_SHIFT; in processKeyEvent()
539 event.Key.Control = modifiers & KEYMOD_CTRL; in processKeyEvent()
540 event.Key.Alt = modifiers & KEYMOD_ALT; in processKeyEvent()
541 event.Key.System = 0; in processKeyEvent()
/hardware/interfaces/audio/core/all-versions/vts/functional/
DDeviceManager.h43 template <class Derived, class Key, class Interface>
46 sp<Interface> getExisting(const Key& name) { in getExisting()
51 sp<Interface> get(const Key& name) { in get()
60 bool reset(const Key& name, bool waitForDestruction) __attribute__((warn_unused_result)) { in reset()
84 std::map<Key, sp<Interface>> instances;
/hardware/interfaces/security/authgraph/aidl/aidl_api/android.hardware.security.authgraph/current/android/hardware/security/authgraph/
DKey.aidl36 parcelable Key {
DSessionInitiationInfo.aidl37 android.hardware.security.authgraph.Key key;
DIAuthGraphKeyExchange.aidl40 …ature, in byte[] peerNonce, in int peerVersion, in android.hardware.security.authgraph.Key ownKey); in finish()
/hardware/interfaces/security/authgraph/aidl/aidl_api/android.hardware.security.authgraph/1/android/hardware/security/authgraph/
DSessionInitiationInfo.aidl37 android.hardware.security.authgraph.Key key;
DKey.aidl36 parcelable Key {
/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 */

123