Home
last modified time | relevance | path

Searched defs:key_path (Results 1 – 25 of 26) sorted by relevance

12

/external/python/python-api-core/google/api_core/
Drest_helpers.py57 def _flatten(obj, key_path): argument
77 def _flatten_value(obj, key_path): argument
81 def _flatten_dict(obj, key_path): argument
86 def _flatten_list(elems, key_path): argument
/external/cronet/base/test/
Dtest_reg_util_win_unittest.cc44 void AssertKeyExists(const std::wstring& key_path) { in AssertKeyExists()
51 void AssertKeyAbsent(const std::wstring& key_path) { in AssertKeyAbsent()
58 void CreateKey(const std::wstring& key_path) { in CreateKey()
Dtest_reg_util_win.cc80 const std::wstring& key_path) in ScopedRegistryKeyOverride()
122 std::wstring key_path = GenerateTempKeyPath(test_key_root_, timestamp_); in OverrideRegistry() local
/external/avb/test/
Davb_unittest_util.cc96 const base::FilePath& key_path, in GenerateVBMetaImage()
155 std::string BaseAvbToolTest::PublicKeyAVB(const base::FilePath& key_path) { in PublicKeyAVB()
Davb_cert_validate_unittest.cc284 void SignUnlockCredentialChallenge(const char* key_path) { in SignUnlockCredentialChallenge()
/external/python/google-auth-library-python/google/auth/transport/
Dmtls.py63 def default_client_encrypted_cert_source(cert_path, key_path): argument
/external/angle/build/android/gyp/
Dfinalize_apk.py20 key_path, argument
Dwrite_build_config.py677 def GetObjectByPath(obj, key_path): argument
683 def RemoveObjDups(obj, base, *key_path):
/external/cronet/build/android/gyp/
Dfinalize_apk.py20 key_path, argument
Dwrite_build_config.py677 def GetObjectByPath(obj, key_path): argument
683 def RemoveObjDups(obj, base, *key_path):
/external/autotest/client/cros/faft/utils/
Dkernel_handler.py121 key_path=None): argument
198 def resign_kernel(self, section, key_path=None): argument
/external/rust/crates/toml_edit/src/parser/
Dkey.rs21 let mut key_path = trace( in key() localVariable
/external/autotest/site_utils/stable_images/
Dbuild_data.py130 def _get_by_key_path(dictdict, key_path): argument
/external/autotest/client/cros/
Dhttpd.py249 def __init__(self, server_address, HandlerClass, cert_path, key_path): argument
282 key_path='/etc/mock_server.key', argument
/external/avb/
Davbtool.py361 def __init__(self, key_path): argument
2510 def verify_image(self, image_filename, key_path, expected_chain_partitions, argument
2929 key_path, public_key_metadata_path, rollback_index, argument
3009 def _generate_vbmeta_blob(self, algorithm_name, key_path, argument
3271 def extract_public_key(self, key_path, output): argument
3369 algorithm_name, key_path, argument
3591 algorithm_name, key_path, argument
/external/cronet/net/quic/crypto/
Dproof_source_chromium.cc24 const base::FilePath& key_path, in Initialize()
/external/cronet/net/test/
Dcert_test_util_nss.cc108 base::FilePath key_path = dir.AppendASCII(key_filename); in ImportSensitiveKeyFromFile() local
/external/libwebsockets/test-apps/
Dtest-server.c420 char key_path[1024] = ""; in main() local
Dtest-client.c604 char key_path[1024] = ""; in main() local
/external/libwebsockets/lib/tls/
Dprivate-network.h58 char *key_path; member
/external/scapy/scapy/layers/tls/
Dcert.py183 def __call__(cls, key_path=None): argument
343 def __call__(cls, key_path=None): argument
/external/cronet/base/win/
Dregistry_unittest.cc254 std::wstring key_path = root_key(); in TEST_F() local
/external/grpc-grpc/test/cpp/end2end/xds/
Dxds_end2end_test_lib.cc825 const char* key_path, const char* cert_path) { in ReadTlsIdentityPair()
/external/cronet/net/socket/
Dssl_server_socket_unittest.cc481 base::FilePath key_path = certs_dir.AppendASCII(name); in ReadTestKey() local
/external/autotest/client/cros/faft/
Drpc_functions.py705 def resign_with_keys(self, section, key_path=None): argument

12