Home
last modified time | relevance | path

Searched refs:sshbuf_dtourlb64 (Results 1 – 6 of 6) sorted by relevance

/freebsd/crypto/openssh/regress/unittests/sshbuf/
H A Dtest_sshbuf_misc.c346 ASSERT_INT_EQ(sshbuf_dtourlb64(b, b64, 0), 0); in test_sshbuf_dtourlb64()
358 ASSERT_INT_EQ(sshbuf_dtourlb64(b, b64, 0), 0); in test_sshbuf_dtourlb64()
373 ASSERT_INT_EQ(sshbuf_dtourlb64(b, b64, 0), 0); in test_sshbuf_dtourlb64()
388 ASSERT_INT_EQ(sshbuf_dtourlb64(b, b64, 0), 0); in test_sshbuf_dtourlb64()
403 ASSERT_INT_EQ(sshbuf_dtourlb64(b, b64, 0), 0); in test_sshbuf_dtourlb64()
/freebsd/crypto/openssh/
H A Dsshbuf-misc.c206 sshbuf_dtourlb64(const struct sshbuf *d, struct sshbuf *b64, int wrap) in sshbuf_dtourlb64() function
H A Dsshbuf.h270 int sshbuf_dtourlb64(const struct sshbuf *d, struct sshbuf *b64, int wrap);
H A Dssh-ecdsa-sk.c204 (r = sshbuf_dtourlb64(chall, m, 0)) != 0 || in webauthn_check_prepare_hash()
H A Dssh_namespace.h779 #define sshbuf_dtourlb64 Fssh_sshbuf_dtourlb64 macro
H A DChangeLog4057 upstream: unit tests for sshbuf_equals and sshbuf_dtourlb64; ok
4075 upstream: fix sshbuf_dtourlb64() to not choke on empty buffers;