Searched refs:sshbuf_b64tod (Results 1 - 5 of 5) sorted by relevance

/freebsd-10-stable/crypto/openssh/regress/unittests/sshbuf/
H A Dtest_sshbuf_misc.c111 TEST_START("sshbuf_b64tod len 1");
114 ASSERT_INT_EQ(sshbuf_b64tod(p1, "0A=="), 0);
120 TEST_START("sshbuf_b64tod len 2");
123 ASSERT_INT_EQ(sshbuf_b64tod(p1, "0A8="), 0);
129 TEST_START("sshbuf_b64tod len 4");
132 ASSERT_INT_EQ(sshbuf_b64tod(p1, "0A/QDw=="), 0);
/freebsd-10-stable/crypto/openssh/
H A Dsshbuf-misc.c114 sshbuf_b64tod(struct sshbuf *buf, const char *b64) function
H A Dsshbuf.h240 int sshbuf_b64tod(struct sshbuf *buf, const char *b64);
H A Dssh_namespace.h734 #define sshbuf_b64tod Fssh_sshbuf_b64tod macro
H A Dsshkey.c1298 if ((r = sshbuf_b64tod(blob, cp)) != 0) {
3240 if ((r = sshbuf_b64tod(decoded, (char *)sshbuf_ptr(encoded))) != 0)

Completed in 189 milliseconds