Searched refs:sshbuf_b64tod (Results 1 – 6 of 6) sorted by relevance
/external/openssh/regress/unittests/sshbuf/ |
D | test_sshbuf_misc.c | 115 ASSERT_INT_EQ(sshbuf_b64tod(p1, "0A=="), 0); in sshbuf_misc_tests() 124 ASSERT_INT_EQ(sshbuf_b64tod(p1, "0A8="), 0); in sshbuf_misc_tests() 133 ASSERT_INT_EQ(sshbuf_b64tod(p1, "0A/QDw=="), 0); in sshbuf_misc_tests()
|
/external/openssh/ |
D | sshbuf-misc.c | 148 sshbuf_b64tod(struct sshbuf *buf, const char *b64) in sshbuf_b64tod() function
|
D | sshbuf.h | 258 int sshbuf_b64tod(struct sshbuf *buf, const char *b64);
|
D | sshsig.c | 136 if ((r = sshbuf_b64tod(buf, b64)) != 0) { in sshsig_dearmor()
|
D | ssh-keygen.c | 670 if ((r = sshbuf_b64tod(buf, encoded)) != 0) in do_convert_from_ssh2() 2194 if ((r = sshbuf_b64tod(b, tmp)) != 0) in hash_to_blob()
|
D | sshkey.c | 1366 if ((r = sshbuf_b64tod(blob, blobcopy)) != 0) { in sshkey_read() 4011 if ((r = sshbuf_b64tod(decoded, (char *)sshbuf_ptr(encoded))) != 0) in private2_uudecode()
|