Searched refs:sshbuf_equals (Results 1 – 7 of 7) sorted by relevance
| /freebsd/crypto/openssh/regress/unittests/sshbuf/ |
| H A D | test_sshbuf_misc.c | 272 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 D | ssh-pkcs11-client.c | 90 if (sshbuf_equals(keyblob, in helper_by_key() 478 if (sshbuf_equals(keyblob, helper->keyblobs[i]) == 0) { in pkcs11_key_free()
|
| H A D | sshbuf-misc.c | 290 sshbuf_equals(const struct sshbuf *a, const struct sshbuf *b) in sshbuf_equals() function
|
| H A D | sshbuf.h | 297 int sshbuf_equals(const struct sshbuf *a, const struct sshbuf *b);
|
| H A D | ssh-pkcs11.c | 418 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 D | ssh_namespace.h | 783 #define sshbuf_equals Fssh_sshbuf_equals macro
|
| H A D | ChangeLog | 4057 upstream: unit tests for sshbuf_equals and sshbuf_dtourlb64; ok
|