Home
last modified time | relevance | path

Searched refs:key_path (Results 1 – 3 of 3) sorted by relevance

/test/vts-testcase/security/avb/
Dgsi_validation_utils.cpp81 const auto key_path = exec_dir + "/" + key_name; in ValidatePublicKeyBlob() local
83 if (android::base::ReadFileToString(key_path, &allowed_key_blob)) { in ValidatePublicKeyBlob()
85 GTEST_LOG_(INFO) << "Found matching GSI key: " << key_path; in ValidatePublicKeyBlob()
/test/vts/utils/python/gcs/
Dgcs_api_utils.py41 def __init__(self, key_path, bucket_name): argument
42 self._key_path = key_path
44 os.environ[_GOOGLE_CRED_ENV_VAR] = key_path
Dgcs_api_utils_test.py60 def simple__init__(key_path, bucket_name): argument