Home
last modified time | relevance | path

Searched refs:ssh_key_free (Results 1 – 25 of 143) sorted by relevance

123456

/dports/security/libssh/libssh-0.9.6/src/
H A Dbind.c175 ssh_key_free(sshbind->ecdsa);
199 ssh_key_free(sshbind->dsa);
221 ssh_key_free(sshbind->rsa);
274 ssh_key_free(sshbind->dsa);
276 ssh_key_free(sshbind->rsa);
287 ssh_key_free(sshbind->dsa);
289 ssh_key_free(sshbind->rsa);
405 ssh_key_free(sshbind->dsa);
407 ssh_key_free(sshbind->rsa);
409 ssh_key_free(sshbind->ecdsa);
[all …]
H A Dlegacy.c63 ssh_key_free(key);
92 ssh_key_free(key); in test_dataset_to_numpy_not_combined()
396 ssh_key_free(privkey);
402 ssh_key_free(pubkey);
436 ssh_key_free(key);
447 ssh_key_free(key);
492 ssh_key_free(key);
499 ssh_key_free(key);
526 ssh_key_free(key);
538 ssh_key_free(key);
[all …]
H A Dauth.c845 ssh_key_free(state->pubkey); in ssh_agent_state_free()
924 ssh_key_free(state->pubkey); in ssh_userauth_agent()
947 ssh_key_free(state->pubkey); in ssh_userauth_agent()
1118 ssh_key_free(state->privkey); in ssh_userauth_publickey_auto()
1120 ssh_key_free(state->pubkey); in ssh_userauth_publickey_auto()
1130 ssh_key_free(state->privkey); in ssh_userauth_publickey_auto()
1132 ssh_key_free(state->pubkey); in ssh_userauth_publickey_auto()
1174 ssh_key_free(state->pubkey); in ssh_userauth_publickey_auto()
1187 ssh_key_free(state->privkey); in ssh_userauth_publickey_auto()
1188 ssh_key_free(state->pubkey); in ssh_userauth_publickey_auto()
[all …]
/dports/security/razorback-api/api-0.5.0/libssh/src/
H A Dlegacy.c62 ssh_key_free(key); in ssh_userauth_offer_pubkey()
91 ssh_key_free(key); in ssh_userauth_pubkey()
395 ssh_key_free(privkey); in publickey_from_privatekey()
401 ssh_key_free(pubkey); in publickey_from_privatekey()
435 ssh_key_free(key); in privatekey_from_file()
446 ssh_key_free(key); in privatekey_from_file()
494 ssh_key_free(key); in publickey_from_file()
521 ssh_key_free(key); in publickey_from_string()
533 ssh_key_free(key); in publickey_from_string()
561 ssh_key_free(key); in publickey_to_string()
H A Dbind.c189 ssh_key_free(sshbind->dsa); in ssh_bind_listen()
210 ssh_key_free(sshbind->rsa); in ssh_bind_listen()
223 ssh_key_free(sshbind->dsa); in ssh_bind_listen()
224 ssh_key_free(sshbind->rsa); in ssh_bind_listen()
234 ssh_key_free(sshbind->dsa); in ssh_bind_listen()
235 ssh_key_free(sshbind->rsa); in ssh_bind_listen()
H A Dauth.c989 ssh_key_free(state->pubkey); in ssh_userauth_agent()
999 ssh_key_free(state->pubkey); in ssh_userauth_agent()
1014 ssh_key_free(state->pubkey); in ssh_userauth_agent()
1185 ssh_key_free(state->privkey); in ssh_userauth_publickey_auto()
1186 ssh_key_free(state->pubkey); in ssh_userauth_publickey_auto()
1196 ssh_key_free(state->privkey); in ssh_userauth_publickey_auto()
1197 ssh_key_free(state->pubkey); in ssh_userauth_publickey_auto()
1212 ssh_key_free(state->pubkey); in ssh_userauth_publickey_auto()
1237 ssh_key_free(state->privkey); in ssh_userauth_publickey_auto()
1238 ssh_key_free(state->pubkey); in ssh_userauth_publickey_auto()
[all …]
H A Dpki.c150 void ssh_key_free (ssh_key key){ in ssh_key_free() function
483 ssh_key_free(tmp); in ssh_pki_convert_key_to_publickey()
496 ssh_key_free(tmp); in ssh_pki_convert_key_to_publickey()
506 ssh_key_free(key); in ssh_pki_convert_key_to_privatekey()
632 ssh_key_free(key); in pki_import_pubkey_buffer()
865 ssh_key_free(key); in ssh_pki_generate()
1158 ssh_key_free(key); in ssh_pki_signature_verify_blob()
H A Dpacket_cb.c173 ssh_key_free(key); in SSH_PACKET_CALLBACK()
186 ssh_key_free(key); in SSH_PACKET_CALLBACK()
/dports/math/cgal/CGAL-5.3/demo/Polyhedron/
H A DUse_ssh.cpp115 ssh_key_free(pubkey); in establish_ssh_session()
136 ssh_key_free(privkey); in establish_ssh_session()
140 ssh_key_free(privkey); in establish_ssh_session()
203 ssh_key_free(pubkey); in establish_ssh_session_from_agent()
/dports/net/wireshark/wireshark-3.6.1/extcap/
H A Dssh-base.c117 ssh_key_free(pkey); in create_ssh_connection()
121 ssh_key_free(pkey); in create_ssh_connection()
/dports/net/wireshark-lite/wireshark-3.6.1/extcap/
H A Dssh-base.c117 ssh_key_free(pkey); in create_ssh_connection()
121 ssh_key_free(pkey); in create_ssh_connection()
/dports/net/tshark-lite/wireshark-3.6.1/extcap/
H A Dssh-base.c117 ssh_key_free(pkey); in create_ssh_connection()
121 ssh_key_free(pkey); in create_ssh_connection()
/dports/net/tshark/wireshark-3.6.1/extcap/
H A Dssh-base.c117 ssh_key_free(pkey); in create_ssh_connection()
121 ssh_key_free(pkey); in create_ssh_connection()
/dports/devel/interactive_rebase_tool/git-interactive-rebase-tool-1.2.1/cargo-crates/libgit2-sys-0.7.11/libgit2/src/transports/
H A Dcred.c114 static void ssh_key_free(struct git_cred *cred) in ssh_key_free() function
242 c->parent.free = ssh_key_free; in git_cred_ssh_key_type_new()
299 c->parent.free = ssh_key_free; in git_cred_ssh_key_from_agent()
/dports/devel/R-cran-git2r/git2r/src/libgit2/src/transports/
H A Dcred.c114 static void ssh_key_free(struct git_cred *cred) in ssh_key_free() function
242 c->parent.free = ssh_key_free; in git_cred_ssh_key_type_new()
299 c->parent.free = ssh_key_free; in git_cred_ssh_key_from_agent()
/dports/devel/gbump/gbump-1.0.1/cargo-crates/libgit2-sys-0.9.1/libgit2/src/transports/
H A Dcred.c114 static void ssh_key_free(struct git_cred *cred) in ssh_key_free() function
242 c->parent.free = ssh_key_free; in git_cred_ssh_key_type_new()
299 c->parent.free = ssh_key_free; in git_cred_ssh_key_from_agent()
/dports/security/libssh/libssh-0.9.6/examples/
H A Dauthentication.c118 ssh_key_free(key); in auth_keyfile()
130 ssh_key_free(key); in auth_keyfile()
/dports/sysutils/tmate-ssh-server/tmate-ssh-server-97d2024/
H A Dtmate-auth-keys.c11 ssh_key_free(*k); in reset_and_enable_authorized_keys()
124 ssh_key_free(client_pkey); in tmate_allow_auth()
/dports/ftp/filezilla/filezilla-3.55.1/src/putty/
H A Dcmdgen.c84 ssh_key_free(ssh2key->key); in main()
324 ssh_key_free(ssh2key->key); in main()
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/libgit2-sys-0.12.26+1.3.0/libgit2/src/transports/
H A Dcredential.c116 static void ssh_key_free(struct git_credential *cred) in ssh_key_free() function
246 c->parent.free = ssh_key_free; in git_credential_ssh_key_type_new()
306 c->parent.free = ssh_key_free; in git_credential_ssh_key_from_agent()
/dports/misc/broot/broot-1.7.0/cargo-crates/libgit2-sys-0.12.21+1.1.0/libgit2/src/transports/
H A Dcredential.c116 static void ssh_key_free(struct git_credential *cred) in ssh_key_free() function
246 c->parent.free = ssh_key_free; in git_credential_ssh_key_type_new()
306 c->parent.free = ssh_key_free; in git_credential_ssh_key_from_agent()
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/libgit2-sys-0.12.23+1.2.0/libgit2/src/transports/
H A Dcredential.c116 static void ssh_key_free(struct git_credential *cred) in ssh_key_free() function
246 c->parent.free = ssh_key_free; in git_credential_ssh_key_type_new()
306 c->parent.free = ssh_key_free; in git_credential_ssh_key_from_agent()
/dports/devel/git-absorb/git-absorb-0.6.6/cargo-crates/libgit2-sys-0.12.13+1.0.1/libgit2/src/transports/
H A Dcredential.c114 static void ssh_key_free(struct git_credential *cred) in ssh_key_free() function
242 c->parent.free = ssh_key_free; in git_credential_ssh_key_type_new()
299 c->parent.free = ssh_key_free; in git_credential_ssh_key_from_agent()
/dports/devel/git-delta/delta-0.9.2/cargo-crates/libgit2-sys-0.12.24+1.3.0/libgit2/src/transports/
H A Dcredential.c116 static void ssh_key_free(struct git_credential *cred) in ssh_key_free() function
246 c->parent.free = ssh_key_free; in git_credential_ssh_key_type_new()
306 c->parent.free = ssh_key_free; in git_credential_ssh_key_from_agent()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/libgit2-sys-0.12.7+1.0.0/libgit2/src/transports/
H A Dcredential.c114 static void ssh_key_free(struct git_credential *cred) in ssh_key_free() function
242 c->parent.free = ssh_key_free; in git_credential_ssh_key_type_new()
299 c->parent.free = ssh_key_free; in git_credential_ssh_key_from_agent()

123456