| /tools/security/remote_provisioning/hwtrust/src/cbor/ | 
| D | publickey.rs | 56                 let key = self.pkey().ec_key().unwrap();  in to_cose_key()  localVariable127     let key = EcKey::from_public_key_affine_coordinates(&group, &x, &y)  in pkey_from_ec_coords()  localVariable
 212         let key = PrivateKey::from_pem(ED25519_KEY_PEM[0]);  in sign_and_verify_okp()  localVariable
 219         let key = PrivateKey::from_pem(P256_KEY_PEM[0]);  in sign_and_verify_ec2()  localVariable
 226         let key = PrivateKey::from_pem(ED25519_KEY_PEM[0]);  in verify_cose_sign1()  localVariable
 237         let key = PrivateKey::from_pem(ED25519_KEY_PEM[0]);  in verify_cose_sign1_fails_with_wrong_algorithm()  localVariable
 248         let key = PrivateKey::from_pem(ED25519_KEY_PEM[0]);  in verify_cose_sign1_with_non_crit_header()  localVariable
 264         let key = PrivateKey::from_pem(ED25519_KEY_PEM[0]);  in verify_cose_sign1_fails_with_crit_header()  localVariable
 280         let key = PrivateKey::from_pem(ED25519_KEY_PEM[0]).public_key();  in to_and_from_okp_cose_key()  localVariable
 288         let key = PrivateKey::from_pem(P256_KEY_PEM[0]).public_key();  in to_and_from_ec2_cose_key()  localVariable
 [all …]
 
 | 
| /tools/test/connectivity/acts_tests/acts_contrib/test_utils/net/ | 
| D | connectivity_test_utils.py | 20 def _listen_for_keepalive_event(ad, key, msg, ka_event):  argument73 def socket_keepalive_error(ad, key):  argument
 84 def socket_keepalive_data_received(ad, key):  argument
 95 def stop_socket_keepalive(ad, key):  argument
 
 | 
| /tools/netsim/src/util/ | 
| D | ini_file.cc | 46     auto key = stringutils::Trim(argv[0]);  in Read()  local82 void IniFile::Set(const std::string &key, std::string_view value) {  in Set()
 
 | 
| /tools/loganalysis/src/com/android/loganalysis/item/ | 
| D | DmesgItem.java | 53     public void addServiceInfoItem(String key, DmesgServiceInfoItem serviceInfoItem) {  in addServiceInfoItem()94     public void addModuleInfoItem(String key, DmesgModuleInfoItem moduleInfoItem) {  in addModuleInfoItem()
 
 | 
| /tools/apksig/src/main/java/com/android/apksig/internal/util/ | 
| D | DelegatingX509Certificate.java | 166     public void verify(PublicKey key) throws CertificateException, NoSuchAlgorithmException,  in verify()172     public void verify(PublicKey key, String sigProvider)  in verify()
 215     public void verify(PublicKey key, Provider sigProvider) throws CertificateException,  in verify()
 
 | 
| /tools/dexter/slicer/export/slicer/ | 
| D | hash_table.h | 132   auto key = hasher_.GetKey(value);  in Insert()  local147 T* HashTable<Key, T, Hash>::Partition::Lookup(const Key& key, uint32_t hash_value) const {  in Lookup()
 192 T* HashTable<Key, T, Hash>::Lookup(const Key& key) const {  in Lookup()
 
 | 
| /tools/test/connectivity/acts/framework/acts/controllers/relay_lib/ | 
| D | helpers.py | 24 def validate_key(key, dictionary, expected_type, source):  argument
 | 
| /tools/trebuchet/core/model/src/main/kotlin/trebuchet/model/fragments/ | 
| D | AsyncSlicesBuilder.kt | 36     private fun key(name: String, cookie: Int): String {  in key()  method
 | 
| D | ProcessModelFragment.kt | 69         other._threads.forEach { (key, value) ->  in <lambda>()  method75         other._counters.forEach { (key, value) ->  in <lambda>()  method
 
 | 
| /tools/netsim/rust/netsim-cxx/src/transport/ | 
| D | fd.rs | 75 fn key(kind: u32, facade_id: u32) -> String {  in key()  function81     let key = key(kind, facade_id);  in handle_response()  localVariable
 181                     let key = key(chip.kind as u32, result.get_facade_id());  in run_fd_transport()  localVariable
 
 | 
| /tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zfile/ | 
| D | ApkCreatorFactory.java | 58         private final PrivateKey key;  field in ApkCreatorFactory.CreationData128                 @Nullable PrivateKey key,  in CreationData()
 
 | 
| D | ZFiles.java | 95             @Nullable PrivateKey key,  in apk()
 | 
| /tools/loganalysis/src/com/android/loganalysis/parser/ | 
| D | MemInfoParser.java | 51                 String key = m.group(1);  in parse()  local
 | 
| D | MemoryHealthParser.java | 85                 String key = SECTION_MAPPINGS.get(m.group(1));  in parse()  local
 | 
| /tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/wifi_performance_test_utils/ | 
| D | ping_utils.py | 100     def __getitem__(self, key):  argument116     def __getitem__(self, key):  argument
 
 | 
| /tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/ | 
| D | tel_settings_utils.py | 264 def verify_mcc_mnc_value(ad, current_value, expected_value, key):  argument283 def wait_and_input_value(ad, key, value):  argument
 
 | 
| /tools/carrier_settings/java/ | 
| D | CarrierConfigConverterV2.java | 570         (key, value) -> {  in toCarrierConfigBuilder()  argument637       String key = eElement.getAttribute("name");  in parseCarrierConfigToMap()  local
 650       String key = eElement.getAttribute("name");  in parseCarrierConfigToMap()  local
 663       String key = eElement.getAttribute("name");  in parseCarrierConfigToMap()  local
 676       String key = eElement.getAttribute("name");  in parseCarrierConfigToMap()  local
 689       String key = eElement.getAttribute("name");  in parseCarrierConfigToMap()  local
 705       String key = eElement.getAttribute("name");  in parseCarrierConfigToMap()  local
 729       String key = eElement.getAttribute("name");  in parseCarrierConfigToMap()  local
 753       String key = eElement.getAttribute("name");  in parseCarrierConfigToMap()  local
 
 | 
| /tools/security/remote_provisioning/hwtrust/src/dice/ | 
| D | chain.rs | 198         let key = P256_KEY_PEM[0];  in chain_validate_fails_when_root_key_repeated()  localVariable255         let key = PrivateKey::from_pem(ED25519_KEY_PEM[0]).public_key();  in degenerate_chain_valid()  localVariable
 261         let key = PrivateKey::from_pem(ED25519_KEY_PEM[0]).public_key();  in degenerate_chain_empty_issuer()  localVariable
 268         let key = PrivateKey::from_pem(ED25519_KEY_PEM[0]).public_key();  in degenerate_chain_empty_subject()  localVariable
 
 | 
| /tools/asuite/atest/tf_proto/ | 
| D | configuration_description.proto | 27   string key = 1;  field
 | 
| /tools/test/openhst/ | 
| D | stress_test_common.py | 84   def TakeOnlyLatestFromRepeatedField(message, field, key):  argument
 | 
| /tools/test/connectivity/acts/framework/acts/metrics/loggers/protos/ | 
| D | metrics.proto | 30   optional string key = 1;  field
 | 
| /tools/security/remote_provisioning/hwtrust/cxxbridge/ | 
| D | hwtrust.cpp | 41     auto key = rust::GetDiceChainPublicKey(*chain_->chain, i);  in CosePublicKeys()  local
 | 
| /tools/asuite/atest/ | 
| D | test_runner_handler.py | 85     key = lambda x: x.test_runner  function
 | 
| /tools/test/connectivity/acts_tests/tests/google/gnss/ | 
| D | GnssBroadcomConfigurationTest.py | 48     def _get_setting_value(self, key):  argument61     def _adjust_log_enable_setting(self, key, enable):  argument
 153     def _adjust_lhe_setting(self, key, enable):  argument
 
 | 
| /tools/security/remote_provisioning/hwtrust/src/ | 
| D | publickey.rs | 108         let key: PublicKey = pkey.clone().try_into().unwrap();  in from_ed25519_pkey()  localVariable115         let key: PublicKey = pkey.clone().try_into().unwrap();  in from_p256_pkey()  localVariable
 122         let key: PublicKey = pkey.clone().try_into().unwrap();  in from_p384_pkey()  localVariable
 
 |