/hardware/interfaces/security/keymint/aidl/default/ta/ |
D | soft.rs | 30 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()
|
D | attest.rs | 382 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/ |
D | LruCache.h | 23 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/ |
D | generateCertificateRequest.cddl | 18 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
|
D | generateCertificateRequestV2.cddl | 97 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
|
D | PublicKey.cddl | 6 1 : 2, ; Key type : EC2
|
/hardware/interfaces/security/authgraph/aidl/android/hardware/security/authgraph/ |
D | SessionInitiationInfo.aidl | 21 import android.hardware.security.authgraph.Key; 32 Key key;
|
D | IAuthGraphKeyExchange.aidl | 22 import android.hardware.security.authgraph.Key; 197 in Key ownKey); in finish()
|
D | Key.aidl | 28 parcelable Key {
|
D | Arc.cddl | 90 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/ |
D | cbor.h | 56 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/ |
D | OSWindow.cpp | 39 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()
|
D | Event.h | 30 Key code;
|
/hardware/google/gfxstream/host/compressedTextureFormats/ |
D | AstcCpuDecompressorImpl.cpp | 132 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/ |
D | drm_hal_vendor_module_api.h | 186 struct Key { struct 207 std::vector<Key> keys;
|
/hardware/interfaces/drm/1.0/vts/functional/ |
D | drm_hal_vendor_module_api.h | 186 struct Key { struct 207 std::vector<Key> keys;
|
/hardware/google/gfxstream/host/testlibs/qnx/ |
D | QNXWindow.cpp | 34 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/ |
D | DeviceManager.h | 43 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/ |
D | Key.aidl | 36 parcelable Key {
|
D | SessionInitiationInfo.aidl | 37 android.hardware.security.authgraph.Key key;
|
D | IAuthGraphKeyExchange.aidl | 40 …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/ |
D | SessionInitiationInfo.aidl | 37 android.hardware.security.authgraph.Key key;
|
D | Key.aidl | 36 parcelable Key {
|
/hardware/interfaces/wifi/supplicant/1.1/ |
D | ISupplicantStaNetwork.hal | 60 * | '@' | realm | {',' Key Identifier} 66 * - Key Identifier is a null-terminated string of the form "<Key>=<Value>"
|
/hardware/interfaces/wifi/supplicant/1.2/ |
D | ISupplicantStaNetwork.hal | 37 /** WPA3-Personal SAE Key management */ 40 /** WPA3-Enterprise Suite-B Key management */ 43 /** Enhacned Open (OWE) Key management */ 46 /** Easy Connect (DPP) Key management */
|