Home
last modified time | relevance | path

Searched refs:sshkey_sk_fields_equal (Results 1 – 4 of 4) sorted by relevance

/netbsd/crypto/external/bsd/openssh/dist/
H A Dssh-ed25519-sk.c52 if (!sshkey_sk_fields_equal(a, b)) in ssh_ed25519_sk_equal()
H A Dsshkey.h322 int sshkey_sk_fields_equal(const struct sshkey *a, const struct sshkey *b);
H A Dssh-ecdsa-sk.c62 if (!sshkey_sk_fields_equal(a, b)) in ssh_ecdsa_sk_equal()
H A Dsshkey.c656 sshkey_sk_fields_equal(const struct sshkey *a, const struct sshkey *b) in sshkey_sk_fields_equal() function