/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | ProgramStateTrait.h | 40 typedef Key key_type; 50 static lookup_type Lookup(data_type B, key_type K) { 53 static data_type Set(data_type B, key_type K, value_type E,context_type F){ 57 static data_type Remove(data_type B, key_type K, context_type F) { 81 typedef Key key_type; 91 static data_type Add(data_type B, key_type K, context_type F) { 95 static data_type Remove(data_type B, key_type K, context_type F) { 99 static bool Contains(data_type B, key_type K) { 121 typedef T key_type; 124 static data_type Add(data_type L, key_type K, context_type F) { [all …]
|
D | ProgramState.h | 341 ProgramStateRef add(typename ProgramStateTrait<T>::key_type K) const; 351 get(typename ProgramStateTrait<T>::key_type key) const { in get() 361 ProgramStateRef remove(typename ProgramStateTrait<T>::key_type K) const; 364 ProgramStateRef remove(typename ProgramStateTrait<T>::key_type K, 373 ProgramStateRef set(typename ProgramStateTrait<T>::key_type K, 377 ProgramStateRef set(typename ProgramStateTrait<T>::key_type K, 382 bool contains(typename ProgramStateTrait<T>::key_type key) const { in contains() 551 typename ProgramStateTrait<T>::key_type K, in set() 561 typename ProgramStateTrait<T>::key_type K, in add() 569 typename ProgramStateTrait<T>::key_type K, in remove() [all …]
|
/external/bluetooth/bluedroid/stack/btm/ |
D | btm_ble.c | 153 BOOLEAN BTM_SecAddBleKey (BD_ADDR bd_addr, tBTM_LE_KEY_VALUE *p_le_key, tBTM_LE_KEY_TYPE key_type) in BTM_SecAddBleKey() argument 160 (key_type != BTM_LE_KEY_PENC && key_type != BTM_LE_KEY_PID && in BTM_SecAddBleKey() 161 key_type != BTM_LE_KEY_PCSRK && key_type != BTM_LE_KEY_LENC)) in BTM_SecAddBleKey() 166 (bd_addr[4]<<8)+bd_addr[5], key_type); in BTM_SecAddBleKey() 172 (bd_addr[4]<<8)+bd_addr[5], key_type); in BTM_SecAddBleKey() 174 if (key_type == BTM_LE_KEY_PENC || key_type == BTM_LE_KEY_PID || in BTM_SecAddBleKey() 175 key_type == BTM_LE_KEY_PCSRK || key_type == BTM_LE_KEY_LENC || in BTM_SecAddBleKey() 176 key_type == BTM_LE_KEY_LCSRK) in BTM_SecAddBleKey() 178 btm_sec_save_le_key (bd_addr, key_type, p_le_key, FALSE); in BTM_SecAddBleKey() 199 void BTM_BleLoadLocalKeys(UINT8 key_type, tBTM_BLE_LOCAL_KEYS *p_key) in BTM_BleLoadLocalKeys() argument [all …]
|
/external/kernel-headers/original/linux/ |
D | key.h | 74 struct key_type; 123 struct key_type *type; /* type of key */ 183 struct key_type { struct 243 extern struct key_type key_type_keyring; argument 245 extern int register_key_type(struct key_type *ktype); 246 extern void unregister_key_type(struct key_type *ktype); 248 extern struct key *key_alloc(struct key_type *type, 285 extern struct key *request_key(struct key_type *type, 289 extern struct key *request_key_with_auxdata(struct key_type *type, 321 struct key_type *type,
|
/external/openssl/apps/ |
D | pkeyutl.c | 76 char *keyfile, int keyform, int key_type, 93 int pkey_op = EVP_PKEY_OP_SIGN, key_type = KEY_PRIVKEY; in MAIN() local 141 *(++argv), keyform, key_type, in MAIN() 184 key_type = KEY_PUBKEY; in MAIN() 186 key_type = KEY_CERT; in MAIN() 414 char *keyfile, int keyform, int key_type, in init_ctx() argument 424 && (key_type != KEY_PRIVKEY)) in init_ctx() 434 switch(key_type) in init_ctx()
|
D | rsautl.c | 94 char rsa_mode = RSA_VERIFY, key_type = KEY_PRIVKEY; in MAIN() local 154 key_type = KEY_PUBKEY; in MAIN() 156 key_type = KEY_CERT; in MAIN() 183 if(need_priv && (key_type != KEY_PRIVKEY)) { in MAIN() 199 switch(key_type) { in MAIN()
|
/external/llvm/include/llvm/ADT/ |
D | ImmutableIntervalMap.h | 37 typedef const Interval key_type; typedef 91 typedef typename ImutInfo::key_type key_type; typedef 200 typedef typename ImutIntervalInfo<ValT>::key_type key_type; typedef 222 TreeTy *T = F.add(Old.Root, std::pair<key_type, data_type>(K, D)); in add()
|
D | ImmutableMap.h | 28 typedef const T key_type; typedef 65 typedef typename ValInfo::key_type key_type; typedef 111 TreeTy *T = F.add(Old.Root, std::pair<key_type,data_type>(K,D)); in add() 270 typedef typename ValInfo::key_type key_type; typedef 322 TreeTy *NewT = Factory->add(Root, std::pair<key_type, data_type>(K, D)); in add()
|
D | SetVector.h | 39 typedef T key_type; typedef 131 size_type count(const key_type &key) const { in count()
|
/external/dbus/dbus/ |
D | dbus-hash.c | 198 DBusHashType key_type; /**< Type of keys used in this table */ member 323 table->key_type = type; in _dbus_hash_table_new() 327 switch (table->key_type) in _dbus_hash_table_new() 1105 switch (table->key_type) in rebuild_table() 1156 _dbus_assert (table->key_type == DBUS_HASH_STRING); in _dbus_hash_table_lookup_string() 1182 _dbus_assert (table->key_type == DBUS_HASH_TWO_STRINGS); in _dbus_hash_table_lookup_two_strings() 1208 _dbus_assert (table->key_type == DBUS_HASH_INT); in _dbus_hash_table_lookup_int() 1235 _dbus_assert (table->key_type == DBUS_HASH_POINTER); in _dbus_hash_table_lookup_pointer() 1261 _dbus_assert (table->key_type == DBUS_HASH_UINTPTR); in _dbus_hash_table_lookup_uintptr() 1286 _dbus_assert (table->key_type == DBUS_HASH_STRING); in _dbus_hash_table_remove_string() [all …]
|
/external/oprofile/libpp/ |
D | sample_container.cpp | 51 samples_storage::key_type key(symbol, 0); in begin() 60 samples_storage::key_type key(symbol, ~bfd_vma(0)); in end() 69 samples_storage::key_type key(symbol, sample.vma); in insert()
|
/external/stlport/stlport/stl/debug/ |
D | _tree.h | 101 typedef typename _Base::key_type key_type; typedef 111 _STLP_KEY_TYPE_FOR_CONT_EXT(key_type) in _STLP_KEY_TYPE_FOR_CONT_EXT() argument 275 size_type erase(const key_type& __x) { in erase() 282 size_type erase_unique(const key_type& __x) { in erase_unique() 297 void erase(const key_type* __first, const key_type* __last) { in erase()
|
/external/stlport/stlport/stl/ |
D | _unordered_map.h | 45 typedef _Key key_type; in _STLP_CREATE_HASH_ITERATOR_TRAITS() typedef 48 typedef pair<_STLP_CONST key_type, data_type> value_type; in _STLP_CREATE_HASH_ITERATOR_TRAITS() 54 typedef hashtable<value_type, key_type, _HashFcn, _UnorderedMapTraits, in _STLP_CREATE_HASH_ITERATOR_TRAITS() 80 _STLP_KEY_TYPE_FOR_CONT_EXT(key_type) in _STLP_CREATE_HASH_ITERATOR_TRAITS() 170 size_type erase(const key_type& __key) {return _M_ht.erase(__key); } in _STLP_CREATE_HASH_ITERATOR_TRAITS() 213 typedef _Key key_type; in _STLP_CREATE_HASH_ITERATOR_TRAITS() typedef 216 typedef pair<_STLP_CONST key_type, data_type> value_type; in _STLP_CREATE_HASH_ITERATOR_TRAITS() 222 typedef hashtable<value_type, key_type, _HashFcn, _UnorderedMultimapTraits, in _STLP_CREATE_HASH_ITERATOR_TRAITS() 248 _STLP_KEY_TYPE_FOR_CONT_EXT(key_type) in _STLP_CREATE_HASH_ITERATOR_TRAITS() 330 size_type erase(const key_type& __key) {return _M_ht.erase(__key); } in _STLP_CREATE_HASH_ITERATOR_TRAITS()
|
D | _unordered_set.h | 49 typedef typename _Ht::key_type key_type; in _STLP_CREATE_HASH_ITERATOR_TRAITS() typedef 74 _STLP_KEY_TYPE_FOR_CONT_EXT(key_type) in _STLP_CREATE_HASH_ITERATOR_TRAITS() 156 size_type erase(const key_type& __key) {return _M_ht.erase(__key); } in _STLP_CREATE_HASH_ITERATOR_TRAITS() 199 typedef typename _Ht::key_type key_type; in _STLP_CREATE_HASH_ITERATOR_TRAITS() typedef 224 _STLP_KEY_TYPE_FOR_CONT_EXT(key_type) in _STLP_CREATE_HASH_ITERATOR_TRAITS() 306 size_type erase(const key_type& __key) {return _M_ht.erase(__key); } in _STLP_CREATE_HASH_ITERATOR_TRAITS()
|
D | _map.h | 54 typedef _Key key_type; in _STLP_CREATE_ITERATOR_TRAITS() typedef 77 typedef _STLP_PRIV _Rb_tree<key_type, key_compare, in _STLP_CREATE_ITERATOR_TRAITS() 95 _STLP_KEY_TYPE_FOR_CONT_EXT(key_type) in _STLP_CREATE_ITERATOR_TRAITS() 204 size_type erase(const key_type& __x) { return _M_t.erase_unique(__x); } in _STLP_CREATE_ITERATOR_TRAITS() 247 typedef _Key key_type; in _STLP_CREATE_ITERATOR_TRAITS() typedef 270 typedef _STLP_PRIV _Rb_tree<key_type, key_compare, in _STLP_CREATE_ITERATOR_TRAITS() 288 _STLP_KEY_TYPE_FOR_CONT_EXT(key_type) in _STLP_CREATE_ITERATOR_TRAITS() 379 size_type erase(const key_type& __x) { return _M_t.erase(__x); } in _STLP_CREATE_ITERATOR_TRAITS()
|
D | _set.h | 54 typedef _Key key_type; in _STLP_CREATE_ITERATOR_TRAITS() typedef 65 typedef _STLP_PRIV _Rb_tree<key_type, key_compare, in _STLP_CREATE_ITERATOR_TRAITS() 83 _STLP_KEY_TYPE_FOR_CONT_EXT(key_type) in _STLP_CREATE_ITERATOR_TRAITS() 183 size_type erase(const key_type& __x) { return _M_t.erase_unique(__x); } in _STLP_CREATE_ITERATOR_TRAITS() 225 typedef _Key key_type; in _STLP_CREATE_ITERATOR_TRAITS() typedef 236 typedef _STLP_PRIV _Rb_tree<key_type, key_compare, in _STLP_CREATE_ITERATOR_TRAITS() 254 _STLP_KEY_TYPE_FOR_CONT_EXT(key_type) in _STLP_CREATE_ITERATOR_TRAITS() 355 size_type erase(const key_type& __x) { return _M_t.erase(__x); } in _STLP_CREATE_ITERATOR_TRAITS()
|
D | _hash_map.h | 53 typedef _Key key_type; in _STLP_CREATE_HASH_ITERATOR_TRAITS() typedef 56 typedef pair<_STLP_CONST key_type, data_type> value_type; in _STLP_CREATE_HASH_ITERATOR_TRAITS() 62 typedef hashtable<value_type, key_type, _HashFcn, _HashMapTraits, in _STLP_CREATE_HASH_ITERATOR_TRAITS() 86 _STLP_KEY_TYPE_FOR_CONT_EXT(key_type) in _STLP_CREATE_HASH_ITERATOR_TRAITS() 244 typedef _Key key_type; in _STLP_CREATE_HASH_ITERATOR_TRAITS() typedef 247 typedef pair<_STLP_CONST key_type, data_type> value_type; in _STLP_CREATE_HASH_ITERATOR_TRAITS() 253 typedef hashtable<value_type, key_type, _HashFcn, _HashMultimapTraits, in _STLP_CREATE_HASH_ITERATOR_TRAITS() 277 _STLP_KEY_TYPE_FOR_CONT_EXT(key_type) in _STLP_CREATE_HASH_ITERATOR_TRAITS()
|
/external/bluetooth/bluedroid/stack/smp/ |
D | smp_act.c | 57 static void smp_update_key_mask (tSMP_CB *p_cb, UINT8 key_type, BOOLEAN recv) in smp_update_key_mask() argument 64 p_cb->loc_i_key &= ~key_type; in smp_update_key_mask() 66 p_cb->loc_r_key &= ~key_type; in smp_update_key_mask() 71 p_cb->loc_r_key &= ~key_type; in smp_update_key_mask() 73 p_cb->loc_i_key &= ~key_type; in smp_update_key_mask() 562 UINT8 key_type = p_data->key.key_type; in smp_proc_sl_key() local 565 if (key_type == SMP_KEY_TYPE_TK) in smp_proc_sl_key() 569 else if (key_type == SMP_KEY_TYPE_CFM) in smp_proc_sl_key() 810 key.key_type = SMP_KEY_TYPE_TK; in smp_decide_asso_model()
|
/external/chromium/chrome/browser/policy/ |
D | configuration_policy_provider_delegate_win.cc | 19 DWORD key_type = 0; in ReadRegistryStringValue() local 22 if (key->ReadValue(name.c_str(), 0, &value_size, &key_type) != ERROR_SUCCESS) in ReadRegistryStringValue() 24 if (key_type != REG_SZ) in ReadRegistryStringValue()
|
/external/openssh/ |
D | auth2-pubkey.c | 325 file, linenum, key_type(found), fp); in user_key_allowed2() 352 key_type(found), fp, file); in user_key_allowed2() 367 key_type(found), fp); in user_key_allowed2() 397 key_type(key->cert->signature_key), ca_fp, in user_cert_trusted_ca() 423 key->cert->key_id, key_type(key->cert->signature_key), ca_fp, in user_cert_trusted_ca()
|
/external/bluetooth/bluedroid/bta/dm/ |
D | bta_dm_api.c | 699 UINT8 key_type, tBTA_IO_CAP io_cap) in BTA_DmAddDevice() argument 717 p_msg->key_type = key_type; in BTA_DmAddDevice() 781 BOOLEAN is_trusted, UINT8 key_type, tBTA_IO_CAP io_cap) in BTA_DmAddDevWithName() argument 798 p_msg->key_type = key_type; in BTA_DmAddDevWithName() 1245 void BTA_DmAddBleKey (BD_ADDR bd_addr, tBTA_LE_KEY_VALUE *p_le_key, tBTA_LE_KEY_TYPE key_type) in BTA_DmAddBleKey() argument 1256 p_msg->key_type = key_type; in BTA_DmAddBleKey()
|
/external/llvm/unittests/ADT/ |
D | DenseMapTest.cpp | 83 static typename T::key_type *const dummy_key_ptr; 86 typename T::key_type getKey(int i = 0) { in getKey() 95 typename T::key_type *const DenseMapTest<T>::dummy_key_ptr = 0; 260 std::map<typename TypeParam::key_type, unsigned> visitedIndex; in TYPED_TEST()
|
/external/stlport/stlport/stl/pointers/ |
D | _set.h | 75 typedef _Key key_type; 83 typedef _STLP_PRIV _Rb_tree<key_type, key_compare, 114 _STLP_KEY_TYPE_FOR_CONT_EXT(key_type) 255 size_type erase(const key_type& __x) 323 typedef _Key key_type; 331 typedef _STLP_PRIV _Rb_tree<key_type, key_compare, 361 _STLP_KEY_TYPE_FOR_CONT_EXT(key_type) 509 size_type erase(const key_type& __x)
|
/external/bluetooth/bluedroid/stack/gatt/ |
D | gatt_auth.c | 245 UINT8 key_type; in gatt_determine_sec_act() local 295 btm_ble_get_enc_key_type(p_tcb->peer_bda, &key_type); in gatt_determine_sec_act() 297 if ( (key_type & BTM_LE_KEY_LCSRK) && in gatt_determine_sec_act()
|
/external/chromium/crypto/ |
D | symmetric_key_mac.cc | 89 CSSM_KEY_TYPE key_type = CheckKeyParams(algorithm, key_size_in_bits); in DeriveKeyFromPassword() local 99 key_type, key_size_in_bits, in DeriveKeyFromPassword()
|