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

/openbsd-current/regress/usr.bin/ssh/unittests/sshbuf/
H A Dtest_sshbuf_fixed.c33 TEST_START("sshbuf_from");
34 p1 = sshbuf_from(test_buf, sizeof(test_buf));
46 TEST_START("sshbuf_from data");
47 p1 = sshbuf_from(test_buf, sizeof(test_buf) - 1);
H A Dtest_sshbuf_misc.c164 p1 = sshbuf_from(msg, sizeof(msg) - 1);
184 p1 = sshbuf_from(msg, sizeof(msg) - 1);
/openbsd-current/usr.bin/ssh/
H A Dssh-ecdsa-sk.c161 (chall = sshbuf_from(data, datalen)) == NULL) {
246 if ((b = sshbuf_from(sig, siglen)) == NULL)
H A Dsshbuf.c109 sshbuf_from(const void *blob, size_t len) function
147 if ((ret = sshbuf_from(sshbuf_ptr(buf), sshbuf_len(buf))) == NULL)
H A Dttymodes.c328 if ((buf = sshbuf_from(data, len)) == NULL) {
329 error_f("sshbuf_from failed");
H A Dssh-ed25519.c222 if ((b = sshbuf_from(sig, siglen)) == NULL)
H A Dssh-ed25519-sk.c153 if ((b = sshbuf_from(sig, siglen)) == NULL)
H A Dssh-keysign.c77 if ((b = sshbuf_from(data, datalen)) == NULL)
78 fatal_f("sshbuf_from failed");
H A Dssh-xmss.c296 if ((b = sshbuf_from(sig, siglen)) == NULL)
H A Dsshbuf.h53 struct sshbuf *sshbuf_from(const void *blob, size_t len);
H A Dssh-ecdsa.c307 if ((b = sshbuf_from(sig, siglen)) == NULL)
H A Dssh-dss.c344 if ((b = sshbuf_from(sig, siglen)) == NULL)
H A Dsshbuf-getput-basic.c555 if ((ret = sshbuf_from(p, len)) == NULL)
H A Dssh-rsa.c487 if ((b = sshbuf_from(sig, siglen)) == NULL)
H A Dmonitor.c1016 if ((b = sshbuf_from(data, datalen)) == NULL)
1017 fatal_f("sshbuf_from");
1097 if ((b = sshbuf_from(data, datalen)) == NULL)
H A Dauth2-pubkey.c124 if ((pkbuf = sshbuf_from(pkblob, blen)) == NULL)
125 fatal_f("sshbuf_from failed");
H A Dsshkey-xmss.c414 if ((enc = sshbuf_from(data, len)) == NULL) {
H A Dchannels.c3123 if ((original = sshbuf_from(cp, have)) == NULL ||
3150 if ((original = sshbuf_from(cp, have)) == NULL ||
3175 if ((original = sshbuf_from(cp, have)) == NULL) {
H A Dsshkey.c1936 if ((b = sshbuf_from(blob, blen)) == NULL)
1971 if ((b = sshbuf_from(sig, siglen)) == NULL)

Completed in 307 milliseconds