Home
last modified time | relevance | path

Searched defs:key_type (Results 1 – 25 of 48) sorted by relevance

12

/aosp12/frameworks/compile/mclinker/include/mcld/ADT/
H A DHashEntry.h35 typedef KeyType key_type; typedef
69 typedef typename HashEntryTy::key_type key_type; typedef
H A DStringEntry.h29 typedef llvm::StringRef key_type; typedef
68 typedef llvm::StringRef key_type; typedef
112 typedef typename StringEntry<DataType>::key_type key_type; typedef
H A DHashEntryFactory.h22 typedef typename HashEntryTy::key_type key_type; typedef
H A DHashTable.h43 typedef typename HashEntryTy::key_type key_type; typedef
H A DHashBase.h72 typedef typename HashEntryTy::key_type key_type; typedef
H A DHashIterator.h23 typedef typename HashTableImplTy::key_type key_type; typedef
156 typedef typename HashTableImplTy::key_type key_type; typedef
/aosp12/system/bt/gd/security/pairing/
H A Dclassic_pairing_handler_unittest.cc231 hci::KeyType key_type) { in ReceiveLinkKeyNotification()
318 hci::KeyType key_type = hci::KeyType::DEBUG_COMBINATION; in TEST_F() local
356 hci::KeyType key_type = hci::KeyType::DEBUG_COMBINATION; in TEST_F() local
394 hci::KeyType key_type = hci::KeyType::DEBUG_COMBINATION; in TEST_F() local
432 hci::KeyType key_type = hci::KeyType::DEBUG_COMBINATION; in TEST_F() local
470 hci::KeyType key_type = hci::KeyType::DEBUG_COMBINATION; in TEST_F() local
508 hci::KeyType key_type = hci::KeyType::DEBUG_COMBINATION; in TEST_F() local
546 hci::KeyType key_type = hci::KeyType::DEBUG_COMBINATION; in TEST_F() local
584 hci::KeyType key_type = hci::KeyType::DEBUG_COMBINATION; in TEST_F() local
666 hci::KeyType key_type = hci::KeyType::DEBUG_COMBINATION; in TEST_F() local
[all …]
/aosp12/system/bt/test/mock/
H A Dmock_btif_storage.cc63 uint8_t key_type, in btif_storage_add_ble_bonding_key()
69 uint8_t key_type) { in btif_storage_add_ble_local_key()
74 LinkKey link_key, uint8_t key_type, in btif_storage_add_bonded_device()
98 uint8_t key_type, in btif_storage_get_ble_bonding_key()
104 bt_status_t btif_storage_get_ble_local_key(uint8_t key_type, in btif_storage_get_ble_local_key()
H A Dmock_stack_btm_ble.cc147 void BTM_BleLoadLocalKeys(uint8_t key_type, tBTM_BLE_LOCAL_KEYS* p_key) { in BTM_BleLoadLocalKeys()
197 tBTM_LE_KEY_TYPE key_type) { in BTM_SecAddBleKey()
245 void btm_sec_save_le_key(const RawAddress& bd_addr, tBTM_LE_KEY_TYPE key_type, in btm_sec_save_le_key()
H A Dmock_bta_dm_api.cc62 tBTM_LE_KEY_TYPE key_type) { in BTA_DmAddBleKey()
66 const LinkKey& link_key, uint8_t key_type, in BTA_DmAddDevice()
H A Dmock_stack_btm_dev.cc50 uint8_t key_type, uint8_t pin_length) { in BTM_SecAddDevice()
/aosp12/system/core/mini_keyctl/
H A Dmini_keyctl_utils.cpp66 std::string key_type = tokens[7]; in GetKeyringId() local
/aosp12/bootable/recovery/install/include/install/
H A Dverifier.h57 KeyType key_type; member
/aosp12/system/bt/btif/src/
H A Dbtif_storage.cc486 static void btif_read_le_key(const uint8_t key_type, const size_t key_len, in btif_read_le_key()
807 LinkKey link_key, uint8_t key_type, in btif_storage_add_bonded_device()
1051 uint8_t key_type, in btif_storage_add_ble_bonding_key()
1093 uint8_t key_type, in btif_storage_get_ble_bonding_key()
1165 uint8_t key_type) { in btif_storage_add_ble_local_key()
1192 bt_status_t btif_storage_get_ble_local_key(uint8_t key_type, in btif_storage_get_ble_local_key()
/aosp12/system/keymaster/android_keymaster/
H A Doperation.cpp64 KeyType key_type = registry_key(); in is_public_key_operation() local
/aosp12/system/bt/gd/security/record/
H A Dsecurity_record.h51 void SetLinkKey(std::array<uint8_t, 16> link_key, hci::KeyType key_type) { in SetLinkKey()
/aosp12/system/update_engine/payload_consumer/
H A Dpayload_verifier.cc154 int key_type = EVP_PKEY_id(public_key.get()); in VerifyRawSignature() local
/aosp12/system/core/libutils/include/utils/
H A DKeyedVector.h39 typedef KEY key_type; typedef
/aosp12/system/bt/bta/dm/
H A Dbta_dm_api.cc237 const LinkKey& link_key, uint8_t key_type, in BTA_DmAddDevice()
409 tBTM_LE_KEY_TYPE key_type) { in BTA_DmAddBleKey()
/aosp12/system/bt/stack/btm/
H A Dbtm_ble.cc117 tBTM_LE_KEY_TYPE key_type) { in BTM_SecAddBleKey()
158 void BTM_BleLoadLocalKeys(uint8_t key_type, tBTM_BLE_LOCAL_KEYS* p_key) { in BTM_BleLoadLocalKeys()
1110 void btm_sec_save_le_key(const RawAddress& bd_addr, tBTM_LE_KEY_TYPE key_type, in btm_sec_save_le_key()
1975 static void btm_notify_new_key(uint8_t key_type) { in btm_notify_new_key()
H A Dbtm_dev.cc65 uint8_t key_type, uint8_t pin_length) { in BTM_SecAddDevice()
/aosp12/system/bt/stack/gatt/
H A Dgatt_auth.cc276 uint8_t key_type; in gatt_determine_sec_act() local
/aosp12/art/libartbase/base/
H A Dsafe_map.h43 typedef typename ::std::map<K, V, Comparator, Allocator>::key_type key_type; typedef
/aosp12/bootable/recovery/install/
H A Dverifier.cpp449 int key_type = EVP_PKEY_id(public_key.get()); in LoadCertificateFromBuffer() local
/aosp12/system/bt/stack/test/common/
H A Dmock_main_shim_btm_api.cc92 uint8_t key_type, uint8_t pin_length) { in BTM_SecAddDevice()
271 void bluetooth::shim::BTM_BleLoadLocalKeys(uint8_t key_type, in BTM_BleLoadLocalKeys()
410 tBTM_LE_KEY_TYPE key_type) { in BTM_SecAddBleKey()

12