Home
last modified time | relevance | path

Searched refs:load_key (Results 1 – 25 of 1008) sorted by last modified time

12345678910>>...41

/dports/security/openssl-legacy-static/openssl-1.0.2u/apps/
H A Ds_client.c1210 key = load_key(bio_err, key_file, key_format, 0, pass, e, in MAIN()
/dports/security/git-crypt/git-crypt-0.6.0/
H A Dcommands.cpp567 static void load_key (Key_file& key_file, const char* key_name, const char* key_path =0, const char… in load_key() function
709 load_key(key_file, key_name, key_path, legacy_key_path); in clean()
863 load_key(key_file, key_name, key_path, legacy_key_path); in smudge()
902 load_key(key_file, key_name, key_path, legacy_key_path); in diff()
1230 load_key(key_file, key_name); in add_gpg_user()
1366 load_key(key_file, key_name); in export_key()
/dports/security/openssl/openssl-1.1.1n/apps/
H A Ds_server.c1673 s_key = load_key(s_key_file, s_key_format, 0, pass, engine, in s_server_main()
1694 s_key2 = load_key(s_key_file2, s_key_format, 0, pass, engine, in s_server_main()
1746 s_dkey = load_key(s_dkey_file, s_dkey_format, in s_server_main()
H A Ds_client.c1672 key = load_key(key_file, key_format, 0, pass, e, in s_client_main()
/dports/security/trousers/trousers-0.3.14_3/src/tcs/
H A Dtcs_key.c146 TSS_BOOL* load_key, in load_key_init() argument
178 *load_key = FALSE; in load_key_init()
183 *load_key = TRUE; in load_key_init()
/dports/net/py-soap2py/soap2py-1.16/pysimplesoap/
H A Dxmlsec.py129 pkey = RSA.load_key(private_key, lambda *args, **kwargs: password)
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/cli/
H A Dpk_crypt.cpp42 std::unique_ptr<Botan::Public_Key> key(Botan::X509::load_key(get_arg("pubkey"))); in go()
125 std::unique_ptr<Botan::Private_Key> key = Botan::PKCS8::load_key(input_stream, get_pass); in go()
H A Dx509.cpp115 key.reset(Botan::PKCS8::load_key(key_file, rng(), pass)); in go()
119 key.reset(Botan::PKCS8::load_key(key_file, rng())); in go()
316 … std::unique_ptr<Botan::Private_Key> key(Botan::PKCS8::load_key(key_file, rng(), passphrase)); in go()
377 …std::unique_ptr<Botan::Private_Key> key(Botan::PKCS8::load_key(get_arg("key"), rng(), get_arg("key… in go()
H A Dtls_helpers.h64 cert.key.reset(Botan::PKCS8::load_key(server_key, rng)); in Basic_Credentials_Manager()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/fuzzer/
H A Dpkcs8.cpp18 std::unique_ptr<Botan::Private_Key> key = Botan::PKCS8::load_key(input); in fuzz()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/x509/certstor_sql/
H A Dcertstor_sql.cpp206 key.reset(PKCS8::load_key(src, m_rng, m_password)); in find_key()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/ffi/
H A Dffi_pkey.cpp72 pkcs8 = Botan::PKCS8::load_key(src); in botan_privkey_load()
76 pkcs8 = Botan::PKCS8::load_key(src, std::string(password)); in botan_privkey_load()
100 std::unique_ptr<Botan::Public_Key> pubkey(Botan::X509::load_key(src)); in botan_pubkey_load()
119 pubkey(Botan::X509::load_key(Botan::X509::BER_encode(safe_get(key_obj)))); in botan_privkey_export_pubkey()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/x509/
H A Dpkcs10.cpp229 return X509::load_key(source); in subject_public_key()
H A Dx509cert.cpp317 … std::unique_ptr<Public_Key> pub_key(X509::load_key(data->m_subject_public_key_bits_seq)); in parse_x509_cert_body()
706 return std::unique_ptr<Public_Key>(X509::load_key(subject_public_key_info())); in load_subject_public_key()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/block/aes/aes_power8/
H A Daes_power8.cpp41 inline Altivec64x2 load_key(const uint32_t key[]) in load_key() function
106 const Altivec64x2 K0 = load_key(&m_EK[0]); in hw_aes_encrypt_n()
107 const Altivec64x2 K1 = load_key(&m_EK[4]); in hw_aes_encrypt_n()
108 const Altivec64x2 K2 = load_key(&m_EK[8]); in hw_aes_encrypt_n()
109 const Altivec64x2 K3 = load_key(&m_EK[12]); in hw_aes_encrypt_n()
110 const Altivec64x2 K4 = load_key(&m_EK[16]); in hw_aes_encrypt_n()
111 const Altivec64x2 K5 = load_key(&m_EK[20]); in hw_aes_encrypt_n()
112 const Altivec64x2 K6 = load_key(&m_EK[24]); in hw_aes_encrypt_n()
113 const Altivec64x2 K7 = load_key(&m_EK[28]); in hw_aes_encrypt_n()
178 const Altivec64x2 K8 = load_key(&m_EK[8]); in hw_aes_decrypt_n()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/pubkey/
H A Dpkcs8.cpp346 load_key(DataSource& source, in load_key() function
369 return load_key(source, get_pass, true); in load_key()
392 return load_key(source, fail_fn, false); in load_key()
401 return PKCS8::load_key(source); in copy_key()
407 Private_Key* load_key(DataSource& source, in load_key() function
418 Private_Key* load_key(DataSource& source, in load_key() function
429 Private_Key* load_key(DataSource& source, in load_key() function
433 return PKCS8::load_key(source).release(); in load_key()
441 Private_Key* load_key(const std::string& fsname, in load_key() function
453 Private_Key* load_key(const std::string& fsname, in load_key() function
[all …]
H A Dpkcs8.h187 BOTAN_PUBLIC_API(2,0) Private_Key* load_key(DataSource& source,
197 BOTAN_PUBLIC_API(2,0) Private_Key* load_key(DataSource& source,
206 BOTAN_PUBLIC_API(2,0) Private_Key* load_key(DataSource& source,
217 BOTAN_PUBLIC_API(2,0) Private_Key* load_key(const std::string& filename,
227 BOTAN_PUBLIC_API(2,0) Private_Key* load_key(const std::string& filename,
236 BOTAN_PUBLIC_API(2,0) Private_Key* load_key(const std::string& filename,
257 std::unique_ptr<Private_Key> load_key(DataSource& source,
266 std::unique_ptr<Private_Key> load_key(DataSource& source,
274 std::unique_ptr<Private_Key> load_key(DataSource& source);
H A Dx509_key.cpp37 Public_Key* load_key(DataSource& source) in load_key() function
79 Public_Key* load_key(const std::string& fsname) in load_key() function
82 return X509::load_key(source); in load_key()
89 Public_Key* load_key(const std::vector<uint8_t>& mem) in load_key() function
92 return X509::load_key(source); in load_key()
101 return X509::load_key(source); in copy_key()
H A Dx509_key.h51 BOTAN_PUBLIC_API(2,0) Public_Key* load_key(DataSource& source);
59 BOTAN_PUBLIC_API(2,0) Public_Key* load_key(const std::string& filename);
67 BOTAN_PUBLIC_API(2,0) Public_Key* load_key(const std::vector<uint8_t>& enc);
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/libotr/tests/regression/client/
H A Dclient.c939 static void load_key(void) in load_key() function
1150 load_key(); in main()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/
H A Dnews.rst325 * Avoid a crash in PKCS8::load_key due to a bug in Clang 8.
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/doc/api_ref/
H A Dpubkey.rst170 .. cpp:function:: Private_Key* PKCS8::load_key(DataSource& in, \
173 .. cpp:function:: Private_Key* PKCS8::load_key(DataSource& in, \
176 .. cpp:function:: Private_Key* PKCS8::load_key(const std::string& filename, \
179 .. cpp:function:: Private_Key* PKCS8::load_key(const std::string& filename, \
242 .. cpp:function:: Public_Key* X509::load_key(DataSource& in)
244 .. cpp:function:: Public_Key* X509::load_key(const secure_vector<uint8_t>& buffer)
246 .. cpp:function:: Public_Key* X509::load_key(const std::string& filename)
524 std::unique_ptr<Botan::Private_Key> kp(Botan::PKCS8::load_key(argv[1],*rng.get()));
H A Dtls.rst596 Server_Credentials() : m_key(Botan::PKCS8::load_key("botan.randombit.net.key"))
1540 Server_Credentials() : m_key(Botan::PKCS8::load_key("botan.randombit.net.key")
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/doc/
H A Dold_news.rst1004 * Fix loading McEliece public or private keys with PKCS::load_key / X509::load_key
2819 * Fix memory leak in PKCS8 load_key and encrypt_key
3703 * PKCS8::load_key would fail if handed an unencrypted key
3749 * Added another variant of PKCS8::load_key, taking a memory buffer
3780 * Added versions of X509::load_key and PKCS8::load_key that take a file name
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/bogo_shim/
H A Dbogo_shim.cpp1140 m_key = Botan::PKCS8::load_key(key_stream); in Shim_Credentials()

12345678910>>...41