Home
last modified time | relevance | path

Searched defs:root_key (Results 1 – 9 of 9) sorted by relevance

/external/openscreen/cast/receiver/channel/
Dstatic_credentials.cc33 EVP_PKEY* root_key, in GenerateCredentials()
123 bssl::UniquePtr<EVP_PKEY> root_key = GenerateRsaKeyPair(); in GeneratePrivateKey() local
128 bssl::UniquePtr<X509> GenerateRootCert(const EVP_PKEY& root_key) { in GenerateRootCert()
152 bssl::UniquePtr<EVP_PKEY> root_key = GeneratePrivateKey(); in GenerateDeveloperCredentialsToFile() local
175 bssl::UniquePtr<EVP_PKEY> root_key = GeneratePrivateKey(); in GenerateCredentialsForTesting() local
195 bssl::UniquePtr<EVP_PKEY> root_key = in GenerateCredentials() local
/external/python/cpython2/Lib/test/
Dtest_winreg.py81 def _write_test_data(self, root_key, CreateKey=CreateKey): argument
121 def _read_test_data(self, root_key, OpenKey=OpenKey): argument
161 def _delete_test_data(self, root_key): argument
191 def _test_all(self, root_key): argument
/external/python/cpython3/Lib/test/
Dtest_winreg.py75 def _write_test_data(self, root_key, subkeystr="sub_key", argument
117 def _read_test_data(self, root_key, subkeystr="sub_key", OpenKey=OpenKey): argument
157 def _delete_test_data(self, root_key, subkeystr="sub_key"): argument
187 def _test_all(self, root_key, subkeystr="sub_key"): argument
/external/vboot_reference/firmware/lib20/
Dmisc.c25 struct vb2_public_key root_key; in vb2_load_fw_keyblock() local
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/credentials/alts/
Dcheck_gcp_environment_windows.cc39 bool check_windows_registry_product_name(HKEY root_key, in check_windows_registry_product_name()
/external/vboot_reference/firmware/lib21/
Dmisc.c73 struct vb2_public_key root_key; in vb2_load_fw_keyblock() local
/external/vboot_reference/firmware/lib/
Dvboot_firmware.c47 VbPublicKey *root_key = NULL; in LoadFirmware() local
/external/vboot_reference/tests/
Dvboot_firmware_tests.c42 VbPublicKey *root_key; in ResetMocks() local
/external/python/pyopenssl/tests/
Dtest_crypto.py3499 root_key = load_privatekey(FILETYPE_PEM, root_key_pem) variable in TestCRL