Home
last modified time | relevance | path

Searched refs:load_cert_file (Results 1 – 7 of 7) sorted by relevance

/dports/net-im/gajim/gajim-gajim-1.3.3/gajim/common/
H A Djingle_xtls.py51 def load_cert_file(cert_path, cert_store=None): function
129 load_cert_file(path, cert_store=store)
181 cert = load_cert_file(certpath)
H A Djingle_content.py28 from gajim.common.jingle_xtls import load_cert_file
230 cert = load_cert_file(certpath)
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/tests/
H A Dtest_x509_path.cpp100 load_cert_file(Test::data_file("x509/x509test/" + filename)); in run()
132 load_cert_file(Test::data_file("x509/x509test/" + filename)); in run()
166 std::vector<Botan::X509_Certificate> load_cert_file(const std::string& filename) in load_cert_file() function in Botan_Tests::__anon1fe787cb0111::X509test_Path_Validation_Tests
/dports/security/botan2/Botan-2.18.2/src/tests/
H A Dtest_x509_path.cpp100 load_cert_file(Test::data_file("x509/x509test/" + filename)); in run()
132 load_cert_file(Test::data_file("x509/x509test/" + filename)); in run()
166 std::vector<Botan::X509_Certificate> load_cert_file(const std::string& filename) in load_cert_file() function in Botan_Tests::__anon42837dea0111::X509test_Path_Validation_Tests
/dports/security/stunnel/stunnel-5.60/src/
H A Dctx.c80 NOEXPORT int load_cert_file(SERVICE_OPTIONS *);
647 if(cert_needed && load_cert_file(section)) in auth_init()
836 NOEXPORT int load_cert_file(SERVICE_OPTIONS *section) { in load_cert_file() function
/dports/sysutils/py-azure-cli/azure-cli-2.29.2/azure/cli/command_modules/network/
H A D_params.py24 validate_address_pool_name_or_id, load_cert_file, validate_metadata,
2012 …r file path.', type=file_type, completer=FilesCompleter(), validator=load_cert_file('public_cert_d…
H A D_validators.py1219 def load_cert_file(param_name): function