Searched refs:sshbuf_new (Results 1 - 25 of 68) sorted by relevance

123

/openbsd-current/regress/usr.bin/ssh/unittests/sshbuf/
H A Dtest_sshbuf_getput_basic.c73 p1 = sshbuf_new();
109 p1 = sshbuf_new();
127 p1 = sshbuf_new();
148 p1 = sshbuf_new();
175 p1 = sshbuf_new();
196 p1 = sshbuf_new();
205 p1 = sshbuf_new();
215 p1 = sshbuf_new();
225 p1 = sshbuf_new();
234 p1 = sshbuf_new();
[all...]
H A Dtest_sshbuf_misc.c32 p1 = sshbuf_new();
49 p1 = sshbuf_new();
60 p1 = sshbuf_new();
71 p1 = sshbuf_new();
83 p1 = sshbuf_new();
96 p1 = sshbuf_new();
108 p1 = sshbuf_new();
117 p1 = sshbuf_new();
126 p1 = sshbuf_new();
135 p1 = sshbuf_new();
[all...]
H A Dtest_sshbuf.c34 p1 = sshbuf_new();
64 p1 = sshbuf_new();
72 p1 = sshbuf_new();
80 p1 = sshbuf_new();
135 p1 = sshbuf_new();
161 p1 = sshbuf_new();
222 p1 = sshbuf_new();
H A Dtest_sshbuf_getput_crypto.c71 p1 = sshbuf_new();
83 p1 = sshbuf_new();
95 p1 = sshbuf_new();
108 p1 = sshbuf_new();
120 p1 = sshbuf_new();
137 p1 = sshbuf_new();
152 p1 = sshbuf_new();
167 p1 = sshbuf_new();
185 p1 = sshbuf_new();
201 p1 = sshbuf_new();
[all...]
H A Dtest_sshbuf_fixed.c65 p1 = sshbuf_new();
98 p1 = sshbuf_new();
103 p2 = sshbuf_new();
H A Dtest_sshbuf_fuzz.c39 p1 = sshbuf_new();
105 p1 = sshbuf_new();
/openbsd-current/usr.bin/ssh/
H A Dkexc25519.c96 if ((buf = sshbuf_new()) == NULL)
134 if ((server_blob = sshbuf_new()) == NULL) {
142 if ((buf = sshbuf_new()) == NULL) {
182 if ((buf = sshbuf_new()) == NULL) {
H A Dssh-sk-helper.c68 if ((resp = sshbuf_new()) == NULL)
69 fatal("%s: sshbuf_new failed", __progname);
128 if ((resp = sshbuf_new()) == NULL)
129 fatal("%s: sshbuf_new failed", __progname);
155 if ((attest = sshbuf_new()) == NULL ||
156 (kbuf = sshbuf_new()) == NULL)
157 fatal("%s: sshbuf_new failed", __progname);
187 if ((resp = sshbuf_new()) == NULL)
188 fatal("%s: sshbuf_new failed", __progname);
219 if ((kbuf = sshbuf_new())
[all...]
H A Dauthfd.c187 if ((reply = sshbuf_new()) == NULL)
220 if ((msg = sshbuf_new()) == NULL)
273 if ((msg = sshbuf_new()) == NULL)
418 if ((msg = sshbuf_new()) == NULL)
464 if ((b = sshbuf_new()) == NULL)
490 if ((b = sshbuf_new()) == NULL)
538 if ((b = sshbuf_new()) == NULL) {
557 if ((b = sshbuf_new()) == NULL) {
596 if ((msg = sshbuf_new()) == NULL)
654 if ((msg = sshbuf_new())
[all...]
H A Dssh-sk-client.c151 if ((req = sshbuf_new()) == NULL || (resp = sshbuf_new()) == NULL) {
238 if ((kbuf = sshbuf_new()) == NULL ||
239 (req = sshbuf_new()) == NULL) {
304 if ((abuf = sshbuf_new()) == NULL ||
305 (kbuf = sshbuf_new()) == NULL ||
306 (req = sshbuf_new()) == NULL) {
400 if ((kbuf = sshbuf_new()) == NULL ||
401 (req = sshbuf_new()) == NULL) {
H A Dmonitor_wrap.c93 if ((log_msg = sshbuf_new()) == NULL)
94 fatal_f("sshbuf_new failed");
230 if ((m = sshbuf_new()) == NULL)
231 fatal_f("sshbuf_new failed");
269 if ((m = sshbuf_new()) == NULL)
270 fatal_f("sshbuf_new failed");
352 if ((m = sshbuf_new()) == NULL)
353 fatal_f("sshbuf_new failed");
402 if ((m = sshbuf_new()) == NULL)
403 fatal_f("sshbuf_new faile
[all...]
H A Dkexecdh.c65 if ((buf = sshbuf_new()) == NULL) {
115 if ((server_blob = sshbuf_new()) == NULL) {
146 if ((buf = sshbuf_new()) == NULL) {
H A Dkexdh.c117 if ((buf = sshbuf_new()) == NULL)
149 if ((server_blob = sshbuf_new()) == NULL) {
177 if ((buf = sshbuf_new()) == NULL) {
H A Dkexsntrup761x25519.c46 if ((buf = sshbuf_new()) == NULL)
101 if ((buf = sshbuf_new()) == NULL) {
109 if ((server_blob = sshbuf_new()) == NULL) {
181 if ((buf = sshbuf_new()) == NULL) {
H A Dssh-pkcs11-helper.c120 if ((msg = sshbuf_new()) == NULL)
121 fatal_f("sshbuf_new failed");
160 if ((msg = sshbuf_new()) == NULL)
161 fatal_f("sshbuf_new failed");
225 if ((msg = sshbuf_new()) == NULL)
226 fatal_f("sshbuf_new failed");
344 if ((iqueue = sshbuf_new()) == NULL)
345 fatal_f("sshbuf_new failed");
346 if ((oqueue = sshbuf_new()) == NULL)
347 fatal_f("sshbuf_new faile
[all...]
H A Dkexgex.c61 if ((b = sshbuf_new()) == NULL)
H A Dsshbuf-io.c47 if ((blob = sshbuf_new()) == NULL)
H A Dkexgen.c62 if ((b = sshbuf_new()) == NULL)
228 if ((kex->initial_sig = sshbuf_new()) == NULL) {
318 if ((server_host_key_blob = sshbuf_new()) == NULL) {
H A Dkexgexc.c170 if ((shared_secret = sshbuf_new()) == NULL) {
212 if ((kex->initial_sig = sshbuf_new()) == NULL) {
H A Dsshsig.c54 if ((buf = sshbuf_new()) == NULL) {
55 error_f("sshbuf_new failed");
139 if ((buf = sshbuf_new()) == NULL) {
140 error_f("sshbuf_new() failed");
174 if ((tosign = sshbuf_new()) == NULL ||
175 (blob = sshbuf_new()) == NULL) {
176 error_f("sshbuf_new failed");
315 if ((toverify = sshbuf_new()) == NULL) {
316 error_f("sshbuf_new failed");
422 if ((b = sshbuf_new())
[all...]
H A Dkexgexs.c144 if ((shared_secret = sshbuf_new()) == NULL) {
150 if ((server_host_key_blob = sshbuf_new()) == NULL) {
H A Dsftp-client.c219 if ((msg = sshbuf_new()) == NULL)
220 fatal_f("sshbuf_new failed");
237 if ((msg = sshbuf_new()) == NULL)
238 fatal_f("sshbuf_new failed");
258 if ((msg = sshbuf_new()) == NULL)
259 fatal_f("sshbuf_new failed");
297 if ((msg = sshbuf_new()) == NULL)
298 fatal_f("sshbuf_new failed");
336 if ((msg = sshbuf_new()) == NULL)
337 fatal_f("sshbuf_new faile
[all...]
H A Dsshd-session.c416 if ((b = sshbuf_new()) == NULL)
417 fatal_f("sshbuf_new failed");
577 if ((buf = sshbuf_new()) == NULL)
578 fatal_f("sshbuf_new");
693 if ((m = sshbuf_new()) == NULL || (inc = sshbuf_new()) == NULL)
694 fatal_f("sshbuf_new failed");
712 if ((item->contents = sshbuf_new()) == NULL)
713 fatal_f("sshbuf_new failed");
984 if ((cfg = sshbuf_new())
[all...]
/openbsd-current/regress/usr.bin/ssh/unittests/sshkey/
H A Dtest_fuzz.c54 ASSERT_PTR_NE(buf = sshbuf_new(), NULL);
118 ASSERT_PTR_NE(fuzzed = sshbuf_new(), NULL);
140 ASSERT_PTR_NE(fuzzed = sshbuf_new(), NULL);
163 ASSERT_PTR_NE(fuzzed = sshbuf_new(), NULL);
185 ASSERT_PTR_NE(fuzzed = sshbuf_new(), NULL);
208 ASSERT_PTR_NE(fuzzed = sshbuf_new(), NULL);
230 ASSERT_PTR_NE(fuzzed = sshbuf_new(), NULL);
252 ASSERT_PTR_NE(fuzzed = sshbuf_new(), NULL);
H A Dtest_sshkey.c37 sect = sshbuf_new();
55 ca_buf = sshbuf_new();
63 pk = sshbuf_new();
68 principals = sshbuf_new();
73 critopts = sshbuf_new();
78 exts = sshbuf_new();
398 k1->cert->critical = sshbuf_new();
401 k1->cert->extensions = sshbuf_new();
409 b = sshbuf_new();

Completed in 338 milliseconds

123