Home
last modified time | relevance | path

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

12

/aosp_15_r20/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
/aosp_15_r20/system/core/fs_mgr/libfs_avb/tests/
H A Dfs_avb_test_util.cpp73 const base::FilePath& key_path, in GenerateVBMetaImage()
162 const base::FilePath& key_path, const std::string& salt, in AddAvbFooter()
247 base::FilePath BaseFsAvbTest::ExtractPublicKeyAvb(const base::FilePath& key_path) { in ExtractPublicKeyAvb()
257 std::string BaseFsAvbTest::ExtractPublicKeyAvbBlob(const base::FilePath& key_path) { in ExtractPublicKeyAvbBlob()
/aosp_15_r20/external/cronet/base/test/
H A 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()
H A Dtest_reg_util_win.cc82 const std::wstring& key_path) in ScopedRegistryKeyOverride()
124 std::wstring key_path = GenerateTempKeyPath(test_key_root_, timestamp_); in OverrideRegistry() local
/aosp_15_r20/trusty/user/base/app/apploader/package_tool/
Dapploader_package_tool.cpp255 const char* key_path, in sign_package()
289 static void verify_package(const char* input_path, const char* key_path) { in verify_package()
657 const char* key_path, in encrypt_package()
704 const char* key_path) { in decrypt_package()
/aosp_15_r20/external/avb/
H A 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
/aosp_15_r20/external/avb/test/
H A Davb_unittest_util.cc96 const std::string& key_path, in GenerateVBMetaImage()
156 std::string BaseAvbToolTest::PublicKeyAVB(const std::string& key_path) { in PublicKeyAVB()
/aosp_15_r20/external/autotest/client/cros/faft/utils/
H A Dkernel_handler.py121 key_path=None): argument
198 def resign_kernel(self, section, key_path=None): argument
/aosp_15_r20/build/make/tools/releasetools/
H A Dverity_utils.py144 key_path, algorithm, salt, signing_args): argument
289 key_path, algorithm, signing_args): argument
/aosp_15_r20/external/autotest/client/cros/
H A Dhttpd.py249 def __init__(self, server_address, HandlerClass, cert_path, key_path): argument
282 key_path='/etc/mock_server.key', argument
/aosp_15_r20/external/cronet/build/android/gyp/
H A Dwrite_build_config.py677 def GetObjectByPath(obj, key_path): argument
683 def RemoveObjDups(obj, base, *key_path):
H A Dfinalize_apk.py20 key_path, argument
/aosp_15_r20/external/angle/build/android/gyp/
H A Dwrite_build_config.py685 def GetObjectByPath(obj, key_path): argument
691 def RemoveObjDups(obj, base, *key_path):
H A Dfinalize_apk.py20 key_path, argument
/aosp_15_r20/system/apex/apexd/
H A Dapex_file_test.cpp154 const std::string key_path = in TEST_P() local
223 const std::string key_path = in TEST() local
/aosp_15_r20/external/python/google-auth-library-python/google/auth/transport/
Dmtls.py63 def default_client_encrypted_cert_source(cert_path, key_path): argument
/aosp_15_r20/device/google/cuttlefish/host/libs/avb/
Davb.h40 std::string key_path; member
/aosp_15_r20/device/google/cuttlefish/host/commands/assemble_cvd/
Dmisc_info.h33 std::string key_path; member
/aosp_15_r20/system/extras/verity/
H A Dverity_verifier.cpp51 static int verify_table(const char* key_path, const uint8_t* signature, size_t signature_size, in verify_table()
H A Dbuild_verity_metadata.py49 def sign_verity_table(table, signer_path, key_path, signer_args=None): argument
/aosp_15_r20/external/scapy/scapy/layers/tls/
H A Dcert.py183 def __call__(cls, key_path=None): argument
343 def __call__(cls, key_path=None): argument
/aosp_15_r20/external/rust/android-crates-io/crates/toml_edit/src/parser/
Dkey.rs21 let mut key_path = trace( in key() localVariable
/aosp_15_r20/external/autotest/site_utils/stable_images/
H A Dbuild_data.py130 def _get_by_key_path(dictdict, key_path): argument
/aosp_15_r20/system/vold/
H A DFsCrypt.cpp513 auto key_path = de_dir + "/" + entry->d_name; in load_all_de_keys() local
761 auto key_path = volkey_path(misc_path, volume_uuid); in read_or_create_volkey() local
/aosp_15_r20/system/apex/tests/testdata/sharedlibs/build/
H A Dshared_libs_repack.py173 def run_apexer(container_files, payload_dir, key_path, pubkey_path, tmpdir): argument

12