Home
last modified time | relevance | path

Searched refs:privatekey_from_file (Results 1 – 25 of 33) sorted by relevance

12

/dports/security/libssh/libssh-0.9.6/tests/unittests/
H A Dtorture_keyfiles.c183 privkey = privatekey_from_file(session, LIBSSH_RSA_TESTKEY, 0, NULL); in torture_pubkey_generate_from_privkey()
231 key = privatekey_from_file(session, LIBSSH_RSA_TESTKEY, SSH_KEYTYPE_RSA, NULL); in torture_privatekey_from_file()
239 key = privatekey_from_file(session, LIBSSH_DSA_TESTKEY, SSH_KEYTYPE_DSS, NULL); in torture_privatekey_from_file()
248 key = privatekey_from_file(session, LIBSSH_RSA_TESTKEY, 0, NULL); in torture_privatekey_from_file()
256 key = privatekey_from_file(session, LIBSSH_DSA_TESTKEY, 0, NULL); in torture_privatekey_from_file()
272 …key = privatekey_from_file(session, LIBSSH_RSA_TESTKEY, SSH_KEYTYPE_RSA, TORTURE_TESTKEY_PASSWORD); in torture_privatekey_from_file_passphrase()
280 …key = privatekey_from_file(session, LIBSSH_DSA_TESTKEY, SSH_KEYTYPE_DSS, TORTURE_TESTKEY_PASSWORD); in torture_privatekey_from_file_passphrase()
289 key = privatekey_from_file(session, LIBSSH_RSA_TESTKEY, 0, TORTURE_TESTKEY_PASSWORD); in torture_privatekey_from_file_passphrase()
297 key = privatekey_from_file(session, LIBSSH_DSA_TESTKEY, 0, TORTURE_TESTKEY_PASSWORD); in torture_privatekey_from_file_passphrase()
/dports/security/razorback-api/api-0.5.0/libssh/src/
H A Dlegacy.c124 privkey = privatekey_from_file(session, filename, 0, passphrase); in ssh_userauth_privatekey_file()
127 privkey = privatekey_from_file(session, filename, type, passphrase); in ssh_userauth_privatekey_file()
406 ssh_private_key privatekey_from_file(ssh_session session, in privatekey_from_file() function
/dports/security/libssh/libssh-0.9.6/src/
H A Dlegacy.c124 privkey = privatekey_from_file(session, filename, 0, passphrase);
127 privkey = privatekey_from_file(session, filename, type, passphrase); in test_xarray_sel_data_array()
407 ssh_private_key privatekey_from_file(ssh_session session,
H A Dlibssh.map45 privatekey_from_file;
/dports/security/hydra/thc-hydra-9.2/
H A Dhydra-sshkey.c68 privkey = privatekey_from_file(session, key, 0, NULL); in start_sshkey()
/dports/security/razorback-api/api-0.5.0/libssh/include/libssh/
H A Dlegacy.h95 LIBSSH_API ssh_private_key privatekey_from_file(ssh_session session, const char *filename,
/dports/security/libssh/libssh-0.9.6/include/libssh/
H A Dlegacy.h92 LIBSSH_API ssh_private_key privatekey_from_file(ssh_session session, const char *filename,
/dports/security/libssh/libssh-0.9.6/src/ABI/
H A Dlibssh-4.7.0.symbols40 privatekey_from_file
H A Dlibssh-4.8.0.symbols40 privatekey_from_file
H A Dlibssh-4.8.1.symbols40 privatekey_from_file
H A Dlibssh-4.8.7.symbols40 privatekey_from_file
H A Dlibssh-4.7.4.symbols40 privatekey_from_file
H A Dlibssh-4.6.0.symbols40 privatekey_from_file
H A Dlibssh-4.5.0.symbols54 privatekey_from_file
H A Dlibssh-4.7.1.symbols40 privatekey_from_file
H A Dlibssh-4.7.2.symbols40 privatekey_from_file
H A Dlibssh-4.7.3.symbols40 privatekey_from_file
H A Dlibssh-4.8.2.symbols40 privatekey_from_file
H A Dlibssh-4.8.3.symbols40 privatekey_from_file
H A Dlibssh-4.8.4.symbols40 privatekey_from_file
H A Dlibssh-4.8.5.symbols40 privatekey_from_file
H A Dlibssh-4.8.6.symbols40 privatekey_from_file
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavformat/
H A Dlibssh.c85 priv_key = privatekey_from_file(libssh->session, libssh->priv_key, type, password); in libssh_authentication()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavformat/
H A Dlibssh.c85 priv_key = privatekey_from_file(libssh->session, libssh->priv_key, type, password); in libssh_authentication()
/dports/security/razorback-api/api-0.5.0/libssh/
H A DChangeLog99 * Added private key type detection feature in privatekey_from_file().
106 * Fixed closing of a file handle case of errors in privatekey_from_file().

12