Home
last modified time | relevance | path

Searched refs:key_equal (Results 1 – 8 of 8) sorted by relevance

/titanic_44/usr/src/cmd/ssh/include/
H A Dkey.h71 int key_equal(const Key *, const Key *);
/titanic_44/usr/src/cmd/ssh/ssh-keysign/
H A Dssh-keysign.c245 key_equal(key, keys[i])) { in main()
/titanic_44/usr/src/cmd/ssh/libssh/common/
H A Dhostfile.c280 if (key_equal(key, found)) { in check_host_in_hostfile_by_key_or_type()
H A Dkey.c151 key_equal(const Key *a, const Key *b) in key_equal() function
/titanic_44/usr/src/cmd/ssh/sshd/
H A Dauth2-pubkey.c292 if (key_equal(found, key) && in user_key_allowed2()
/titanic_44/usr/src/cmd/ssh/ssh/
H A Dsshconnect.c717 (ip_status != HOST_CHANGED || !key_equal(ip_key, file_key))) in check_host_key()
H A Dsshconnect2.c521 if (!key_equal(key, authctxt->last_key)) { in input_userauth_pk_ok()
/titanic_44/usr/src/cmd/ssh/ssh-agent/
H A Dssh-agent.c167 if (key_equal(key, id->key)) in lookup_identity()