Symbol: sshkey_equal
crypto/openssh/auth2-pubkey.c
117
if (!sshkey_equal(hostkey, ssh->kex->initial_hostkey))
crypto/openssh/auth2-pubkeyfile.c
309
if (!sshkey_equal(found, key->cert->signature_key) ||
crypto/openssh/auth2-pubkeyfile.c
314
if (!sshkey_equal(found, key) || keyopts->cert_authority)
crypto/openssh/authfile.c
388
strict_type ? sshkey_equal : sshkey_equal_public;
crypto/openssh/clientloop.c
2099
if (sshkey_equal(l->key, ctx->keys[i])) {
crypto/openssh/clientloop.c
2148
if (!sshkey_equal(l->key, ctx->keys[i]))
crypto/openssh/clientloop.c
2182
if (!sshkey_equal(l->key, ctx->old_keys[i]))
crypto/openssh/clientloop.c
2484
if (sshkey_equal(key, ctx->keys[i])) {
crypto/openssh/hostfile.c
387
if (sshkey_equal(k, hostkeys->entries[i].key)) {
crypto/openssh/hostfile.c
565
if (!sshkey_equal(ctx->keys[i], l->key))
crypto/openssh/krl.c
225
sshkey_equal(rc->ca_key, ca_key)) {
crypto/openssh/ssh-agent.c
1724
key_match = sshkey_equal(key, e->session_ids[i].key);
crypto/openssh/ssh-agent.c
389
!sshkey_equal(key, dch->keys[i]))
crypto/openssh/ssh-agent.c
398
if (!sshkey_equal(key->cert->signature_key, dch->keys[i]))
crypto/openssh/ssh-agent.c
581
if (sshkey_equal(key, id->key))
crypto/openssh/ssh-agent.c
724
!sshkey_equal(expected_key, mkey) ||
crypto/openssh/ssh-agent.c
911
if (hostkey != NULL && !sshkey_equal(hostkey,
crypto/openssh/ssh-keygen.c
1802
if (sshkey_equal(ca, agent_ids->keys[j])) {
crypto/openssh/ssh-pkcs11-helper.c
103
if (sshkey_equal(k, ki->key))
crypto/openssh/ssh-pkcs11.c
696
if (sshkey_equal(key, (*keysp)[i]))
crypto/openssh/sshconnect.c
1080
!sshkey_equal(ip_found->key, host_found->key))))
crypto/openssh/sshconnect.c
1510
if (sshkey_equal(previous_host_key, host_key)) {
crypto/openssh/sshconnect.c
757
if (l->key == NULL || !sshkey_equal(ctx->key, l->key))
crypto/openssh/sshconnect2.c
1741
if (sshkey_equal(idlist->keys[j], id->key)) {
crypto/openssh/sshconnect2.c
1774
if (sshkey_equal(id->key, id2->key)) {
crypto/openssh/sshconnect2.c
720
if (sshkey_equal(key, id->key)) {
crypto/openssh/sshd-session.c
597
sshkey_equal(key,
crypto/openssh/sshd-session.c
603
sshkey_equal(key, sensitive_data.host_keys[i])))
crypto/openssh/sshd-session.c
607
sshkey_equal(key, sensitive_data.host_pubkeys[i])))
crypto/openssh/sshd.c
1497
if (!sshkey_equal(pubkey, key)) {
crypto/openssh/sshkey.c
3131
if (!sshkey_equal(pubkey, k)) {
crypto/openssh/sshkey.h
206
int sshkey_equal(const struct sshkey *, const struct sshkey *);
crypto/openssh/sshsig.c
910
if (!sigopts->ca && sshkey_equal(found_key, sign_key)) {