Searched refs:sshbuf_b64tod (Results 1 – 3 of 3) sorted by relevance
114 sshbuf_b64tod(struct sshbuf *buf, const char *b64) in sshbuf_b64tod() function
240 int sshbuf_b64tod(struct sshbuf *buf, const char *b64);
1328 if ((r = sshbuf_b64tod(blob, cp)) != 0) { in sshkey_read()3261 if ((r = sshbuf_b64tod(decoded, (char *)sshbuf_ptr(encoded))) != 0) in sshkey_parse_private2()