/aosp_15_r20/external/python/python-api-core/google/api_core/ |
D | rest_helpers.py | 57 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 D | fs_avb_test_util.cpp | 73 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 D | test_reg_util_win_unittest.cc | 44 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 D | test_reg_util_win.cc | 82 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/ |
D | apploader_package_tool.cpp | 255 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 D | avbtool.py | 361 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 D | avb_unittest_util.cc | 96 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 D | kernel_handler.py | 121 key_path=None): argument 198 def resign_kernel(self, section, key_path=None): argument
|
/aosp_15_r20/build/make/tools/releasetools/ |
H A D | verity_utils.py | 144 key_path, algorithm, salt, signing_args): argument 289 key_path, algorithm, signing_args): argument
|
/aosp_15_r20/external/autotest/client/cros/ |
H A D | httpd.py | 249 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 D | write_build_config.py | 677 def GetObjectByPath(obj, key_path): argument 683 def RemoveObjDups(obj, base, *key_path):
|
H A D | finalize_apk.py | 20 key_path, argument
|
/aosp_15_r20/external/angle/build/android/gyp/ |
H A D | write_build_config.py | 685 def GetObjectByPath(obj, key_path): argument 691 def RemoveObjDups(obj, base, *key_path):
|
H A D | finalize_apk.py | 20 key_path, argument
|
/aosp_15_r20/system/apex/apexd/ |
H A D | apex_file_test.cpp | 154 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/ |
D | mtls.py | 63 def default_client_encrypted_cert_source(cert_path, key_path): argument
|
/aosp_15_r20/device/google/cuttlefish/host/libs/avb/ |
D | avb.h | 40 std::string key_path; member
|
/aosp_15_r20/device/google/cuttlefish/host/commands/assemble_cvd/ |
D | misc_info.h | 33 std::string key_path; member
|
/aosp_15_r20/system/extras/verity/ |
H A D | verity_verifier.cpp | 51 static int verify_table(const char* key_path, const uint8_t* signature, size_t signature_size, in verify_table()
|
H A D | build_verity_metadata.py | 49 def sign_verity_table(table, signer_path, key_path, signer_args=None): argument
|
/aosp_15_r20/external/scapy/scapy/layers/tls/ |
H A D | cert.py | 183 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/ |
D | key.rs | 21 let mut key_path = trace( in key() localVariable
|
/aosp_15_r20/external/autotest/site_utils/stable_images/ |
H A D | build_data.py | 130 def _get_by_key_path(dictdict, key_path): argument
|
/aosp_15_r20/system/vold/ |
H A D | FsCrypt.cpp | 513 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 D | shared_libs_repack.py | 173 def run_apexer(container_files, payload_dir, key_path, pubkey_path, tmpdir): argument
|