Searched defs:key_type (Results 51 - 75 of 93) sorted by relevance

1234

/external/llvm/include/llvm/ADT/
H A DStringMap.h256 typedef const char* key_type; typedef in class:llvm::StringMap
H A DDenseMap.h47 typedef KeyT key_type; typedef in class:llvm::DenseMapBase
/external/llvm/include/llvm/IR/
H A DValueMap.h87 typedef KeyT key_type; typedef in class:llvm::ValueMap
/external/stlport/stlport/stl/
H A D_hashtable.h233 typedef _Key key_type; typedef in class:hashtable
280 _STLP_KEY_TYPE_FOR_CONT_EXT(key_type)
282 static const key_type& _M_get_key(const value_type& __val) {
565 size_type erase(const key_type& __key);
H A D_tree.h301 typedef _Key key_type; typedef in class:_Rb_tree
314 _STLP_KEY_TYPE_FOR_CONT_EXT(key_type)
502 size_type erase(const key_type& __x) {
509 size_type erase_unique(const key_type& __x) {
526 void erase(const key_type* __first, const key_type* __last) {
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dcrypto_libtomcrypt.c549 static int crypto_rsa_encrypt_pkcs1(int block_type, rsa_key *key, int key_type, argument
563 res = rsa_exptmod(out, modlen, out, &len, key_type, key);
/external/wpa_supplicant_8/src/crypto/
H A Dcrypto_libtomcrypt.c549 static int crypto_rsa_encrypt_pkcs1(int block_type, rsa_key *key, int key_type, argument
563 res = rsa_exptmod(out, modlen, out, &len, key_type, key);
/external/wpa_supplicant_8/wpa_supplicant/
H A Dibss_rsn.c181 int protection_type, int key_type)
184 "key_type=%d)",
185 __func__, MAC2STR(addr), protection_type, key_type);
180 supp_mlme_setprotection(void *ctx, const u8 *addr, int protection_type, int key_type) argument
H A Dwpas_glue.c494 int key_type)
497 key_type);
492 wpa_supplicant_mlme_setprotection(void *wpa_s, const u8 *addr, int protection_type, int key_type) argument
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dcrypto_libtomcrypt.c549 static int crypto_rsa_encrypt_pkcs1(int block_type, rsa_key *key, int key_type, argument
563 res = rsa_exptmod(out, modlen, out, &len, key_type, key);
/external/bluetooth/bluedroid/stack/btu/
H A Dbtu_hcif.c1906 UINT8 key_type; local
1910 STREAM_TO_UINT8 (key_type, p);
1912 btm_sec_link_key_notification (bda, key, key_type);
/external/bluetooth/bluedroid/stack/smp/
H A Dsmp_int.h133 UINT8 key_type; member in struct:__anon1718
/external/chromium_org/chromeos/dbus/
H A Dfake_cryptohome_client.cc369 attestation::AttestationKeyType key_type,
377 attestation::AttestationKeyType key_type,
386 attestation::AttestationKeyType key_type,
396 attestation::AttestationKeyType key_type,
406 attestation::AttestationKeyType key_type,
414 attestation::AttestationKeyType key_type,
426 attestation::AttestationKeyType key_type,
435 attestation::AttestationKeyType key_type,
445 attestation::AttestationKeyType key_type,
455 attestation::AttestationKeyType key_type,
367 AsyncTpmAttestationFinishCertRequest( const std::string& pca_response, attestation::AttestationKeyType key_type, const std::string& user_id, const std::string& key_name, const AsyncMethodCallback& callback) argument
376 TpmAttestationDoesKeyExist( attestation::AttestationKeyType key_type, const std::string& user_id, const std::string& key_name, const BoolDBusMethodCallback& callback) argument
385 TpmAttestationGetCertificate( attestation::AttestationKeyType key_type, const std::string& user_id, const std::string& key_name, const DataMethodCallback& callback) argument
395 TpmAttestationGetPublicKey( attestation::AttestationKeyType key_type, const std::string& user_id, const std::string& key_name, const DataMethodCallback& callback) argument
405 TpmAttestationRegisterKey( attestation::AttestationKeyType key_type, const std::string& user_id, const std::string& key_name, const AsyncMethodCallback& callback) argument
413 TpmAttestationSignEnterpriseChallenge( attestation::AttestationKeyType key_type, const std::string& user_id, const std::string& key_name, const std::string& domain, const std::string& device_id, attestation::AttestationChallengeOptions options, const std::string& challenge, const AsyncMethodCallback& callback) argument
425 TpmAttestationSignSimpleChallenge( attestation::AttestationKeyType key_type, const std::string& user_id, const std::string& key_name, const std::string& challenge, const AsyncMethodCallback& callback) argument
434 TpmAttestationGetKeyPayload( attestation::AttestationKeyType key_type, const std::string& user_id, const std::string& key_name, const DataMethodCallback& callback) argument
444 TpmAttestationSetKeyPayload( attestation::AttestationKeyType key_type, const std::string& user_id, const std::string& key_name, const std::string& payload, const BoolDBusMethodCallback& callback) argument
454 TpmAttestationDeleteKeys( attestation::AttestationKeyType key_type, const std::string& user_id, const std::string& key_prefix, const BoolDBusMethodCallback& callback) argument
[all...]
/external/chromium_org/net/cert/
H A Dcert_verify_proc_unittest.cc336 static bool IsWeakKeyType(const std::string& key_type) { argument
337 size_t pos = key_type.find("-");
338 std::string size = key_type.substr(0, pos);
339 std::string type = key_type.substr(pos + 1);
/external/clang/lib/Frontend/
H A DCacheTokens.cpp114 typedef PTHEntryKeyVariant key_type; typedef in class:__anon17910::FileEntryPTHEntryInfo
115 typedef key_type key_type_ref;
600 typedef PTHIdKey* key_type; typedef in class:__anon17915::PTHIdentifierTableTrait
601 typedef key_type key_type_ref;
/external/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp649 typedef StringRef key_type; typedef in class:__anon18145::IdentifierIndexWriterTrait
/external/kernel-headers/original/uapi/linux/
H A Domapfb.h170 __u8 key_type; member in struct:omapfb_color_key
/external/wpa_supplicant_8/hostapd/src/rsn_supp/
H A Dwpa_i.h216 int protect_type, int key_type)
220 key_type);
215 wpa_sm_mlme_setprotection(struct wpa_sm *sm, const u8 *addr, int protect_type, int key_type) argument
/external/wpa_supplicant_8/src/rsn_supp/
H A Dwpa_i.h216 int protect_type, int key_type)
220 key_type);
215 wpa_sm_mlme_setprotection(struct wpa_sm *sm, const u8 *addr, int protect_type, int key_type) argument
/external/wpa_supplicant_8/wpa_supplicant/src/rsn_supp/
H A Dwpa_i.h216 int protect_type, int key_type)
220 key_type);
215 wpa_sm_mlme_setprotection(struct wpa_sm *sm, const u8 *addr, int protect_type, int key_type) argument
/external/bluetooth/bluedroid/bta/dm/
H A Dbta_dm_api.c717 UINT8 key_type, tBTA_IO_CAP io_cap)
735 p_msg->key_type = key_type;
799 BOOLEAN is_trusted, UINT8 key_type, tBTA_IO_CAP io_cap)
816 p_msg->key_type = key_type;
1274 ** key_type - LE SMP key type.
1279 void BTA_DmAddBleKey (BD_ADDR bd_addr, tBTA_LE_KEY_VALUE *p_le_key, tBTA_LE_KEY_TYPE key_type) argument
1290 p_msg->key_type = key_type;
715 BTA_DmAddDevice(BD_ADDR bd_addr, DEV_CLASS dev_class, LINK_KEY link_key, tBTA_SERVICE_MASK trusted_mask, BOOLEAN is_trusted, UINT8 key_type, tBTA_IO_CAP io_cap) argument
796 BTA_DmAddDevWithName(BD_ADDR bd_addr, DEV_CLASS dev_class, BD_NAME bd_name, UINT8 *features, LINK_KEY link_key, tBTA_SERVICE_MASK trusted_mask, BOOLEAN is_trusted, UINT8 key_type, tBTA_IO_CAP io_cap) argument
[all...]
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_config_util.cpp882 int key_type = bz2bd_linkkeytype(atoi(value)); local
893 btif_config_set_int("Remote", addr, "LinkKeyType", key_type);
H A Dbtif_storage.c782 uint8_t key_type,
787 int ret = btif_config_set_int("Remote", bdstr, "LinkKeyType", (int)key_type);
965 UINT8 key_type,
971 switch(key_type)
1007 UINT8 key_type,
1015 switch(key_type)
1081 uint8_t key_type,
1085 switch(key_type)
1117 bt_status_t btif_storage_get_ble_local_key(UINT8 key_type, argument
1123 switch(key_type)
780 btif_storage_add_bonded_device(bt_bdaddr_t *remote_bd_addr, LINK_KEY link_key, uint8_t key_type, uint8_t pin_length) argument
963 btif_storage_add_ble_bonding_key(bt_bdaddr_t *remote_bd_addr, char *key, UINT8 key_type, UINT8 key_length) argument
1006 btif_storage_get_ble_bonding_key(bt_bdaddr_t *remote_bd_addr, UINT8 key_type, char *key_value, int key_length) argument
1080 btif_storage_add_ble_local_key(char *key, uint8_t key_type, uint8_t key_length) argument
[all...]
/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_ble.c153 ** key_type - LE SMP key type.
158 BOOLEAN BTM_SecAddBleKey (BD_ADDR bd_addr, tBTM_LE_KEY_VALUE *p_le_key, tBTM_LE_KEY_TYPE key_type) argument
165 (key_type != BTM_LE_KEY_PENC && key_type != BTM_LE_KEY_PID &&
166 key_type != BTM_LE_KEY_PCSRK && key_type != BTM_LE_KEY_LENC &&
167 key_type != BTM_LE_KEY_LCSRK))
172 (bd_addr[4]<<8)+bd_addr[5], key_type);
178 (bd_addr[4]<<8)+bd_addr[5], key_type);
180 if (key_type
205 BTM_BleLoadLocalKeys(UINT8 key_type, tBTM_BLE_LOCAL_KEYS *p_key) argument
876 btm_sec_save_le_key(BD_ADDR bd_addr, tBTM_LE_KEY_TYPE key_type, tBTM_LE_KEY_VALUE *p_keys, BOOLEAN pass_to_application) argument
2016 btm_notify_new_key(UINT8 key_type) argument
[all...]
H A Dbtm_sec.c4787 void btm_sec_link_key_notification (UINT8 *p_bda, UINT8 *p_link_key, UINT8 key_type) argument
4794 key_type);
4802 if (key_type != BTM_LKEY_TYPE_CHANGED_COMB)
4803 p_dev_rec->link_key_type = key_type;
4827 (p_bda[0]<<24) + (p_bda[1]<<16) + (p_bda[2]<<8) + p_bda[3], (p_bda[4] << 8) + p_bda[5], key_type);
6000 p_dev_rec->ble.key_type = 0;
6024 ((p_dev_rec->ble.key_type && (p_dev_rec->sec_flags & BTM_SEC_LE_LINK_KEY_KNOWN))||
6083 if (p_dev_rec->ble.key_type || (p_dev_rec->sec_flags & BTM_SEC_LINK_KEY_KNOWN))

Completed in 4335 milliseconds

1234