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

12

/freebsd-10.3-release/crypto/openssh/regress/unittests/sshbuf/
H A Dtest_sshbuf_misc.c36 p1 = sshbuf_new();
53 p1 = sshbuf_new();
64 p1 = sshbuf_new();
75 p1 = sshbuf_new();
87 p1 = sshbuf_new();
100 p1 = sshbuf_new();
112 p1 = sshbuf_new();
121 p1 = sshbuf_new();
130 p1 = sshbuf_new();
H A Dtest_sshbuf_getput_basic.c78 p1 = sshbuf_new();
114 p1 = sshbuf_new();
132 p1 = sshbuf_new();
153 p1 = sshbuf_new();
180 p1 = sshbuf_new();
201 p1 = sshbuf_new();
210 p1 = sshbuf_new();
220 p1 = sshbuf_new();
230 p1 = sshbuf_new();
239 p1 = sshbuf_new();
[all...]
H A Dtest_sshbuf_getput_crypto.c82 p1 = sshbuf_new();
94 p1 = sshbuf_new();
106 p1 = sshbuf_new();
118 p1 = sshbuf_new();
130 p1 = sshbuf_new();
142 p1 = sshbuf_new();
154 p1 = sshbuf_new();
167 p1 = sshbuf_new();
179 p1 = sshbuf_new();
196 p1 = sshbuf_new();
[all...]
H A Dtest_sshbuf.c37 p1 = sshbuf_new();
67 p1 = sshbuf_new();
75 p1 = sshbuf_new();
83 p1 = sshbuf_new();
138 p1 = sshbuf_new();
164 p1 = sshbuf_new();
225 p1 = sshbuf_new();
H A Dtest_sshbuf_fixed.c70 p1 = sshbuf_new();
103 p1 = sshbuf_new();
108 p2 = sshbuf_new();
H A Dtest_sshbuf_fuzz.c39 p1 = sshbuf_new();
105 p1 = sshbuf_new();
H A Dtest_sshbuf_getput_fuzz.c46 p1 = sshbuf_new();
/freebsd-10.3-release/crypto/openssh/regress/unittests/sshkey/
H A Dtest_fuzz.c55 ASSERT_PTR_NE(buf = sshbuf_new(), NULL);
116 ASSERT_PTR_NE(fuzzed = sshbuf_new(), NULL);
137 ASSERT_PTR_NE(fuzzed = sshbuf_new(), NULL);
158 ASSERT_PTR_NE(fuzzed = sshbuf_new(), NULL);
178 ASSERT_PTR_NE(fuzzed = sshbuf_new(), NULL);
198 ASSERT_PTR_NE(fuzzed = sshbuf_new(), NULL);
218 ASSERT_PTR_NE(fuzzed = sshbuf_new(), NULL);
239 ASSERT_PTR_NE(fuzzed = sshbuf_new(), NULL);
259 ASSERT_PTR_NE(fuzzed = sshbuf_new(), NULL);
280 ASSERT_PTR_NE(fuzzed = sshbuf_new(), NUL
[all...]
H A Dcommon.c45 ASSERT_PTR_NE(ret = sshbuf_new(), NULL);
H A Dtest_sshkey.c44 sect = sshbuf_new();
62 ca_buf = sshbuf_new();
70 pk = sshbuf_new();
75 principals = sshbuf_new();
80 critopts = sshbuf_new();
85 exts = sshbuf_new();
449 k1->cert->critical = sshbuf_new();
451 k1->cert->extensions = sshbuf_new();
459 b = sshbuf_new();
/freebsd-10.3-release/crypto/openssh/
H A Dkexdh.c61 if ((b = sshbuf_new()) == NULL)
H A Dauthfd.c187 if ((msg = sshbuf_new()) == NULL)
293 if ((msg = sshbuf_new()) == NULL)
399 if ((msg = sshbuf_new()) == NULL)
461 if ((msg = sshbuf_new()) == NULL)
560 if ((msg = sshbuf_new()) == NULL)
620 if ((msg = sshbuf_new()) == NULL)
677 if ((msg = sshbuf_new()) == NULL)
709 if ((msg = sshbuf_new()) == NULL)
H A Dssh-ecdsa.c79 if ((bb = sshbuf_new()) == NULL || (b = sshbuf_new()) == NULL) {
H A Dkexecdh.c68 if ((b = sshbuf_new()) == NULL)
H A Dkexgex.c65 if ((b = sshbuf_new()) == NULL)
H A Dsftp-client.c166 if ((msg = sshbuf_new()) == NULL)
167 fatal("%s: sshbuf_new failed", __func__);
184 if ((msg = sshbuf_new()) == NULL)
185 fatal("%s: sshbuf_new failed", __func__);
204 if ((msg = sshbuf_new()) == NULL)
205 fatal("%s: sshbuf_new failed", __func__);
243 if ((msg = sshbuf_new()) == NULL)
244 fatal("%s: sshbuf_new failed", __func__);
280 if ((msg = sshbuf_new()) == NULL)
281 fatal("%s: sshbuf_new faile
[all...]
H A Dauthfile.c83 if ((keyblob = sshbuf_new()) == NULL)
154 if ((b = sshbuf_new()) == NULL)
234 if ((buffer = sshbuf_new()) == NULL) {
269 if ((buffer = sshbuf_new()) == NULL) {
H A Dkexc25519.c102 if ((b = sshbuf_new()) == NULL)
H A Dssh-agent.c276 if ((msg = sshbuf_new()) == NULL)
277 fatal("%s: sshbuf_new failed", __func__);
331 if ((msg = sshbuf_new()) == NULL)
332 fatal("%s: sshbuf_new failed", __func__);
423 if ((msg = sshbuf_new()) == NULL)
424 fatal("%s: sshbuf_new failed", __func__);
756 if ((msg = sshbuf_new()) == NULL)
757 fatal("%s: sshbuf_new failed", __func__);
1002 if ((sockets[i].input = sshbuf_new()) == NULL)
1003 fatal("%s: sshbuf_new faile
[all...]
H A Dkexc25519c.c121 if ((shared_secret = sshbuf_new()) == NULL) {
H A Dkexc25519s.c99 if ((shared_secret = sshbuf_new()) == NULL) {
H A Dssh-ed25519.c65 if ((b = sshbuf_new()) == NULL) {
H A Dsftp-server.c524 if ((msg = sshbuf_new()) == NULL)
525 fatal("%s: sshbuf_new failed", __func__);
545 if ((msg = sshbuf_new()) == NULL)
546 fatal("%s: sshbuf_new failed", __func__);
580 if ((msg = sshbuf_new()) == NULL)
581 fatal("%s: sshbuf_new failed", __func__);
604 if ((msg = sshbuf_new()) == NULL)
605 fatal("%s: sshbuf_new failed", __func__);
624 if ((msg = sshbuf_new()) == NULL)
625 fatal("%s: sshbuf_new faile
[all...]
H A Dsshkey.c442 if ((cert->certblob = sshbuf_new()) == NULL ||
443 (cert->critical = sshbuf_new()) == NULL ||
444 (cert->extensions = sshbuf_new()) == NULL) {
811 if ((tmp = sshbuf_new()) == NULL)
837 if ((b = sshbuf_new()) == NULL)
1286 if ((blob = sshbuf_new()) == NULL)
1393 if ((b = sshbuf_new()) == NULL)
1480 if ((b = sshbuf_new()) == NULL)
2440 if ((principals = sshbuf_new()) == NULL) {
3052 if ((kdf = sshbuf_new())
[all...]
/freebsd-10.3-release/crypto/openssh/regress/unittests/kex/
H A Dtest_kex.c131 state = sshbuf_new();

Completed in 105 milliseconds

12