Home
last modified time | relevance | path

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

/external/autotest/client/cros/faft/utils/
Dkernel_handler.py109 key_path=None): argument
140 if key_path and self.os_if.is_dir(key_path):
141 resign_key_path = key_path
186 def resign_kernel(self, section, key_path=None): argument
191 key_path)
/external/avb/test/
Davb_unittest_util.h74 const base::FilePath& key_path,
81 key_path.value() + " ";
132 std::string PublicKeyAVB(const base::FilePath& key_path) { in PublicKeyAVB() argument
137 key_path.value().c_str(), in PublicKeyAVB()
/external/autotest/site_utils/stable_images/
Dassign_stable_images.py384 def _get_by_key_path(dictdict, key_path): argument
400 for key in key_path:
422 key_path = ['board-metadata', board, 'main-firmware-version']
423 return _get_by_key_path(_read_gs_json_data(uri), key_path)
/external/autotest/client/cros/
Dhttpd.py216 def __init__(self, server_address, HandlerClass, cert_path, key_path): argument
222 keyfile=key_path)
249 key_path='/etc/mock_server.key', argument
257 key_path)
Dhttpd_unittest.py70 key_path=(creds_path+'.key'))
/external/autotest/client/common_lib/cros/
Darc.py45 key_path = os.path.join(_ADB_KEYS_PATH, 'test_key')
46 if not os.path.exists(key_path):
47 utils.system('adb keygen ' + pipes.quote(key_path))
48 os.environ[_ADB_VENDOR_KEYS] = key_path
/external/avb/
Davbtool388 def raw_sign(signing_helper, algorithm_name, key_path, raw_data_to_sign): argument
406 [signing_helper, algorithm_name, key_path],
412 ['openssl', 'rsautl', '-sign', '-inkey', key_path, '-raw'],
1928 key_path, public_key_metadata_path, rollback_index, argument
1959 algorithm_name, key_path, public_key_metadata_path, descriptors,
1969 def _generate_vbmeta_blob(self, algorithm_name, key_path, argument
2097 if not key_path:
2100 key = Crypto.PublicKey.RSA.importKey(open(key_path).read())
2169 binary_signature.extend(raw_sign(signing_helper, algorithm_name, key_path,
2181 def extract_public_key(self, key_path, output): argument
[all …]
/external/autotest/server/cros/
Dtradefed_test.py307 key_path = os.path.join(self.tmpdir, 'test_key')
308 pubkey_path = key_path + '.pub'
309 self._run('adb', verbose=True, args=('keygen', pipes.quote(key_path)))
313 os.environ['ADB_VENDOR_KEYS'] = key_path
/external/autotest/client/cros/faft/
Drpc_functions.py603 def _kernel_resign_with_keys(self, section, key_path=None): argument
605 self._kernel_handler.resign_kernel(section, key_path)