Home
last modified time | relevance | path

Searched refs:sshbuf_cmp (Results 1 – 5 of 5) sorted by last modified time

/dragonfly/crypto/openssh/
H A Dsshsig.c102 if ((r = sshbuf_cmp(sbuf, 0, in sshsig_dearmor()
231 if ((r = sshbuf_cmp(buf, 0, MAGIC_PREAMBLE, MAGIC_PREAMBLE_LEN)) != 0 || in sshsig_parse_preamble()
H A Dsshbuf.h274 int sshbuf_cmp(const struct sshbuf *b, size_t offset,
H A Dsshbuf-misc.c238 sshbuf_cmp(const struct sshbuf *b, size_t offset, in sshbuf_cmp() function
H A Dssh-agent.c665 if ((r = sshbuf_cmp(b, 0, "SSHSIG", 6)) != 0 || in parse_sshsig_request()
H A Dssh-ecdsa-sk.c124 if ((r = sshbuf_cmp(wrapper, 0, sshbuf_ptr(m), sshbuf_len(m))) != 0) in webauthn_check_prepare_hash()