Home
last modified time | relevance | path

Searched defs:Key (Results 1 – 18 of 18) sorted by relevance

/system/bpf/libbpf_android/include/bpf/
DBpfMap.h191 const std::function<base::Result<void>(const Key& key, const BpfMap<Key, Value>& map)>& in iterate()
207 const BpfMap<Key, Value>& map)>& filter) const { in iterateWithValue()
222 base::Result<void> BpfMap<Key, Value>::iterate( in iterate()
236 base::Result<void> BpfMap<Key, Value>::iterateWithValue( in iterateWithValue()
/system/keymaster/include/keymaster/key_blob_utils/
Dsoftware_keyblobs.h30 class Key; variable
/system/keymaster/include/keymaster/
Dkey_factory.h25 class Key; variable
Dandroid_keymaster.h25 class Key; variable
Dkeymaster_context.h33 class Key; variable
Dkey.h64 Key(AuthorizationSet&& hw_enforced, AuthorizationSet&& sw_enforced, in Key() function
Doperation.h32 class Key; variable
/system/core/adb/crypto/include/adb/crypto/
Dkey.h31 explicit Key(bssl::UniquePtr<EVP_PKEY>&& pkey, adb::proto::KeyType type) in Key() function
/system/netd/libnetdbpf/include/netdbpf/
DBpfNetworkStats.h75 const BpfMap<Key, StatsValue>& statsMap, uint32_t ifaceIndex, char* ifname, in getIfaceNameFromMap()
87 void maybeLogUnknownIface(int ifaceIndex, const BpfMap<Key, StatsValue>& statsMap, in maybeLogUnknownIface()
/system/keymaster/include/keymaster/contexts/
Dpure_soft_keymaster_context.h36 class Key; variable
Dsoft_keymaster_context.h39 class Key; variable
/system/keymaster/legacy_support/
Dkeymaster_passthrough_operation.h30 class Key; variable
/system/bt/gd/common/
Dlist_map.h162 void splice(const_iterator pos, ListMap<Key, T>& other, const_iterator it) { in splice()
/system/core/logd/
DLogTags.cpp139 std::string Key = Name; in AddEventLogTags() local
444 std::string Key(name); in nameToTag_locked() local
/system/bt/stack/test/
Dcrypto_toolbox_test.cc322 Octet16 Key{0xec, 0x02, 0x34, 0xa3, 0x57, 0xc8, 0xad, 0x05, in TEST() local
/system/bt/gd/crypto_toolbox/
Dcrypto_toolbox_test.cc285 …Octet16 Key{0xec, 0x02, 0x34, 0xa3, 0x57, 0xc8, 0xad, 0x05, 0x34, 0x10, 0x10, 0xa6, 0x0a, 0x39, 0x… in TEST() local
/system/netd/server/
DTrafficControllerTest.cpp238 void expectMapEmpty(BpfMap<Key, Value>& map) { in expectMapEmpty()
/system/core/adb/
Dtransport.cpp1516 std::shared_ptr<RSA> atransport::Key() { in Key() function in atransport