Symbol: Identity
crypto/openssh/regress/misc/fuzz-harness/agent_fuzz_helper.c
61
Identity *id;
crypto/openssh/regress/misc/fuzz-harness/agent_fuzz_helper.c
65
id = xcalloc(1, sizeof(Identity));
crypto/openssh/regress/misc/fuzz-harness/agent_fuzz_helper.c
74
id = xcalloc(1, sizeof(Identity));
crypto/openssh/regress/misc/fuzz-harness/agent_fuzz_helper.c
96
Identity *id;
crypto/openssh/ssh-agent.c
1019
Identity *id;
crypto/openssh/ssh-agent.c
1048
Identity *id;
crypto/openssh/ssh-agent.c
1076
Identity *id, *nxt;
crypto/openssh/ssh-agent.c
1365
Identity *id;
crypto/openssh/ssh-agent.c
1430
id = xcalloc(1, sizeof(Identity));
crypto/openssh/ssh-agent.c
1552
Identity *id;
crypto/openssh/ssh-agent.c
1559
id = xcalloc(1, sizeof(Identity));
crypto/openssh/ssh-agent.c
1665
Identity *id, *nxt;
crypto/openssh/ssh-agent.c
359
free_identity(Identity *id)
crypto/openssh/ssh-agent.c
430
const struct sshkey *tokey, Identity *id, const char *user,
crypto/openssh/ssh-agent.c
485
identity_permitted(Identity *id, SocketEntry *e, char *user,
crypto/openssh/ssh-agent.c
591
static Identity *
crypto/openssh/ssh-agent.c
594
Identity *id;
crypto/openssh/ssh-agent.c
605
confirm_key(Identity *id, const char *extra)
crypto/openssh/ssh-agent.c
642
Identity *id;
crypto/openssh/sshconnect2.c
1299
id_filename_matches(Identity *id, Identity *private_id)
crypto/openssh/sshconnect2.c
1318
sign_and_send_pubkey(struct ssh *ssh, Identity *id)
crypto/openssh/sshconnect2.c
1322
Identity *private_id, *sign_id = NULL;
crypto/openssh/sshconnect2.c
1490
send_pubkey_test(struct ssh *ssh, Identity *id)
crypto/openssh/sshconnect2.c
1530
load_identity_file(Identity *id)
crypto/openssh/sshconnect2.c
1844
Identity *id;
crypto/openssh/sshconnect2.c
1862
Identity *id;
crypto/openssh/sshconnect2.c
1872
Identity *id;
crypto/openssh/sshconnect2.c
380
static int sign_and_send_pubkey(struct ssh *ssh, Identity *);
crypto/openssh/sshconnect2.c
383
static struct sshkey *load_identity_file(Identity *);
crypto/openssh/sshconnect2.c
658
format_identity(Identity *id)
crypto/openssh/sshconnect2.c
688
Identity *id = NULL;