Symbol: sshbuf_new
crypto/openssh/auth-options.c
715
if ((b = sshbuf_new()) == NULL) {
crypto/openssh/auth-pam.c
1003
if ((buffer = sshbuf_new()) == NULL)
crypto/openssh/auth-pam.c
413
if ((buffer = sshbuf_new()) == NULL) {
crypto/openssh/auth-pam.c
512
if ((buffer = sshbuf_new()) == NULL)
crypto/openssh/auth-pam.c
855
if ((buffer = sshbuf_new()) == NULL)
crypto/openssh/auth.c
602
else if ((auth_debug = sshbuf_new()) == NULL)
crypto/openssh/auth2-chall.c
114
if ((b = sshbuf_new()) == NULL)
crypto/openssh/auth2-gss.c
299
if ((b = sshbuf_new()) == NULL)
crypto/openssh/auth2-hostbased.c
127
if ((b = sshbuf_new()) == NULL)
crypto/openssh/auth2-pubkey.c
189
if ((b = sshbuf_new()) == NULL)
crypto/openssh/auth2.c
498
if ((b = sshbuf_new()) == NULL)
crypto/openssh/auth2.c
777
if ((authctxt->session_info = sshbuf_new()) == NULL)
crypto/openssh/authfd.c
188
if ((reply = sshbuf_new()) == NULL)
crypto/openssh/authfd.c
221
if ((msg = sshbuf_new()) == NULL)
crypto/openssh/authfd.c
274
if ((msg = sshbuf_new()) == NULL)
crypto/openssh/authfd.c
419
if ((msg = sshbuf_new()) == NULL)
crypto/openssh/authfd.c
465
if ((b = sshbuf_new()) == NULL)
crypto/openssh/authfd.c
491
if ((b = sshbuf_new()) == NULL)
crypto/openssh/authfd.c
539
if ((b = sshbuf_new()) == NULL) {
crypto/openssh/authfd.c
558
if ((b = sshbuf_new()) == NULL) {
crypto/openssh/authfd.c
597
if ((msg = sshbuf_new()) == NULL)
crypto/openssh/authfd.c
655
if ((msg = sshbuf_new()) == NULL)
crypto/openssh/authfd.c
701
if ((msg = sshbuf_new()) == NULL)
crypto/openssh/authfd.c
738
if ((msg = sshbuf_new()) == NULL)
crypto/openssh/authfd.c
762
if ((msg = sshbuf_new()) == NULL)
crypto/openssh/authfile.c
75
if ((keyblob = sshbuf_new()) == NULL)
crypto/openssh/channels.c
1045
if ((buf = sshbuf_new()) == NULL)
crypto/openssh/channels.c
3166
(modified = sshbuf_new()) == NULL) {
crypto/openssh/channels.c
3193
(modified = sshbuf_new()) == NULL) {
crypto/openssh/channels.c
3321
if ((b = sshbuf_new()) == NULL) {
crypto/openssh/channels.c
518
if ((c->input = sshbuf_new()) == NULL ||
crypto/openssh/channels.c
519
(c->output = sshbuf_new()) == NULL ||
crypto/openssh/channels.c
520
(c->extended = sshbuf_new()) == NULL)
crypto/openssh/clientloop.c
1718
if ((b = sshbuf_new()) == NULL) {
crypto/openssh/clientloop.c
2352
if ((signdata = sshbuf_new()) == NULL)
crypto/openssh/clientloop.c
2604
if ((buf = sshbuf_new()) == NULL)
crypto/openssh/gss-genr.c
115
if ((b = sshbuf_new()) == NULL)
crypto/openssh/kex.c
347
if ((m = sshbuf_new()) == NULL)
crypto/openssh/kex.c
675
(kex->peer = sshbuf_new()) == NULL ||
crypto/openssh/kex.c
676
(kex->my = sshbuf_new()) == NULL ||
crypto/openssh/kex.c
677
(kex->client_version = sshbuf_new()) == NULL ||
crypto/openssh/kex.c
678
(kex->server_version = sshbuf_new()) == NULL ||
crypto/openssh/kex.c
679
(kex->session_id = sshbuf_new()) == NULL) {
crypto/openssh/kexc25519.c
136
if ((server_blob = sshbuf_new()) == NULL) {
crypto/openssh/kexc25519.c
144
if ((buf = sshbuf_new()) == NULL) {
crypto/openssh/kexc25519.c
184
if ((buf = sshbuf_new()) == NULL) {
crypto/openssh/kexc25519.c
98
if ((buf = sshbuf_new()) == NULL)
crypto/openssh/kexdh.c
124
if ((buf = sshbuf_new()) == NULL)
crypto/openssh/kexdh.c
156
if ((server_blob = sshbuf_new()) == NULL) {
crypto/openssh/kexdh.c
184
if ((buf = sshbuf_new()) == NULL) {
crypto/openssh/kexecdh.c
119
if ((server_blob = sshbuf_new()) == NULL) {
crypto/openssh/kexecdh.c
150
if ((buf = sshbuf_new()) == NULL) {
crypto/openssh/kexecdh.c
69
if ((buf = sshbuf_new()) == NULL) {
crypto/openssh/kexgen.c
231
if ((kex->initial_sig = sshbuf_new()) == NULL) {
crypto/openssh/kexgen.c
321
if ((server_host_key_blob = sshbuf_new()) == NULL) {
crypto/openssh/kexgen.c
65
if ((b = sshbuf_new()) == NULL)
crypto/openssh/kexgex.c
67
if ((b = sshbuf_new()) == NULL)
crypto/openssh/kexgexc.c
177
if ((shared_secret = sshbuf_new()) == NULL) {
crypto/openssh/kexgexc.c
219
if ((kex->initial_sig = sshbuf_new()) == NULL) {
crypto/openssh/kexgexs.c
151
if ((shared_secret = sshbuf_new()) == NULL) {
crypto/openssh/kexgexs.c
157
if ((server_host_key_blob = sshbuf_new()) == NULL) {
crypto/openssh/kexsntrup761x25519.c
105
if ((buf = sshbuf_new()) == NULL) {
crypto/openssh/kexsntrup761x25519.c
113
if ((server_blob = sshbuf_new()) == NULL) {
crypto/openssh/kexsntrup761x25519.c
185
if ((buf = sshbuf_new()) == NULL) {
crypto/openssh/kexsntrup761x25519.c
50
if ((buf = sshbuf_new()) == NULL)
crypto/openssh/krl.c
583
if ((sect = sshbuf_new()) == NULL)
crypto/openssh/krl.c
742
if ((sect = sshbuf_new()) == NULL)
crypto/openssh/krl.c
877
if ((subsect = sshbuf_new()) == NULL)
crypto/openssh/misc.c
1277
if ((buf = sshbuf_new()) == NULL)
crypto/openssh/misc.c
2123
if ((buf = sshbuf_new()) == NULL || (arg = sshbuf_new()) == NULL)
crypto/openssh/monitor.c
1779
if ((child_state = sshbuf_new()) == NULL)
crypto/openssh/monitor.c
327
if ((m = sshbuf_new()) == NULL)
crypto/openssh/monitor.c
429
if ((logmsg = sshbuf_new()) == NULL)
crypto/openssh/monitor.c
504
if ((m = sshbuf_new()) == NULL)
crypto/openssh/monitor.c
654
if ((sigbuf = sshbuf_new()) == NULL)
crypto/openssh/monitor_wrap.c
1011
if ((m = sshbuf_new()) == NULL)
crypto/openssh/monitor_wrap.c
1040
if ((m = sshbuf_new()) == NULL)
crypto/openssh/monitor_wrap.c
1062
if ((m = sshbuf_new()) == NULL)
crypto/openssh/monitor_wrap.c
234
if ((m = sshbuf_new()) == NULL)
crypto/openssh/monitor_wrap.c
273
if ((m = sshbuf_new()) == NULL)
crypto/openssh/monitor_wrap.c
356
if ((m = sshbuf_new()) == NULL)
crypto/openssh/monitor_wrap.c
415
if ((m = sshbuf_new()) == NULL)
crypto/openssh/monitor_wrap.c
444
if ((m = sshbuf_new()) == NULL)
crypto/openssh/monitor_wrap.c
467
if ((m = sshbuf_new()) == NULL)
crypto/openssh/monitor_wrap.c
521
if ((m = sshbuf_new()) == NULL)
crypto/openssh/monitor_wrap.c
573
if ((m = sshbuf_new()) == NULL)
crypto/openssh/monitor_wrap.c
614
if ((m = sshbuf_new()) == NULL)
crypto/openssh/monitor_wrap.c
641
if ((m = sshbuf_new()) == NULL)
crypto/openssh/monitor_wrap.c
683
if ((m = sshbuf_new()) == NULL)
crypto/openssh/monitor_wrap.c
708
if ((m = sshbuf_new()) == NULL)
crypto/openssh/monitor_wrap.c
728
if ((m = sshbuf_new()) == NULL)
crypto/openssh/monitor_wrap.c
754
if ((m = sshbuf_new()) == NULL)
crypto/openssh/monitor_wrap.c
780
if ((m = sshbuf_new()) == NULL)
crypto/openssh/monitor_wrap.c
815
if ((m = sshbuf_new()) == NULL)
crypto/openssh/monitor_wrap.c
841
if ((m = sshbuf_new()) == NULL)
crypto/openssh/monitor_wrap.c
858
if ((m = sshbuf_new()) == NULL)
crypto/openssh/monitor_wrap.c
887
if ((m = sshbuf_new()) == NULL)
crypto/openssh/monitor_wrap.c
924
if ((m = sshbuf_new()) == NULL)
crypto/openssh/monitor_wrap.c
949
if ((m = sshbuf_new()) == NULL)
crypto/openssh/monitor_wrap.c
966
if ((m = sshbuf_new()) == NULL)
crypto/openssh/monitor_wrap.c
97
if ((log_msg = sshbuf_new()) == NULL)
crypto/openssh/monitor_wrap.c
987
if ((m = sshbuf_new()) == NULL)
crypto/openssh/mux.c
1071
if ((reply = sshbuf_new()) == NULL)
crypto/openssh/mux.c
1157
if ((out = sshbuf_new()) == NULL)
crypto/openssh/mux.c
1238
if ((m = sshbuf_new()) == NULL)
crypto/openssh/mux.c
1261
if ((m = sshbuf_new()) == NULL)
crypto/openssh/mux.c
1371
if ((reply = sshbuf_new()) == NULL)
crypto/openssh/mux.c
1514
if ((queue = sshbuf_new()) == NULL)
crypto/openssh/mux.c
1565
if ((queue = sshbuf_new()) == NULL)
crypto/openssh/mux.c
1603
if ((m = sshbuf_new()) == NULL)
crypto/openssh/mux.c
1666
if ((m = sshbuf_new()) == NULL)
crypto/openssh/mux.c
1717
if ((m = sshbuf_new()) == NULL)
crypto/openssh/mux.c
1793
if ((m = sshbuf_new()) == NULL)
crypto/openssh/mux.c
1913
if ((m = sshbuf_new()) == NULL)
crypto/openssh/mux.c
2081
if ((m = sshbuf_new()) == NULL)
crypto/openssh/mux.c
2134
if ((m = sshbuf_new()) == NULL)
crypto/openssh/mux.c
2223
if ((m = sshbuf_new()) == NULL)
crypto/openssh/mux.c
392
if ((cctx->cmd = sshbuf_new()) == NULL)
crypto/openssh/mux.c
610
if ((out = sshbuf_new()) == NULL)
crypto/openssh/packet.c
1371
state->outgoing_packet = sshbuf_new();
crypto/openssh/packet.c
238
(state->input = sshbuf_new()) == NULL ||
crypto/openssh/packet.c
2381
if ((b = sshbuf_new()) == NULL)
crypto/openssh/packet.c
239
(state->output = sshbuf_new()) == NULL ||
crypto/openssh/packet.c
240
(state->outgoing_packet = sshbuf_new()) == NULL ||
crypto/openssh/packet.c
241
(state->incoming_packet = sshbuf_new()) == NULL)
crypto/openssh/packet.c
779
((ssh->state->compression_buffer = sshbuf_new()) == NULL))
crypto/openssh/servconf.c
2301
if ((item->contents = sshbuf_new()) == NULL)
crypto/openssh/serverloop.c
656
if ((resp = sshbuf_new()) == NULL || (sigbuf = sshbuf_new()) == NULL)
crypto/openssh/serverloop.c
770
if ((resp = sshbuf_new()) == NULL)
crypto/openssh/sftp-client.c
1018
if ((msg = sshbuf_new()) == NULL)
crypto/openssh/sftp-client.c
1140
if ((msg = sshbuf_new()) == NULL)
crypto/openssh/sftp-client.c
1225
if ((msg = sshbuf_new()) == NULL)
crypto/openssh/sftp-client.c
1276
if ((msg = sshbuf_new()) == NULL)
crypto/openssh/sftp-client.c
1313
if ((msg = sshbuf_new()) == NULL)
crypto/openssh/sftp-client.c
1349
if ((msg = sshbuf_new()) == NULL)
crypto/openssh/sftp-client.c
1384
if ((msg = sshbuf_new()) == NULL)
crypto/openssh/sftp-client.c
1444
if ((msg = sshbuf_new()) == NULL)
crypto/openssh/sftp-client.c
1474
if ((msg = sshbuf_new()) == NULL)
crypto/openssh/sftp-client.c
1503
if ((msg = sshbuf_new()) == NULL)
crypto/openssh/sftp-client.c
1528
if ((msg = sshbuf_new()) == NULL)
crypto/openssh/sftp-client.c
1561
if ((msg = sshbuf_new()) == NULL)
crypto/openssh/sftp-client.c
1689
if ((msg = sshbuf_new()) == NULL)
crypto/openssh/sftp-client.c
2120
if ((msg = sshbuf_new()) == NULL)
crypto/openssh/sftp-client.c
239
if ((msg = sshbuf_new()) == NULL)
crypto/openssh/sftp-client.c
2395
if ((msg = sshbuf_new()) == NULL)
crypto/openssh/sftp-client.c
2522
if ((msg = sshbuf_new()) == NULL)
crypto/openssh/sftp-client.c
257
if ((msg = sshbuf_new()) == NULL)
crypto/openssh/sftp-client.c
278
if ((msg = sshbuf_new()) == NULL)
crypto/openssh/sftp-client.c
2862
if ((msg = sshbuf_new()) == NULL ||
crypto/openssh/sftp-client.c
2863
(uidbuf = sshbuf_new()) == NULL ||
crypto/openssh/sftp-client.c
2864
(gidbuf = sshbuf_new()) == NULL)
crypto/openssh/sftp-client.c
317
if ((msg = sshbuf_new()) == NULL)
crypto/openssh/sftp-client.c
356
if ((msg = sshbuf_new()) == NULL)
crypto/openssh/sftp-client.c
406
if ((msg = sshbuf_new()) == NULL)
crypto/openssh/sftp-client.c
475
if ((msg = sshbuf_new()) == NULL)
crypto/openssh/sftp-client.c
633
if ((msg = sshbuf_new()) == NULL)
crypto/openssh/sftp-client.c
681
if ((msg = sshbuf_new()) == NULL)
crypto/openssh/sftp-client.c
718
if ((msg = sshbuf_new()) == NULL)
crypto/openssh/sftp-server.c
1533
if ((msg = sshbuf_new()) == NULL)
crypto/openssh/sftp-server.c
1734
if ((usernames = sshbuf_new()) == NULL ||
crypto/openssh/sftp-server.c
1735
(groupnames = sshbuf_new()) == NULL ||
crypto/openssh/sftp-server.c
1736
(msg = sshbuf_new()) == NULL)
crypto/openssh/sftp-server.c
2024
if ((iqueue = sshbuf_new()) == NULL)
crypto/openssh/sftp-server.c
2026
if ((oqueue = sshbuf_new()) == NULL)
crypto/openssh/sftp-server.c
558
if ((msg = sshbuf_new()) == NULL)
crypto/openssh/sftp-server.c
586
if ((msg = sshbuf_new()) == NULL)
crypto/openssh/sftp-server.c
621
if ((msg = sshbuf_new()) == NULL)
crypto/openssh/sftp-server.c
645
if ((msg = sshbuf_new()) == NULL)
crypto/openssh/sftp-server.c
665
if ((msg = sshbuf_new()) == NULL)
crypto/openssh/sftp-server.c
718
if ((msg = sshbuf_new()) == NULL)
crypto/openssh/ssh-agent.c
1520
if ((msg = sshbuf_new()) == NULL)
crypto/openssh/ssh-agent.c
1755
if ((e->session_ids[i].sid = sshbuf_new()) == NULL)
crypto/openssh/ssh-agent.c
1908
if ((sockets[i].input = sshbuf_new()) == NULL ||
crypto/openssh/ssh-agent.c
1909
(sockets[i].output = sshbuf_new()) == NULL ||
crypto/openssh/ssh-agent.c
1910
(sockets[i].request = sshbuf_new()) == NULL)
crypto/openssh/ssh-agent.c
1923
if ((sockets[old_alloc].input = sshbuf_new()) == NULL ||
crypto/openssh/ssh-agent.c
1924
(sockets[old_alloc].output = sshbuf_new()) == NULL ||
crypto/openssh/ssh-agent.c
1925
(sockets[old_alloc].request = sshbuf_new()) == NULL)
crypto/openssh/ssh-agent.c
628
if ((msg = sshbuf_new()) == NULL || (keys = sshbuf_new()) == NULL)
crypto/openssh/ssh-agent.c
853
if ((msg = sshbuf_new()) == NULL || (data = sshbuf_new()) == NULL)
crypto/openssh/ssh-dss.c
302
if ((b = sshbuf_new()) == NULL) {
crypto/openssh/ssh-ecdsa-sk.c
178
if ((m = sshbuf_new()) == NULL ||
crypto/openssh/ssh-ecdsa-sk.c
337
if ((original_signed = sshbuf_new()) == NULL) {
crypto/openssh/ssh-ecdsa.c
260
if ((bb = sshbuf_new()) == NULL || (b = sshbuf_new()) == NULL) {
crypto/openssh/ssh-ed25519-sk.c
203
if ((encoded = sshbuf_new()) == NULL) {
crypto/openssh/ssh-ed25519.c
177
if ((b = sshbuf_new()) == NULL) {
crypto/openssh/ssh-keygen.c
1668
if ((b = sshbuf_new()) == NULL)
crypto/openssh/ssh-keygen.c
2269
if ((b = sshbuf_new()) == NULL)
crypto/openssh/ssh-keygen.c
2479
if ((kbuf = sshbuf_new()) == NULL)
crypto/openssh/ssh-keygen.c
350
if ((b = sshbuf_new()) == NULL)
crypto/openssh/ssh-keygen.c
3856
if ((attest = sshbuf_new()) == NULL)
crypto/openssh/ssh-keygen.c
655
if ((buf = sshbuf_new()) == NULL)
crypto/openssh/ssh-keysign.c
260
if ((b = sshbuf_new()) == NULL)
crypto/openssh/ssh-pkcs11-client.c
279
if ((msg = sshbuf_new()) == NULL)
crypto/openssh/ssh-pkcs11-client.c
362
if ((msg = sshbuf_new()) == NULL)
crypto/openssh/ssh-pkcs11-client.c
601
if ((msg = sshbuf_new()) == NULL)
crypto/openssh/ssh-pkcs11-helper.c
129
if ((msg = sshbuf_new()) == NULL)
crypto/openssh/ssh-pkcs11-helper.c
169
if ((msg = sshbuf_new()) == NULL)
crypto/openssh/ssh-pkcs11-helper.c
236
if ((msg = sshbuf_new()) == NULL)
crypto/openssh/ssh-pkcs11-helper.c
357
if ((iqueue = sshbuf_new()) == NULL)
crypto/openssh/ssh-pkcs11-helper.c
359
if ((oqueue = sshbuf_new()) == NULL)
crypto/openssh/ssh-rsa.c
448
if ((b = sshbuf_new()) == NULL) {
crypto/openssh/ssh-sk-client.c
153
if ((req = sshbuf_new()) == NULL || (resp = sshbuf_new()) == NULL) {
crypto/openssh/ssh-sk-client.c
244
if ((kbuf = sshbuf_new()) == NULL ||
crypto/openssh/ssh-sk-client.c
245
(req = sshbuf_new()) == NULL) {
crypto/openssh/ssh-sk-client.c
314
if ((abuf = sshbuf_new()) == NULL ||
crypto/openssh/ssh-sk-client.c
315
(kbuf = sshbuf_new()) == NULL ||
crypto/openssh/ssh-sk-client.c
316
(req = sshbuf_new()) == NULL) {
crypto/openssh/ssh-sk-client.c
410
if ((kbuf = sshbuf_new()) == NULL ||
crypto/openssh/ssh-sk-client.c
411
(req = sshbuf_new()) == NULL) {
crypto/openssh/ssh-xmss.c
237
if ((b = sshbuf_new()) == NULL) {
crypto/openssh/ssh.c
1163
if ((command = sshbuf_new()) == NULL)
crypto/openssh/sshbuf-io.c
49
if ((blob = sshbuf_new()) == NULL)
crypto/openssh/sshbuf-misc.c
137
if ((tmp = sshbuf_new()) == NULL)
crypto/openssh/sshbuf-misc.c
179
if ((b = sshbuf_new()) == NULL)
crypto/openssh/sshbuf.h
42
struct sshbuf *sshbuf_new(void);
crypto/openssh/sshconnect2.c
1396
if ((b = sshbuf_new()) == NULL)
crypto/openssh/sshconnect2.c
2072
if ((b = sshbuf_new()) == NULL)
crypto/openssh/sshconnect2.c
2202
if ((b = sshbuf_new()) == NULL) {
crypto/openssh/sshconnect2.c
2350
if ((b = sshbuf_new()) == NULL)
crypto/openssh/sshconnect2.c
854
if ((b = sshbuf_new()) == NULL)
crypto/openssh/sshd-session.c
1065
if ((cfg = sshbuf_new()) == NULL)
crypto/openssh/sshd-session.c
1299
if ((loginmsg = sshbuf_new()) == NULL)
crypto/openssh/sshd-session.c
467
if ((b = sshbuf_new()) == NULL)
crypto/openssh/sshd-session.c
628
if ((buf = sshbuf_new()) == NULL)
crypto/openssh/sshd-session.c
744
if ((m = sshbuf_new()) == NULL || (inc = sshbuf_new()) == NULL)
crypto/openssh/sshd-session.c
763
if ((item->contents = sshbuf_new()) == NULL)
crypto/openssh/sshd.c
1145
if ((buf = sshbuf_new()) == NULL)
crypto/openssh/sshd.c
1401
if ((cfg = sshbuf_new()) == NULL)
crypto/openssh/sshd.c
637
if ((keybuf = sshbuf_new()) == NULL ||
crypto/openssh/sshd.c
638
(hostkeys = sshbuf_new()) == NULL)
crypto/openssh/sshd.c
686
if ((m = sshbuf_new()) == NULL ||
crypto/openssh/sshd.c
687
(inc = sshbuf_new()) == NULL)
crypto/openssh/sshkey-xmss.c
1013
(decrypted = sshbuf_new()) == NULL ||
crypto/openssh/sshkey-xmss.c
606
if ((b = sshbuf_new()) == NULL) {
crypto/openssh/sshkey-xmss.c
919
if ((encrypted = sshbuf_new()) == NULL ||
crypto/openssh/sshkey-xmss.c
920
(encoded = sshbuf_new()) == NULL ||
crypto/openssh/sshkey-xmss.c
921
(padded = sshbuf_new()) == NULL ||
crypto/openssh/sshkey.c
1203
if ((blob = sshbuf_new()) == NULL)
crypto/openssh/sshkey.c
1257
if ((b = sshbuf_new()) == NULL)
crypto/openssh/sshkey.c
1300
if ((b = sshbuf_new()) == NULL)
crypto/openssh/sshkey.c
1579
if ((prvbuf = sshbuf_new()) == NULL) {
crypto/openssh/sshkey.c
1719
if ((prvbuf = sshbuf_new()) == NULL) {
crypto/openssh/sshkey.c
2236
if ((principals = sshbuf_new()) == NULL) {
crypto/openssh/sshkey.c
2454
if ((b = sshbuf_new()) == NULL)
crypto/openssh/sshkey.c
2498
if ((k->sk_key_handle = sshbuf_new()) == NULL ||
crypto/openssh/sshkey.c
2499
(k->sk_reserved = sshbuf_new()) == NULL)
crypto/openssh/sshkey.c
2774
if ((kdf = sshbuf_new()) == NULL ||
crypto/openssh/sshkey.c
2775
(encoded = sshbuf_new()) == NULL ||
crypto/openssh/sshkey.c
2776
(encrypted = sshbuf_new()) == NULL) {
crypto/openssh/sshkey.c
2887
if ((encoded = sshbuf_new()) == NULL ||
crypto/openssh/sshkey.c
2888
(decoded = sshbuf_new()) == NULL) {
crypto/openssh/sshkey.c
2968
if ((decrypted = sshbuf_new()) == NULL) {
crypto/openssh/sshkey.c
3223
if ((blob = sshbuf_new()) == NULL)
crypto/openssh/sshkey.c
595
if ((cert->certblob = sshbuf_new()) == NULL ||
crypto/openssh/sshkey.c
596
(cert->critical = sshbuf_new()) == NULL ||
crypto/openssh/sshkey.c
597
(cert->extensions = sshbuf_new()) == NULL) {
crypto/openssh/sshkey.c
786
if ((tmp = sshbuf_new()) == NULL)
crypto/openssh/sshkey.c
819
if ((b = sshbuf_new()) == NULL)
crypto/openssh/sshsig.c
141
if ((buf = sshbuf_new()) == NULL) {
crypto/openssh/sshsig.c
176
if ((tosign = sshbuf_new()) == NULL ||
crypto/openssh/sshsig.c
177
(blob = sshbuf_new()) == NULL) {
crypto/openssh/sshsig.c
317
if ((toverify = sshbuf_new()) == NULL) {
crypto/openssh/sshsig.c
424
if ((b = sshbuf_new()) == NULL) {
crypto/openssh/sshsig.c
549
if ((b = sshbuf_new()) == NULL) {
crypto/openssh/sshsig.c
56
if ((buf = sshbuf_new()) == NULL) {
crypto/openssh/sshsig.c
845
if ((nprincipals = sshbuf_new()) == NULL) {
crypto/openssh/ttymodes.c
285
if ((buf = sshbuf_new()) == NULL)