/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
|
/external/python/cryptography/tests/hazmat/primitives/ |
D | test_serialization.py | 60 def _skip_fips_format(key_path, password, backend): argument 79 def test_load_der_rsa_private_key(self, key_path, password, backend): argument 107 def test_load_pem_rsa_private_key(self, key_path, password, backend): argument 132 def test_load_der_rsa_private_key(self, key_path, password, backend): argument 154 def test_load_der_dsa_private_key(self, key_path, password, backend): argument 170 def test_password_not_bytes(self, key_path, backend): argument 191 def test_load_der_ec_private_key(self, key_path, password, backend): argument 210 def test_wrong_password(self, key_path, backend): argument 227 def test_unused_password(self, key_path, backend): argument 247 def test_missing_password(self, key_path, password, backend): argument [all …]
|
D | test_dh.py | 521 self, key_path, loader_func, encoding, is_dhx, backend argument 566 self, key_path, loader_func, vec_path, is_dhx, backend argument 693 self, key_path, loader_func, encoding, is_dhx, backend argument 736 self, key_path, loader_func, vec_path, is_dhx, backend argument
|
D | test_dsa.py | 830 self, backend, key_path, encoding, loader_func argument 932 self, key_path, loader_func, encoding, backend argument
|
D | test_ec.py | 817 self, backend, key_path, encoding, loader_func argument 946 self, key_path, loader_func, encoding, backend argument
|
/external/cronet/base/test/ |
D | test_reg_util_win_unittest.cc | 43 void AssertKeyExists(const std::wstring& key_path) { in AssertKeyExists() 50 void AssertKeyAbsent(const std::wstring& key_path) { in AssertKeyAbsent() 57 void CreateKey(const std::wstring& key_path) { in CreateKey()
|
D | test_reg_util_win.cc | 73 const std::wstring& key_path) in ScopedRegistryKeyOverride() 103 std::wstring key_path = GenerateTempKeyPath(test_key_root_, timestamp_); in OverrideRegistry() local
|
/external/avb/test/ |
D | avb_unittest_util.cc | 96 const base::FilePath& key_path, in GenerateVBMetaImage() 155 std::string BaseAvbToolTest::PublicKeyAVB(const base::FilePath& key_path) { in PublicKeyAVB()
|
/external/python/google-auth-library-python/google/auth/transport/ |
D | mtls.py | 63 def default_client_encrypted_cert_source(cert_path, key_path): argument
|
/external/angle/build/android/gyp/ |
D | finalize_apk.py | 20 key_path, argument
|
D | write_build_config.py | 677 def GetObjectByPath(obj, key_path): argument 683 def RemoveObjDups(obj, base, *key_path):
|
/external/cronet/build/android/gyp/ |
D | finalize_apk.py | 20 key_path, argument
|
D | write_build_config.py | 683 def GetObjectByPath(obj, key_path): argument 689 def RemoveObjDups(obj, base, *key_path):
|
/external/autotest/client/cros/faft/utils/ |
D | kernel_handler.py | 121 key_path=None): argument 198 def resign_kernel(self, section, key_path=None): argument
|
/external/autotest/site_utils/stable_images/ |
D | build_data.py | 130 def _get_by_key_path(dictdict, key_path): argument
|
/external/autotest/client/cros/ |
D | httpd.py | 249 def __init__(self, server_address, HandlerClass, cert_path, key_path): argument 282 key_path='/etc/mock_server.key', argument
|
/external/avb/ |
D | avbtool.py | 350 def __init__(self, key_path): argument 2494 def verify_image(self, image_filename, key_path, expected_chain_partitions, argument 2912 key_path, public_key_metadata_path, rollback_index, argument 2989 def _generate_vbmeta_blob(self, algorithm_name, key_path, argument 3242 def extract_public_key(self, key_path, output): argument 3339 key_path, argument 3554 key_path, argument
|
/external/python/cryptography/tests/hazmat/backends/ |
D | test_openssl.py | 655 self, key_path, loader_func, backend argument 676 def test_public_load_dhx_unsupported(self, key_path, loader_func, backend): argument
|
/external/cronet/net/test/ |
D | cert_test_util_nss.cc | 70 base::FilePath key_path = dir.AppendASCII(key_filename); in ImportSensitiveKeyFromFile() local
|
/external/cronet/net/quic/crypto/ |
D | proof_source_chromium.cc | 24 const base::FilePath& key_path, in Initialize()
|
/external/libwebsockets/test-apps/ |
D | test-server.c | 420 char key_path[1024] = ""; in main() local
|
D | test-client.c | 604 char key_path[1024] = ""; in main() local
|
/external/libwebsockets/lib/tls/ |
D | private-network.h | 58 char *key_path; member
|
/external/scapy/scapy/layers/tls/ |
D | cert.py | 183 def __call__(cls, key_path=None): argument 343 def __call__(cls, key_path=None): argument
|
/external/cronet/base/win/ |
D | registry_unittest.cc | 247 std::wstring key_path = this->root_key(); in TYPED_TEST() local
|