Home
last modified time | relevance | path

Searched defs:key (Results 1 – 25 of 73) sorted by relevance

123

/tools/security/remote_provisioning/hwtrust/src/cbor/
Dpublickey.rs56 let key = self.pkey().ec_key().unwrap(); in to_cose_key() localVariable
127 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/
Dconnectivity_test_utils.py20 def _listen_for_keepalive_event(ad, key, msg, ka_event): argument
73 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/
Dini_file.cc46 auto key = stringutils::Trim(argv[0]); in Read() local
82 void IniFile::Set(const std::string &key, std::string_view value) { in Set()
/tools/loganalysis/src/com/android/loganalysis/item/
DDmesgItem.java53 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/
DDelegatingX509Certificate.java166 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/
Dhash_table.h132 auto key = hasher_.GetKey(value); in Insert() local
147 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/
Dhelpers.py24 def validate_key(key, dictionary, expected_type, source): argument
/tools/trebuchet/core/model/src/main/kotlin/trebuchet/model/fragments/
DAsyncSlicesBuilder.kt36 private fun key(name: String, cookie: Int): String { in key() method
DProcessModelFragment.kt69 other._threads.forEach { (key, value) -> in <lambda>() method
75 other._counters.forEach { (key, value) -> in <lambda>() method
/tools/netsim/rust/netsim-cxx/src/transport/
Dfd.rs75 fn key(kind: u32, facade_id: u32) -> String { in key() function
81 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/
DApkCreatorFactory.java58 private final PrivateKey key; field in ApkCreatorFactory.CreationData
128 @Nullable PrivateKey key, in CreationData()
DZFiles.java95 @Nullable PrivateKey key, in apk()
/tools/loganalysis/src/com/android/loganalysis/parser/
DMemInfoParser.java51 String key = m.group(1); in parse() local
DMemoryHealthParser.java85 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/
Dping_utils.py100 def __getitem__(self, key): argument
116 def __getitem__(self, key): argument
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/
Dtel_settings_utils.py264 def verify_mcc_mnc_value(ad, current_value, expected_value, key): argument
283 def wait_and_input_value(ad, key, value): argument
/tools/carrier_settings/java/
DCarrierConfigConverterV2.java570 (key, value) -> { in toCarrierConfigBuilder() argument
637 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/
Dchain.rs198 let key = P256_KEY_PEM[0]; in chain_validate_fails_when_root_key_repeated() localVariable
255 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/
Dconfiguration_description.proto27 string key = 1; field
/tools/test/openhst/
Dstress_test_common.py84 def TakeOnlyLatestFromRepeatedField(message, field, key): argument
/tools/test/connectivity/acts/framework/acts/metrics/loggers/protos/
Dmetrics.proto30 optional string key = 1; field
/tools/security/remote_provisioning/hwtrust/cxxbridge/
Dhwtrust.cpp41 auto key = rust::GetDiceChainPublicKey(*chain_->chain, i); in CosePublicKeys() local
/tools/asuite/atest/
Dtest_runner_handler.py85 key = lambda x: x.test_runner function
/tools/test/connectivity/acts_tests/tests/google/gnss/
DGnssBroadcomConfigurationTest.py48 def _get_setting_value(self, key): argument
61 def _adjust_log_enable_setting(self, key, enable): argument
153 def _adjust_lhe_setting(self, key, enable): argument
/tools/security/remote_provisioning/hwtrust/src/
Dpublickey.rs108 let key: PublicKey = pkey.clone().try_into().unwrap(); in from_ed25519_pkey() localVariable
115 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

123