Searched refs:sshbuf_from (Results 1 - 12 of 12) sorted by relevance

/freebsd-10-stable/crypto/openssh/regress/unittests/sshbuf/
H A Dtest_sshbuf_fixed.c38 TEST_START("sshbuf_from");
39 p1 = sshbuf_from(test_buf, sizeof(test_buf));
51 TEST_START("sshbuf_from data");
52 p1 = sshbuf_from(test_buf, sizeof(test_buf) - 1);
/freebsd-10-stable/crypto/openssh/
H A Dssh-ecdsa.c133 if ((b = sshbuf_from(signature, signaturelen)) == NULL)
H A Dssh-ed25519.c114 if ((b = sshbuf_from(signature, signaturelen)) == NULL)
H A Dsshbuf.c89 sshbuf_from(const void *blob, size_t len) function
125 if ((ret = sshbuf_from(sshbuf_ptr(buf), sshbuf_len(buf))) == NULL)
H A Dssh-keysign.c86 if ((b = sshbuf_from(data, datalen)) == NULL)
87 fatal("%s: sshbuf_from failed", __func__);
H A Dsshbuf.h72 struct sshbuf *sshbuf_from(const void *blob, size_t len);
H A Dssh-dss.c156 if ((b = sshbuf_from(signature, signaturelen)) == NULL)
H A Dssh-rsa.c179 if ((b = sshbuf_from(sig, siglen)) == NULL)
H A Dsshbuf-getput-basic.c390 if ((ret = sshbuf_from(p, len)) == NULL)
H A Dssh_namespace.h744 #define sshbuf_from Fssh_sshbuf_from macro
H A Dssh-keygen.c441 if ((b = sshbuf_from(blob, blen)) == NULL)
442 fatal("%s: sshbuf_from failed", __func__);
H A Dsshkey.c2148 if ((b = sshbuf_from(blob, blen)) == NULL)

Completed in 202 milliseconds