Home
last modified time | relevance | path

Searched defs:credentials_path (Results 1 – 12 of 12) sorted by relevance

/external/tink/cc/integration/gcpkms/
Dgcp_kms_client.cc66 absl::string_view credentials_path) { in GetCredentials()
110 absl::string_view key_uri, absl::string_view credentials_path) { in New()
164 absl::string_view key_uri, absl::string_view credentials_path) { in RegisterNewClient()
/external/tink/cc/integration/awskms/
Daws_kms_client.cc134 absl::string_view credentials_path) { in GetAwsCredentials()
183 absl::string_view key_uri, absl::string_view credentials_path) { in New()
249 absl::string_view key_uri, absl::string_view credentials_path) { in RegisterNewClient()
/external/tink/cc/util/
Dfake_kms_client.cc67 absl::string_view key_uri, absl::string_view credentials_path) { in New()
117 absl::string_view credentials_path) { in RegisterNewClient()
/external/skia/tools/skp/page_sets/other/
Dskia_maybe_later_set.json4 "credentials_path": "data/credentials.json", string
DOLD-skia_galaxynexus_set.json4 "credentials_path": "data/credentials.json", string
DDOWN-skia_br337_desktop.json4 "credentials_path": "data/credentials.json", string
DLAYERS-skia_yahoonews_desktop.json4 "credentials_path": "data/credentials.json", string
Dskia_onlinewsj_nexus10.json4 "credentials_path": "data/credentials.json", string
DOLD-skia_desktop_set.json4 "credentials_path": "data/credentials.json", string
DOLD-skia_nexus10_set.json4 "credentials_path": "data/credentials.json", string
/external/tink/python/tink/testing/
Dfake_kms.py58 def register_client(key_uri=None, credentials_path=None) -> None: argument
/external/python/google-auth-library-python/system_tests/
Dnoxfile.py122 def copy_credentials(credentials_path): argument