Searched refs:sshbuf_b64tod (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/crypto/openssh/regress/unittests/sshbuf/ |
| H A 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()
|
| /freebsd-14.2/crypto/openssh/ |
| H A D | sshbuf-misc.c | 149 sshbuf_b64tod(struct sshbuf *buf, const char *b64) in sshbuf_b64tod() function
|
| H A D | sshbuf.h | 245 int sshbuf_b64tod(struct sshbuf *buf, const char *b64);
|
| H A D | sshsig.c | 147 if ((r = sshbuf_b64tod(buf, b64)) != 0) { in sshsig_dearmor()
|
| H A D | ssh_namespace.h | 755 #define sshbuf_b64tod Fssh_sshbuf_b64tod macro
|
| H A D | sshkey.c | 1212 if ((r = sshbuf_b64tod(blob, blobcopy)) != 0) { in sshkey_read() 2929 if ((r = sshbuf_b64tod(decoded, (char *)sshbuf_ptr(encoded))) != 0) in private2_uudecode()
|
| H A D | ssh-keygen.c | 690 if ((r = sshbuf_b64tod(buf, encoded)) != 0) in do_convert_from_ssh2() 2275 if ((r = sshbuf_b64tod(b, tmp)) != 0) in hash_to_blob()
|