Searched refs:sshbuf_b64tod (Results 1 – 4 of 4) sorted by relevance
/external/openssh/regress/unittests/sshbuf/ |
D | test_sshbuf_misc.c | 114 ASSERT_INT_EQ(sshbuf_b64tod(p1, "0A=="), 0); in sshbuf_misc_tests() 123 ASSERT_INT_EQ(sshbuf_b64tod(p1, "0A8="), 0); in sshbuf_misc_tests() 132 ASSERT_INT_EQ(sshbuf_b64tod(p1, "0A/QDw=="), 0); in sshbuf_misc_tests()
|
/external/openssh/ |
D | sshbuf-misc.c | 114 sshbuf_b64tod(struct sshbuf *buf, const char *b64) in sshbuf_b64tod() function
|
D | sshbuf.h | 248 int sshbuf_b64tod(struct sshbuf *buf, const char *b64);
|
D | sshkey.c | 1306 if ((r = sshbuf_b64tod(blob, cp)) != 0) { in sshkey_read() 3253 if ((r = sshbuf_b64tod(decoded, (char *)sshbuf_ptr(encoded))) != 0) in sshkey_parse_private2()
|