Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dsshsig.c104 if ((r = sshbuf_cmp(sbuf, 0, in sshsig_dearmor()
113 if ((r = sshbuf_cmp(sbuf, 0, "\r\n", 2)) == 0) in sshsig_dearmor()
115 else if ((r = sshbuf_cmp(sbuf, 0, "\n", 1)) == 0) in sshsig_dearmor()
244 if ((r = sshbuf_cmp(buf, 0, MAGIC_PREAMBLE, MAGIC_PREAMBLE_LEN)) != 0 || in sshsig_parse_preamble()
H A Dsshbuf-misc.c236 sshbuf_cmp(const struct sshbuf *b, size_t offset, in sshbuf_cmp() function
H A Dkrl.c1063 if ((r = sshbuf_cmp(buf, 0, KRL_MAGIC, sizeof(KRL_MAGIC) - 1)) != 0) { in ssh_krl_from_blob()
H A Dssh-agent.c774 if ((r = sshbuf_cmp(b, 0, "SSHSIG", 6)) != 0 || in parse_sshsig_request()