Home
last modified time | relevance | path

Searched refs:sshbuf_equals (Results 1 – 7 of 7) sorted by relevance

/freebsd/crypto/openssh/regress/unittests/sshbuf/
H A Dtest_sshbuf_misc.c272 ASSERT_INT_EQ(sshbuf_equals(b1, b2), 0); in test_sshbuf_equals()
284 ASSERT_INT_EQ(sshbuf_equals(b1, b2), SSH_ERR_INVALID_FORMAT); in test_sshbuf_equals()
296 ASSERT_INT_EQ(sshbuf_equals(b1, b2), SSH_ERR_MESSAGE_INCOMPLETE); in test_sshbuf_equals()
306 ASSERT_INT_EQ(sshbuf_equals(b1, b2), 0); in test_sshbuf_equals()
317 ASSERT_INT_EQ(sshbuf_equals(b1, b2), SSH_ERR_MESSAGE_INCOMPLETE); in test_sshbuf_equals()
326 ASSERT_INT_EQ(sshbuf_equals(b1, b1), 0); in test_sshbuf_equals()
/freebsd/crypto/openssh/
H A Dssh-pkcs11-client.c90 if (sshbuf_equals(keyblob, in helper_by_key()
478 if (sshbuf_equals(keyblob, helper->keyblobs[i]) == 0) { in pkcs11_key_free()
H A Dsshbuf-misc.c290 sshbuf_equals(const struct sshbuf *a, const struct sshbuf *b) in sshbuf_equals() function
H A Dsshbuf.h297 int sshbuf_equals(const struct sshbuf *a, const struct sshbuf *b);
H A Dssh-pkcs11.c418 if (sshbuf_equals(k11->keyblob, keyblob) == 0) { in pkcs11_record_key()
458 if (sshbuf_equals(k11->keyblob, keyblob) == 0) { in pkcs11_lookup_key()
H A Dssh_namespace.h783 #define sshbuf_equals Fssh_sshbuf_equals macro
H A DChangeLog4057 upstream: unit tests for sshbuf_equals and sshbuf_dtourlb64; ok