Home
last modified time | relevance | path

Searched refs:key_contents (Results 1 – 25 of 36) sorted by relevance

12

/dports/www/chromium-legacy/chromium-88.0.4324.182/extensions/common/
H A Dextension_fuzzer.cc13 std::string key_contents(reinterpret_cast<const char*>(data), size); in LLVMFuzzerTestOneInput()
15 Extension::ParsePEMKeyBytes(key_contents, &key_bytes); in LLVMFuzzerTestOneInput()
H A Dfile_util.cc344 std::string key_contents; in FindPrivateKeyFiles() local
345 if (!base::ReadFileToString(current, &key_contents)) { in FindPrivateKeyFiles()
350 if (!Extension::ParsePEMKeyBytes(key_contents, &key_bytes)) { in FindPrivateKeyFiles()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/extensions/common/
H A Dextension_fuzzer.cc13 std::string key_contents(reinterpret_cast<const char*>(data), size); in LLVMFuzzerTestOneInput()
15 Extension::ParsePEMKeyBytes(key_contents, &key_bytes); in LLVMFuzzerTestOneInput()
H A Dfile_util.cc344 std::string key_contents; in FindPrivateKeyFiles() local
345 if (!base::ReadFileToString(current, &key_contents)) { in FindPrivateKeyFiles()
350 if (!Extension::ParsePEMKeyBytes(key_contents, &key_bytes)) { in FindPrivateKeyFiles()
/dports/devel/py-distributed/distributed-2021.11.2/distributed/
H A Dsecurity.py113 key_contents = key.private_bytes(
141 tls_client_key=key_contents,
143 tls_scheduler_key=key_contents,
145 tls_worker_key=key_contents,
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/test/lib/ansible_test/_internal/
H A Dcore_ci.py523 self.key_contents = None
526 self.key_contents = read_text_file(self.key).strip()
571 key_contents = read_text_file(key)
572 key_contents = re.sub(r'(BEGIN|END) PRIVATE KEY', r'\1 RSA PRIVATE KEY', key_contents)
574 write_text_file(key, key_contents)
H A Dmanage_ci.py373 ssh_private_key=ssh_key.key_contents,
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/lib/crypto/crypto_tests/
H A Dvectors.c121 unsigned char key_contents[60]; in test_mit_des_s2k() local
126 key.contents = key_contents; in test_mit_des_s2k()
167 unsigned char key_contents[60]; in test_s2k() local
176 key.contents = key_contents; in test_s2k()
/dports/security/krb5/krb5-1.19.2/src/lib/crypto/crypto_tests/
H A Dvectors.c121 unsigned char key_contents[60]; in test_mit_des_s2k() local
126 key.contents = key_contents; in test_mit_des_s2k()
167 unsigned char key_contents[60]; in test_s2k() local
176 key.contents = key_contents; in test_s2k()
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbrpc/
H A DTLSConnection.actor.cpp276 policyInfo.key_contents = Standalone<StringRef>(key_data); in set_key_data()
370 pci->key_contents = key_var.get(); in reloadConfigurationOnChange()
384 …rc = verifypeers->set_key_data(pci->key_contents.begin(), pci->key_contents.size(), pci->keyPasswo… in reloadConfigurationOnChange()
400 …rc = noverifypeers->set_key_data(pci->key_contents.begin(), pci->key_contents.size(), pci->keyPass… in reloadConfigurationOnChange()
H A DTLSConnection.h97 Standalone<StringRef> key_contents; member
/dports/sysutils/ansible2/ansible-2.9.27/test/lib/ansible_test/_internal/
H A Dcore_ci.py612 key_contents = key_fd.read()
613key_contents = re.sub(r'(BEGIN|END) PRIVATE KEY', r'\1 RSA PRIVATE KEY', key_contents)
615 key_fd.write(key_contents)
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/test/lib/ansible_test/_internal/
H A Dcore_ci.py651 key_contents = read_text_file(key)
652 key_contents = re.sub(r'(BEGIN|END) PRIVATE KEY', r'\1 RSA PRIVATE KEY', key_contents)
654 write_text_file(key, key_contents)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/data/gencerts/
H A D__init__.py124 key_contents = subprocess.check_output(generation_arguments)
127 write_string_to_file(generation_arguments_str + '\n' + key_contents,
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/data/gencerts/
H A D__init__.py125 key_contents = subprocess.check_output(generation_arguments)
128 write_string_to_file(generation_arguments_str + '\n' + key_contents,
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dcomposite.c167 Lisp_Object id, length, components, key, *key_contents, hash_code; in get_composition_id() local
262 key_contents = XVECTOR (key)->contents; in get_composition_id()
290 if (!FIXNUMP (key_contents[i])) in get_composition_id()
333 ch = XFIXNUM (key_contents[i]); in get_composition_id()
346 ch = XFIXNUM (key_contents[0]); in get_composition_id()
355 rule = XFIXNUM (key_contents[i]); in get_composition_id()
356 ch = XFIXNUM (key_contents[i + 1]); in get_composition_id()
/dports/editors/emacs/emacs-27.2/src/
H A Dcomposite.c167 Lisp_Object id, length, components, key, *key_contents, hash_code; in get_composition_id() local
263 key_contents = XVECTOR (key)->contents; in get_composition_id()
291 if (!FIXNUMP (key_contents[i])) in get_composition_id()
334 ch = XFIXNUM (key_contents[i]); in get_composition_id()
347 ch = XFIXNUM (key_contents[0]); in get_composition_id()
356 rule = XFIXNUM (key_contents[i]); in get_composition_id()
357 ch = XFIXNUM (key_contents[i + 1]); in get_composition_id()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/external_bin/gsutil/gsutil_4.28/gsutil/third_party/oauth2client/tests/
H A Dtest_service_account.py170 key_contents = file_obj.read()
177 service_account_email, BytesIO(key_contents),
186 self.assertEqual(creds._private_key_pkcs12, key_contents)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/gsutil/third_party/oauth2client/tests/
H A Dtest_service_account.py177 key_contents = file_obj.read()
185 service_account_email, six.BytesIO(key_contents),
196 self.assertEqual(creds._private_key_pkcs12, key_contents)
/dports/security/py-oauth2client/oauth2client-4.1.3/tests/
H A Dtest_service_account.py177 key_contents = file_obj.read()
185 service_account_email, six.BytesIO(key_contents),
196 self.assertEqual(creds._private_key_pkcs12, key_contents)
/dports/archivers/py-borgbackup/borgbackup-1.1.17/src/borg/testsuite/
H A Darchiver.py2780 key_contents = fd.read()
2782 assert key_contents == export_contents
2791 assert key_contents2 == key_contents
/dports/www/firefox/firefox-99.0/third_party/rust/glslopt/glsl-optimizer/src/compiler/glsl/
H A Dast_to_hir.cpp6644 key_contents(const void *key) in key_contents() function
6682 _mesa_hash_table_create(NULL, key_contents, in hir()
/dports/lang/clover/mesa-21.3.6/src/compiler/glsl/
H A Dast_to_hir.cpp6702 key_contents(const void *key) in key_contents() function
6746 _mesa_hash_table_create(NULL, key_contents, in hir()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/glslopt/glsl-optimizer/src/compiler/glsl/
H A Dast_to_hir.cpp6644 key_contents(const void *key) in key_contents() function
6682 _mesa_hash_table_create(NULL, key_contents, in hir()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/compiler/glsl/
H A Dast_to_hir.cpp6702 key_contents(const void *key) in key_contents() function
6746 _mesa_hash_table_create(NULL, key_contents, in hir()

12