crypto/openssh/auth-options.c
706
serialise_array(struct sshbuf *m, char **a, size_t n)
crypto/openssh/auth-options.c
708
struct sshbuf *b;
crypto/openssh/auth-options.c
733
deserialise_array(struct sshbuf *m, char ***ap, size_t *np)
crypto/openssh/auth-options.c
737
struct sshbuf *b = NULL;
crypto/openssh/auth-options.c
77
cert_option_list(struct sshauthopt *opts, struct sshbuf *oblob,
crypto/openssh/auth-options.c
774
serialise_nullable_string(struct sshbuf *m, const char *s)
crypto/openssh/auth-options.c
785
deserialise_nullable_string(struct sshbuf *m, char **sp)
crypto/openssh/auth-options.c
798
sshauthopt_serialise(const struct sshauthopt *opts, struct sshbuf *m,
crypto/openssh/auth-options.c
82
struct sshbuf *c = NULL, *data = NULL;
crypto/openssh/auth-options.c
850
sshauthopt_deserialise(struct sshbuf *m, struct sshauthopt **optsp)
crypto/openssh/auth-options.h
85
int sshauthopt_serialise(const struct sshauthopt *opts, struct sshbuf *m, int);
crypto/openssh/auth-options.h
86
int sshauthopt_deserialise(struct sshbuf *m, struct sshauthopt **opts);
crypto/openssh/auth-pam.c
107
extern struct sshbuf *loginmsg;
crypto/openssh/auth-pam.c
329
import_environments(struct sshbuf *b)
crypto/openssh/auth-pam.c
395
struct sshbuf *buffer;
crypto/openssh/auth-pam.c
478
struct sshbuf *buffer = NULL;
crypto/openssh/auth-pam.c
847
struct sshbuf *buffer;
crypto/openssh/auth-pam.c
987
struct sshbuf *buffer;
crypto/openssh/auth-passwd.c
59
extern struct sshbuf *loginmsg;
crypto/openssh/auth-shadow.c
44
extern struct sshbuf *loginmsg;
crypto/openssh/auth.c
83
extern struct sshbuf *loginmsg;
crypto/openssh/auth.c
88
static struct sshbuf *auth_debug;
crypto/openssh/auth.h
46
struct sshbuf;
crypto/openssh/auth.h
86
struct sshbuf *loginmsg;
crypto/openssh/auth.h
97
struct sshbuf *session_info; /* Auth info for environment */
crypto/openssh/auth2-chall.c
104
struct sshbuf *b;
crypto/openssh/auth2-gss.c
287
struct sshbuf *b;
crypto/openssh/auth2-hostbased.c
63
struct sshbuf *b;
crypto/openssh/auth2-pubkey.c
130
struct sshbuf *pkbuf;
crypto/openssh/auth2-pubkey.c
98
struct sshbuf *b = NULL;
crypto/openssh/auth2.c
494
struct sshbuf *b;
crypto/openssh/auth2.c
64
extern struct sshbuf *loginmsg;
crypto/openssh/authfd.c
138
ssh_request_reply(int sock, struct sshbuf *request, struct sshbuf *reply)
crypto/openssh/authfd.c
182
ssh_request_reply_decode(int sock, struct sshbuf *request)
crypto/openssh/authfd.c
184
struct sshbuf *reply;
crypto/openssh/authfd.c
219
struct sshbuf *msg;
crypto/openssh/authfd.c
236
deserialise_identity2(struct sshbuf *ids, struct sshkey **keyp, char **commentp)
crypto/openssh/authfd.c
266
struct sshbuf *msg;
crypto/openssh/authfd.c
408
struct sshbuf *msg;
crypto/openssh/authfd.c
458
encode_dest_constraint_hop(struct sshbuf *m,
crypto/openssh/authfd.c
461
struct sshbuf *b;
crypto/openssh/authfd.c
486
encode_dest_constraint(struct sshbuf *m, const struct dest_constraint *dc)
crypto/openssh/authfd.c
488
struct sshbuf *b;
crypto/openssh/authfd.c
507
encode_constraints(struct sshbuf *m, u_int life, u_int confirm,
crypto/openssh/authfd.c
513
struct sshbuf *b = NULL;
crypto/openssh/authfd.c
592
struct sshbuf *msg;
crypto/openssh/authfd.c
650
struct sshbuf *msg;
crypto/openssh/authfd.c
690
struct sshbuf *msg;
crypto/openssh/authfd.c
732
struct sshbuf *msg;
crypto/openssh/authfd.c
754
const struct sshbuf *session_id, const struct sshbuf *signature,
crypto/openssh/authfd.c
757
struct sshbuf *msg;
crypto/openssh/authfd.h
19
struct sshbuf;
crypto/openssh/authfd.h
68
const struct sshbuf *session_id, const struct sshbuf *signature,
crypto/openssh/authfile.c
153
struct sshbuf *buffer = NULL;
crypto/openssh/authfile.c
174
struct sshbuf *buffer = NULL;
crypto/openssh/authfile.c
54
sshkey_save_private_blob(struct sshbuf *keybuf, const char *filename)
crypto/openssh/authfile.c
70
struct sshbuf *keyblob = NULL;
crypto/openssh/authfile.h
30
struct sshbuf;
crypto/openssh/channels.c
1043
struct sshbuf *buf;
crypto/openssh/channels.c
1309
x11_open_helper(struct ssh *ssh, struct sshbuf *b)
crypto/openssh/channels.c
1446
channel_decode_socks4(Channel *c, struct sshbuf *input, struct sshbuf *output)
crypto/openssh/channels.c
1565
channel_decode_socks5(Channel *c, struct sshbuf *input, struct sshbuf *output)
crypto/openssh/channels.c
3141
struct sshbuf *original = NULL, *modified = NULL;
crypto/openssh/channels.c
3293
struct sshbuf *b = NULL;
crypto/openssh/channels.h
158
struct sshbuf *input; /* data read from socket, to be sent over
crypto/openssh/channels.h
160
struct sshbuf *output; /* data received over encrypted connection for
crypto/openssh/channels.h
162
struct sshbuf *extended;
crypto/openssh/clientloop.c
1136
print_escape_help(struct sshbuf *b, int escape_char, int mux_client,
crypto/openssh/clientloop.c
1172
struct sshbuf *bin, struct sshbuf *bout, struct sshbuf *berr,
crypto/openssh/clientloop.c
1692
struct sshbuf *b = NULL;
crypto/openssh/clientloop.c
2335
struct sshbuf *signdata;
crypto/openssh/clientloop.c
2438
struct sshbuf *buf = NULL;
crypto/openssh/clientloop.c
2681
const char *term, struct termios *tiop, int in_fd, struct sshbuf *cmd,
crypto/openssh/clientloop.c
765
client_suspend_self(struct sshbuf *bin, struct sshbuf *bout, struct sshbuf *berr)
crypto/openssh/clientloop.h
47
const char *, struct termios *, int, struct sshbuf *, char **);
crypto/openssh/digest-libc.c
213
ssh_digest_update_buffer(struct ssh_digest_ctx *ctx, const struct sshbuf *b)
crypto/openssh/digest-libc.c
263
ssh_digest_buffer(int alg, const struct sshbuf *b, u_char *d, size_t dlen)
crypto/openssh/digest-openssl.c
153
ssh_digest_update_buffer(struct ssh_digest_ctx *ctx, const struct sshbuf *b)
crypto/openssh/digest-openssl.c
203
ssh_digest_buffer(int alg, const struct sshbuf *b, u_char *d, size_t dlen)
crypto/openssh/digest.h
32
struct sshbuf;
crypto/openssh/digest.h
56
int ssh_digest_buffer(int alg, const struct sshbuf *b, u_char *d, size_t dlen)
crypto/openssh/digest.h
64
const struct sshbuf *b);
crypto/openssh/entropy.h
28
struct sshbuf;
crypto/openssh/entropy.h
31
void rexec_send_rng_seed(struct sshbuf *);
crypto/openssh/entropy.h
32
void rexec_recv_rng_seed(struct sshbuf *);
crypto/openssh/gss-genr.c
111
struct sshbuf *b;
crypto/openssh/gss-genr.c
259
ssh_gssapi_buildmic(struct sshbuf *b, const char *user, const char *service,
crypto/openssh/gss-genr.c
260
const char *context, const struct sshbuf *session_id)
crypto/openssh/gss-genr.c
50
ssh_gssapi_get_buffer_desc(struct sshbuf *b, gss_buffer_desc *g)
crypto/openssh/hmac.c
101
ssh_hmac_update_buffer(struct ssh_hmac_ctx *ctx, const struct sshbuf *b)
crypto/openssh/hmac.h
24
struct sshbuf;
crypto/openssh/hmac.h
33
int ssh_hmac_update_buffer(struct ssh_hmac_ctx *ctx, const struct sshbuf *b);
crypto/openssh/kex.c
1060
const struct sshbuf *shared_secret, u_char **keyp)
crypto/openssh/kex.c
1125
const struct sshbuf *shared_secret)
crypto/openssh/kex.c
1242
struct sshbuf *our_version = ssh->kex->server ?
crypto/openssh/kex.c
1244
struct sshbuf *peer_version = ssh->kex->server ?
crypto/openssh/kex.c
150
kex_prop2buf(struct sshbuf *b, char *proposal[PROPOSAL_MAX])
crypto/openssh/kex.c
177
kex_buf2prop(struct sshbuf *raw, int *first_kex_follows, char ***propp)
crypto/openssh/kex.c
179
struct sshbuf *b = NULL;
crypto/openssh/kex.c
297
kex_compose_ext_info_server(struct ssh *ssh, struct sshbuf *m)
crypto/openssh/kex.c
319
kex_compose_ext_info_client(struct ssh *ssh, struct sshbuf *m)
crypto/openssh/kex.c
339
struct sshbuf *m = NULL;
crypto/openssh/kex.h
140
struct sshbuf;
crypto/openssh/kex.h
157
struct sshbuf *my;
crypto/openssh/kex.h
158
struct sshbuf *peer;
crypto/openssh/kex.h
159
struct sshbuf *client_version;
crypto/openssh/kex.h
160
struct sshbuf *server_version;
crypto/openssh/kex.h
161
struct sshbuf *session_id;
crypto/openssh/kex.h
162
struct sshbuf *initial_sig;
crypto/openssh/kex.h
185
struct sshbuf *client_pub;
crypto/openssh/kex.h
209
int kex_buf2prop(struct sshbuf *, int *, char ***);
crypto/openssh/kex.h
210
int kex_prop2buf(struct sshbuf *, char *proposal[PROPOSAL_MAX]);
crypto/openssh/kex.h
219
int kex_derive_keys(struct ssh *, u_char *, u_int, const struct sshbuf *);
crypto/openssh/kex.h
231
int kex_dh_enc(struct kex *, const struct sshbuf *, struct sshbuf **,
crypto/openssh/kex.h
232
struct sshbuf **);
crypto/openssh/kex.h
233
int kex_dh_dec(struct kex *, const struct sshbuf *, struct sshbuf **);
crypto/openssh/kex.h
236
int kex_ecdh_enc(struct kex *, const struct sshbuf *, struct sshbuf **,
crypto/openssh/kex.h
237
struct sshbuf **);
crypto/openssh/kex.h
238
int kex_ecdh_dec(struct kex *, const struct sshbuf *, struct sshbuf **);
crypto/openssh/kex.h
241
int kex_c25519_enc(struct kex *, const struct sshbuf *, struct sshbuf **,
crypto/openssh/kex.h
242
struct sshbuf **);
crypto/openssh/kex.h
243
int kex_c25519_dec(struct kex *, const struct sshbuf *, struct sshbuf **);
crypto/openssh/kex.h
246
int kex_kem_sntrup761x25519_enc(struct kex *, const struct sshbuf *,
crypto/openssh/kex.h
247
struct sshbuf **, struct sshbuf **);
crypto/openssh/kex.h
248
int kex_kem_sntrup761x25519_dec(struct kex *, const struct sshbuf *,
crypto/openssh/kex.h
249
struct sshbuf **);
crypto/openssh/kex.h
252
int kex_kem_mlkem768x25519_enc(struct kex *, const struct sshbuf *,
crypto/openssh/kex.h
253
struct sshbuf **, struct sshbuf **);
crypto/openssh/kex.h
254
int kex_kem_mlkem768x25519_dec(struct kex *, const struct sshbuf *,
crypto/openssh/kex.h
255
struct sshbuf **);
crypto/openssh/kex.h
258
int kex_dh_compute_key(struct kex *, BIGNUM *, struct sshbuf *);
crypto/openssh/kex.h
260
int kexgex_hash(int, const struct sshbuf *, const struct sshbuf *,
crypto/openssh/kex.h
261
const struct sshbuf *, const struct sshbuf *, const struct sshbuf *,
crypto/openssh/kex.h
271
const u_char pub[CURVE25519_SIZE], struct sshbuf *out)
crypto/openssh/kex.h
275
const u_char pub[CURVE25519_SIZE], struct sshbuf *out, int)
crypto/openssh/kexc25519.c
114
kex_c25519_enc(struct kex *kex, const struct sshbuf *client_blob,
crypto/openssh/kexc25519.c
115
struct sshbuf **server_blobp, struct sshbuf **shared_secretp)
crypto/openssh/kexc25519.c
117
struct sshbuf *server_blob = NULL;
crypto/openssh/kexc25519.c
118
struct sshbuf *buf = NULL;
crypto/openssh/kexc25519.c
166
kex_c25519_dec(struct kex *kex, const struct sshbuf *server_blob,
crypto/openssh/kexc25519.c
167
struct sshbuf **shared_secretp)
crypto/openssh/kexc25519.c
169
struct sshbuf *buf = NULL;
crypto/openssh/kexc25519.c
60
const u_char pub[CURVE25519_SIZE], struct sshbuf *out, int raw)
crypto/openssh/kexc25519.c
86
const u_char pub[CURVE25519_SIZE], struct sshbuf *out)
crypto/openssh/kexc25519.c
94
struct sshbuf *buf = NULL;
crypto/openssh/kexdh.c
118
struct sshbuf *buf = NULL;
crypto/openssh/kexdh.c
143
kex_dh_enc(struct kex *kex, const struct sshbuf *client_blob,
crypto/openssh/kexdh.c
144
struct sshbuf **server_blobp, struct sshbuf **shared_secretp)
crypto/openssh/kexdh.c
147
struct sshbuf *server_blob = NULL;
crypto/openssh/kexdh.c
175
kex_dh_dec(struct kex *kex, const struct sshbuf *dh_blob,
crypto/openssh/kexdh.c
176
struct sshbuf **shared_secretp)
crypto/openssh/kexdh.c
178
struct sshbuf *buf = NULL;
crypto/openssh/kexdh.c
73
kex_dh_compute_key(struct kex *kex, BIGNUM *dh_pub, struct sshbuf *out)
crypto/openssh/kexecdh.c
138
kex_ecdh_dec_key_group(struct kex *kex, const struct sshbuf *ec_blob,
crypto/openssh/kexecdh.c
139
EC_KEY *key, const EC_GROUP *group, struct sshbuf **shared_secretp)
crypto/openssh/kexecdh.c
141
struct sshbuf *buf = NULL;
crypto/openssh/kexecdh.c
200
kex_ecdh_dec(struct kex *kex, const struct sshbuf *server_blob,
crypto/openssh/kexecdh.c
201
struct sshbuf **shared_secretp)
crypto/openssh/kexecdh.c
217
struct sshbuf;
crypto/openssh/kexecdh.c
227
kex_ecdh_enc(struct kex *kex, const struct sshbuf *client_blob,
crypto/openssh/kexecdh.c
228
struct sshbuf **server_blobp, struct sshbuf **shared_secretp)
crypto/openssh/kexecdh.c
234
kex_ecdh_dec(struct kex *kex, const struct sshbuf *server_blob,
crypto/openssh/kexecdh.c
235
struct sshbuf **shared_secretp)
crypto/openssh/kexecdh.c
46
kex_ecdh_dec_key_group(struct kex *, const struct sshbuf *, EC_KEY *key,
crypto/openssh/kexecdh.c
47
const EC_GROUP *, struct sshbuf **);
crypto/openssh/kexecdh.c
55
struct sshbuf *buf = NULL;
crypto/openssh/kexecdh.c
92
kex_ecdh_enc(struct kex *kex, const struct sshbuf *client_blob,
crypto/openssh/kexecdh.c
93
struct sshbuf **server_blobp, struct sshbuf **shared_secretp)
crypto/openssh/kexecdh.c
98
struct sshbuf *server_blob = NULL;
crypto/openssh/kexgen.c
146
struct sshbuf *shared_secret = NULL;
crypto/openssh/kexgen.c
147
struct sshbuf *server_blob = NULL;
crypto/openssh/kexgen.c
148
struct sshbuf *tmp = NULL, *server_host_key_blob = NULL;
crypto/openssh/kexgen.c
279
struct sshbuf *shared_secret = NULL;
crypto/openssh/kexgen.c
280
struct sshbuf *server_pubkey = NULL;
crypto/openssh/kexgen.c
281
struct sshbuf *client_pubkey = NULL;
crypto/openssh/kexgen.c
282
struct sshbuf *server_host_key_blob = NULL;
crypto/openssh/kexgen.c
50
const struct sshbuf *client_version,
crypto/openssh/kexgen.c
51
const struct sshbuf *server_version,
crypto/openssh/kexgen.c
52
const struct sshbuf *client_kexinit,
crypto/openssh/kexgen.c
53
const struct sshbuf *server_kexinit,
crypto/openssh/kexgen.c
54
const struct sshbuf *server_host_key_blob,
crypto/openssh/kexgen.c
55
const struct sshbuf *client_pub,
crypto/openssh/kexgen.c
56
const struct sshbuf *server_pub,
crypto/openssh/kexgen.c
57
const struct sshbuf *shared_secret,
crypto/openssh/kexgen.c
60
struct sshbuf *b;
crypto/openssh/kexgex.c
49
const struct sshbuf *client_version,
crypto/openssh/kexgex.c
50
const struct sshbuf *server_version,
crypto/openssh/kexgex.c
51
const struct sshbuf *client_kexinit,
crypto/openssh/kexgex.c
52
const struct sshbuf *server_kexinit,
crypto/openssh/kexgex.c
53
const struct sshbuf *server_host_key_blob,
crypto/openssh/kexgex.c
62
struct sshbuf *b;
crypto/openssh/kexgexc.c
150
struct sshbuf *shared_secret = NULL;
crypto/openssh/kexgexc.c
151
struct sshbuf *tmp = NULL, *server_host_key_blob = NULL;
crypto/openssh/kexgexs.c
132
struct sshbuf *shared_secret = NULL;
crypto/openssh/kexgexs.c
133
struct sshbuf *server_host_key_blob = NULL;
crypto/openssh/kexmlkem768x25519.c
192
const struct sshbuf *server_blob, struct sshbuf **shared_secretp)
crypto/openssh/kexmlkem768x25519.c
194
struct sshbuf *buf = NULL;
crypto/openssh/kexmlkem768x25519.c
271
const struct sshbuf *client_blob, struct sshbuf **server_blobp,
crypto/openssh/kexmlkem768x25519.c
272
struct sshbuf **shared_secretp)
crypto/openssh/kexmlkem768x25519.c
279
const struct sshbuf *server_blob, struct sshbuf **shared_secretp)
crypto/openssh/kexmlkem768x25519.c
55
struct sshbuf *buf = NULL;
crypto/openssh/kexmlkem768x25519.c
93
const struct sshbuf *client_blob, struct sshbuf **server_blobp,
crypto/openssh/kexmlkem768x25519.c
94
struct sshbuf **shared_secretp)
crypto/openssh/kexmlkem768x25519.c
96
struct sshbuf *server_blob = NULL;
crypto/openssh/kexmlkem768x25519.c
97
struct sshbuf *buf = NULL;
crypto/openssh/kexsntrup761x25519.c
165
const struct sshbuf *server_blob, struct sshbuf **shared_secretp)
crypto/openssh/kexsntrup761x25519.c
167
struct sshbuf *buf = NULL;
crypto/openssh/kexsntrup761x25519.c
232
struct sshbuf;
crypto/openssh/kexsntrup761x25519.c
243
const struct sshbuf *client_blob, struct sshbuf **server_blobp,
crypto/openssh/kexsntrup761x25519.c
244
struct sshbuf **shared_secretp)
crypto/openssh/kexsntrup761x25519.c
251
const struct sshbuf *server_blob, struct sshbuf **shared_secretp)
crypto/openssh/kexsntrup761x25519.c
49
struct sshbuf *buf = NULL;
crypto/openssh/kexsntrup761x25519.c
78
const struct sshbuf *client_blob, struct sshbuf **server_blobp,
crypto/openssh/kexsntrup761x25519.c
79
struct sshbuf **shared_secretp)
crypto/openssh/kexsntrup761x25519.c
81
struct sshbuf *server_blob = NULL;
crypto/openssh/kexsntrup761x25519.c
82
struct sshbuf *buf = NULL;
crypto/openssh/krl.c
1007
extension_section(struct sshbuf *sect, struct ssh_krl *krl)
crypto/openssh/krl.c
1011
struct sshbuf *value = NULL;
crypto/openssh/krl.c
1045
ssh_krl_from_blob(struct sshbuf *buf, struct ssh_krl **krlp)
crypto/openssh/krl.c
1047
struct sshbuf *copy = NULL, *sect = NULL;
crypto/openssh/krl.c
1274
struct sshbuf *krlbuf = NULL;
crypto/openssh/krl.c
553
put_bitmap(struct sshbuf *buf, struct bitmap *bitmap)
crypto/openssh/krl.c
573
revoked_certs_generate(struct revoked_certs *rc, struct sshbuf *buf)
crypto/openssh/krl.c
580
struct sshbuf *sect;
crypto/openssh/krl.c
732
ssh_krl_to_blob(struct ssh_krl *krl, struct sshbuf *buf)
crypto/openssh/krl.c
737
struct sshbuf *sect;
crypto/openssh/krl.c
827
cert_extension_subsection(struct sshbuf *subsect, struct ssh_krl *krl)
crypto/openssh/krl.c
831
struct sshbuf *value = NULL;
crypto/openssh/krl.c
866
parse_revoked_certs(struct sshbuf *buf, struct ssh_krl *krl)
crypto/openssh/krl.c
872
struct sshbuf *subsect = NULL;
crypto/openssh/krl.c
983
blob_section(struct sshbuf *sect, struct revoked_blob_tree *target_tree,
crypto/openssh/krl.h
43
struct sshbuf;
crypto/openssh/krl.h
60
int ssh_krl_to_blob(struct ssh_krl *krl, struct sshbuf *buf);
crypto/openssh/krl.h
61
int ssh_krl_from_blob(struct sshbuf *buf, struct ssh_krl **krlp);
crypto/openssh/loginrec.c
203
extern struct sshbuf *loginmsg;
crypto/openssh/misc.c
1293
struct sshbuf *buf;
crypto/openssh/misc.c
2142
struct sshbuf *buf, *arg;
crypto/openssh/monitor.c
1000
mm_answer_authpassword(struct ssh *ssh, int sock, struct sshbuf *m)
crypto/openssh/monitor.c
1040
mm_answer_bsdauthquery(struct ssh *ssh, int sock, struct sshbuf *m)
crypto/openssh/monitor.c
1074
mm_answer_bsdauthrespond(struct ssh *ssh, int sock, struct sshbuf *m)
crypto/openssh/monitor.c
110
extern struct sshbuf *cfg;
crypto/openssh/monitor.c
1108
mm_answer_pam_start(struct ssh *ssh, int sock, struct sshbuf *m)
crypto/openssh/monitor.c
111
extern struct sshbuf *loginmsg;
crypto/openssh/monitor.c
1123
mm_answer_pam_account(struct ssh *ssh, int sock, struct sshbuf *m)
crypto/openssh/monitor.c
1146
mm_answer_pam_init_ctx(struct ssh *ssh, int sock, struct sshbuf *m)
crypto/openssh/monitor.c
116
static struct sshbuf *child_state;
crypto/openssh/monitor.c
1171
mm_answer_pam_query(struct ssh *ssh, int sock, struct sshbuf *m)
crypto/openssh/monitor.c
120
int mm_answer_moduli(struct ssh *, int, struct sshbuf *);
crypto/openssh/monitor.c
121
int mm_answer_sign(struct ssh *, int, struct sshbuf *);
crypto/openssh/monitor.c
1212
mm_answer_pam_respond(struct ssh *ssh, int sock, struct sshbuf *m)
crypto/openssh/monitor.c
122
int mm_answer_pwnamallow(struct ssh *, int, struct sshbuf *);
crypto/openssh/monitor.c
123
int mm_answer_auth2_read_banner(struct ssh *, int, struct sshbuf *);
crypto/openssh/monitor.c
124
int mm_answer_authserv(struct ssh *, int, struct sshbuf *);
crypto/openssh/monitor.c
125
int mm_answer_authpassword(struct ssh *, int, struct sshbuf *);
crypto/openssh/monitor.c
1254
mm_answer_pam_free_ctx(struct ssh *ssh, int sock, struct sshbuf *m)
crypto/openssh/monitor.c
126
int mm_answer_bsdauthquery(struct ssh *, int, struct sshbuf *);
crypto/openssh/monitor.c
127
int mm_answer_bsdauthrespond(struct ssh *, int, struct sshbuf *);
crypto/openssh/monitor.c
1274
mm_answer_keyallowed(struct ssh *ssh, int sock, struct sshbuf *m)
crypto/openssh/monitor.c
128
int mm_answer_keyallowed(struct ssh *, int, struct sshbuf *);
crypto/openssh/monitor.c
129
int mm_answer_keyverify(struct ssh *, int, struct sshbuf *);
crypto/openssh/monitor.c
130
int mm_answer_pty(struct ssh *, int, struct sshbuf *);
crypto/openssh/monitor.c
131
int mm_answer_pty_cleanup(struct ssh *, int, struct sshbuf *);
crypto/openssh/monitor.c
132
int mm_answer_term(struct ssh *, int, struct sshbuf *);
crypto/openssh/monitor.c
133
int mm_answer_state(struct ssh *, int, struct sshbuf *);
crypto/openssh/monitor.c
136
int mm_answer_pam_start(struct ssh *, int, struct sshbuf *);
crypto/openssh/monitor.c
1368
struct sshbuf *b;
crypto/openssh/monitor.c
137
int mm_answer_pam_account(struct ssh *, int, struct sshbuf *);
crypto/openssh/monitor.c
138
int mm_answer_pam_init_ctx(struct ssh *, int, struct sshbuf *);
crypto/openssh/monitor.c
139
int mm_answer_pam_query(struct ssh *, int, struct sshbuf *);
crypto/openssh/monitor.c
140
int mm_answer_pam_respond(struct ssh *, int, struct sshbuf *);
crypto/openssh/monitor.c
141
int mm_answer_pam_free_ctx(struct ssh *, int, struct sshbuf *);
crypto/openssh/monitor.c
145
int mm_answer_gss_setup_ctx(struct ssh *, int, struct sshbuf *);
crypto/openssh/monitor.c
1450
struct sshbuf *b;
crypto/openssh/monitor.c
146
int mm_answer_gss_accept_ctx(struct ssh *, int, struct sshbuf *);
crypto/openssh/monitor.c
147
int mm_answer_gss_userok(struct ssh *, int, struct sshbuf *);
crypto/openssh/monitor.c
148
int mm_answer_gss_checkmic(struct ssh *, int, struct sshbuf *);
crypto/openssh/monitor.c
1516
mm_answer_keyverify(struct ssh *ssh, int sock, struct sshbuf *m)
crypto/openssh/monitor.c
152
int mm_answer_audit_event(struct ssh *, int, struct sshbuf *);
crypto/openssh/monitor.c
153
int mm_answer_audit_command(struct ssh *, int, struct sshbuf *);
crypto/openssh/monitor.c
1669
mm_answer_pty(struct ssh *ssh, int sock, struct sshbuf *m)
crypto/openssh/monitor.c
1739
mm_answer_pty_cleanup(struct ssh *ssh, int sock, struct sshbuf *m)
crypto/openssh/monitor.c
175
int (*f)(struct ssh *, int, struct sshbuf *);
crypto/openssh/monitor.c
1757
mm_answer_term(struct ssh *ssh, int sock, struct sshbuf *req)
crypto/openssh/monitor.c
1785
mm_answer_audit_event(struct ssh *ssh, int socket, struct sshbuf *m)
crypto/openssh/monitor.c
1814
mm_answer_audit_command(struct ssh *ssh, int socket, struct sshbuf *m)
crypto/openssh/monitor.c
1953
mm_answer_gss_setup_ctx(struct ssh *ssh, int sock, struct sshbuf *m)
crypto/openssh/monitor.c
1986
mm_answer_gss_accept_ctx(struct ssh *ssh, int sock, struct sshbuf *m)
crypto/openssh/monitor.c
2020
mm_answer_gss_checkmic(struct ssh *ssh, int sock, struct sshbuf *m)
crypto/openssh/monitor.c
2051
mm_answer_gss_userok(struct ssh *ssh, int sock, struct sshbuf *m)
crypto/openssh/monitor.c
334
struct sshbuf *m;
crypto/openssh/monitor.c
441
struct sshbuf *logmsg;
crypto/openssh/monitor.c
495
struct sshbuf *m;
crypto/openssh/monitor.c
590
mm_answer_state(struct ssh *ssh, int sock, struct sshbuf *m)
crypto/openssh/monitor.c
592
struct sshbuf *inc = NULL, *hostkeys = NULL;
crypto/openssh/monitor.c
593
struct sshbuf *opts = NULL, *confdata = NULL;
crypto/openssh/monitor.c
667
mm_answer_moduli(struct ssh *ssh, int sock, struct sshbuf *m)
crypto/openssh/monitor.c
707
mm_answer_sign(struct ssh *ssh, int sock, struct sshbuf *m)
crypto/openssh/monitor.c
711
struct sshbuf *sigbuf = NULL;
crypto/openssh/monitor.c
813
mm_encode_server_options(struct sshbuf *m)
crypto/openssh/monitor.c
841
mm_answer_pwnamallow(struct ssh *ssh, int sock, struct sshbuf *m)
crypto/openssh/monitor.c
935
int mm_answer_auth2_read_banner(struct ssh *ssh, int sock, struct sshbuf *m)
crypto/openssh/monitor.c
951
mm_answer_authserv(struct ssh *ssh, int sock, struct sshbuf *m)
crypto/openssh/monitor.h
100
struct sshbuf *pack_hostkeys(void);
crypto/openssh/monitor.h
70
struct sshbuf;
crypto/openssh/monitor.h
92
void mm_request_send(int, enum monitor_reqtype, struct sshbuf *);
crypto/openssh/monitor.h
93
void mm_request_receive(int, struct sshbuf *);
crypto/openssh/monitor.h
94
void mm_request_receive_expect(int, enum monitor_reqtype, struct sshbuf *);
crypto/openssh/monitor.h
98
void mm_encode_server_options(struct sshbuf *);
crypto/openssh/monitor_wrap.c
1000
struct sshbuf *m;
crypto/openssh/monitor_wrap.c
1017
struct sshbuf *m;
crypto/openssh/monitor_wrap.c
1036
struct sshbuf *m;
crypto/openssh/monitor_wrap.c
1062
struct sshbuf *m;
crypto/openssh/monitor_wrap.c
1092
struct sshbuf *m;
crypto/openssh/monitor_wrap.c
1115
struct sshbuf *m;
crypto/openssh/monitor_wrap.c
146
mm_request_send(int sock, enum monitor_reqtype type, struct sshbuf *m)
crypto/openssh/monitor_wrap.c
169
mm_request_receive(int sock, struct sshbuf *m)
crypto/openssh/monitor_wrap.c
201
mm_request_receive_expect(int sock, enum monitor_reqtype type, struct sshbuf *m)
crypto/openssh/monitor_wrap.c
222
struct sshbuf *m;
crypto/openssh/monitor_wrap.c
257
struct sshbuf *m;
crypto/openssh/monitor_wrap.c
283
mm_decode_activate_server_options(struct ssh *ssh, struct sshbuf *m)
crypto/openssh/monitor_wrap.c
337
struct sshbuf *m;
crypto/openssh/monitor_wrap.c
399
struct sshbuf *m;
crypto/openssh/monitor_wrap.c
429
struct sshbuf *m;
crypto/openssh/monitor_wrap.c
449
struct sshbuf *m;
crypto/openssh/monitor_wrap.c
502
struct sshbuf *m;
crypto/openssh/monitor_wrap.c
553
struct sshbuf *m;
crypto/openssh/monitor_wrap.c
601
struct sshbuf *m;
crypto/openssh/monitor_wrap.c
616
struct sshbuf *m;
crypto/openssh/monitor_wrap.c
668
struct sshbuf *m;
crypto/openssh/monitor_wrap.c
693
struct sshbuf *m;
crypto/openssh/monitor_wrap.c
708
struct sshbuf *m;
crypto/openssh/monitor_wrap.c
740
struct sshbuf *m;
crypto/openssh/monitor_wrap.c
765
struct sshbuf *m;
crypto/openssh/monitor_wrap.c
800
struct sshbuf *m;
crypto/openssh/monitor_wrap.c
828
struct sshbuf *m;
crypto/openssh/monitor_wrap.c
83
extern struct sshbuf *loginmsg;
crypto/openssh/monitor_wrap.c
846
struct sshbuf *m;
crypto/openssh/monitor_wrap.c
858
struct sshbuf *conf, struct sshbuf **confdatap,
crypto/openssh/monitor_wrap.c
860
struct sshbuf **hostkeysp, struct sshbuf **keystatep,
crypto/openssh/monitor_wrap.c
862
struct sshbuf **authinfop, struct sshbuf **auth_optsp)
crypto/openssh/monitor_wrap.c
864
struct sshbuf *m, *inc;
crypto/openssh/monitor_wrap.c
89
struct sshbuf *log_msg;
crypto/openssh/monitor_wrap.c
936
struct sshbuf *m;
crypto/openssh/monitor_wrap.c
973
struct sshbuf *m;
crypto/openssh/monitor_wrap.h
61
void mm_decode_activate_server_options(struct ssh *ssh, struct sshbuf *m);
crypto/openssh/monitor_wrap.h
95
void mm_get_state(struct ssh *, struct include_list *, struct sshbuf *,
crypto/openssh/monitor_wrap.h
96
struct sshbuf **, uint64_t *, struct sshbuf **, struct sshbuf **,
crypto/openssh/monitor_wrap.h
97
u_char **, struct sshbuf **, struct sshbuf **);
crypto/openssh/msg.c
45
ssh_msg_send(int fd, u_char type, struct sshbuf *m)
crypto/openssh/msg.c
67
ssh_msg_recv(int fd, struct sshbuf *m)
crypto/openssh/msg.h
28
struct sshbuf;
crypto/openssh/msg.h
29
int ssh_msg_send(int, u_char, struct sshbuf *);
crypto/openssh/msg.h
30
int ssh_msg_recv(int, struct sshbuf *);
crypto/openssh/mux.c
1060
struct sshbuf *reply;
crypto/openssh/mux.c
1103
Channel *c, struct sshbuf *m, struct sshbuf *reply)
crypto/openssh/mux.c
1133
Channel *c, struct sshbuf *m, struct sshbuf *reply)
crypto/openssh/mux.c
1152
struct sshbuf *in = NULL, *out = NULL;
crypto/openssh/mux.c
1227
struct sshbuf *m;
crypto/openssh/mux.c
1250
struct sshbuf *m;
crypto/openssh/mux.c
1361
struct sshbuf *reply;
crypto/openssh/mux.c
1461
mux_client_read(int fd, struct sshbuf *b, size_t need, int timeout_ms)
crypto/openssh/mux.c
1503
mux_client_write_packet(int fd, struct sshbuf *m)
crypto/openssh/mux.c
1505
struct sshbuf *queue;
crypto/openssh/mux.c
154
Channel *, struct sshbuf *, struct sshbuf *);
crypto/openssh/mux.c
1557
mux_client_read_packet_timeout(int fd, struct sshbuf *m, int timeout_ms)
crypto/openssh/mux.c
1559
struct sshbuf *queue;
crypto/openssh/mux.c
156
Channel *, struct sshbuf *, struct sshbuf *);
crypto/openssh/mux.c
158
Channel *, struct sshbuf *, struct sshbuf *);
crypto/openssh/mux.c
1590
mux_client_read_packet(int fd, struct sshbuf *m)
crypto/openssh/mux.c
1598
struct sshbuf *m;
crypto/openssh/mux.c
160
Channel *, struct sshbuf *, struct sshbuf *);
crypto/openssh/mux.c
162
Channel *, struct sshbuf *, struct sshbuf *);
crypto/openssh/mux.c
164
Channel *, struct sshbuf *, struct sshbuf *);
crypto/openssh/mux.c
1658
struct sshbuf *m;
crypto/openssh/mux.c
166
Channel *, struct sshbuf *, struct sshbuf *);
crypto/openssh/mux.c
168
Channel *, struct sshbuf *, struct sshbuf *);
crypto/openssh/mux.c
170
Channel *, struct sshbuf *, struct sshbuf *);
crypto/openssh/mux.c
1709
struct sshbuf *m;
crypto/openssh/mux.c
175
struct sshbuf *, struct sshbuf *);
crypto/openssh/mux.c
1764
struct sshbuf *m;
crypto/openssh/mux.c
1885
struct sshbuf *m;
crypto/openssh/mux.c
2075
struct sshbuf *m;
crypto/openssh/mux.c
2116
struct sshbuf *m;
crypto/openssh/mux.c
2215
struct sshbuf *m;
crypto/openssh/mux.c
267
Channel *c, struct sshbuf *m, struct sshbuf *reply)
crypto/openssh/mux.c
310
reply_ok(struct sshbuf *reply, u_int rid)
crypto/openssh/mux.c
321
reply_error(struct sshbuf *reply, u_int type, u_int rid, const char *msg)
crypto/openssh/mux.c
333
Channel *c, struct sshbuf *m, struct sshbuf *reply)
crypto/openssh/mux.c
490
Channel *c, struct sshbuf *m, struct sshbuf *reply)
crypto/openssh/mux.c
507
Channel *c, struct sshbuf *m, struct sshbuf *reply)
crypto/openssh/mux.c
600
struct sshbuf *out;
crypto/openssh/mux.c
683
Channel *c, struct sshbuf *m, struct sshbuf *reply)
crypto/openssh/mux.c
76
extern struct sshbuf *command;
crypto/openssh/mux.c
848
Channel *c, struct sshbuf *m, struct sshbuf *reply)
crypto/openssh/mux.c
85
struct sshbuf *cmd;
crypto/openssh/mux.c
960
Channel *c, struct sshbuf *m, struct sshbuf *reply)
crypto/openssh/openbsd-compat/port-aix.c
241
sys_auth_allowed_user(struct passwd *pw, struct sshbuf *loginmsg)
crypto/openssh/openbsd-compat/port-aix.c
284
struct sshbuf *loginmsg)
crypto/openssh/openbsd-compat/port-aix.h
34
struct sshbuf;
crypto/openssh/openbsd-compat/port-aix.h
91
int sys_auth_allowed_user(struct passwd *, struct sshbuf *);
crypto/openssh/openbsd-compat/port-aix.h
94
struct sshbuf *);
crypto/openssh/packet.c
118
struct sshbuf *payload;
crypto/openssh/packet.c
141
struct sshbuf *input;
crypto/openssh/packet.c
144
struct sshbuf *output;
crypto/openssh/packet.c
147
struct sshbuf *outgoing_packet;
crypto/openssh/packet.c
150
struct sshbuf *incoming_packet;
crypto/openssh/packet.c
153
struct sshbuf *compression_buffer;
crypto/openssh/packet.c
2347
kex_to_blob(struct sshbuf *m, struct kex *kex)
crypto/openssh/packet.c
2369
newkeys_to_blob(struct sshbuf *m, struct ssh *ssh, int mode)
crypto/openssh/packet.c
2371
struct sshbuf *b;
crypto/openssh/packet.c
2413
ssh_packet_get_state(struct ssh *ssh, struct sshbuf *m)
crypto/openssh/packet.c
2440
newkeys_from_blob(struct sshbuf *m, struct ssh *ssh, int mode)
crypto/openssh/packet.c
2442
struct sshbuf *b = NULL;
crypto/openssh/packet.c
2507
kex_from_blob(struct sshbuf *m, struct kex **kexp)
crypto/openssh/packet.c
2547
ssh_packet_set_state(struct ssh *ssh, struct sshbuf *m)
crypto/openssh/packet.c
2606
sshpkt_putb(struct ssh *ssh, const struct sshbuf *b)
crypto/openssh/packet.c
2642
sshpkt_put_stringb(struct ssh *ssh, const struct sshbuf *v)
crypto/openssh/packet.c
2720
sshpkt_getb_froms(struct ssh *ssh, struct sshbuf **valp)
crypto/openssh/packet.c
824
compress_buffer(struct ssh *ssh, struct sshbuf *in, struct sshbuf *out)
crypto/openssh/packet.c
870
uncompress_buffer(struct ssh *ssh, struct sshbuf *in, struct sshbuf *out)
crypto/openssh/packet.c
931
compress_buffer(struct ssh *ssh, struct sshbuf *in, struct sshbuf *out)
crypto/openssh/packet.c
937
uncompress_buffer(struct ssh *ssh, struct sshbuf *in, struct sshbuf *out)
crypto/openssh/packet.h
160
int ssh_packet_get_state(struct ssh *, struct sshbuf *);
crypto/openssh/packet.h
161
int ssh_packet_set_state(struct ssh *, struct sshbuf *);
crypto/openssh/packet.h
188
int sshpkt_putb(struct ssh *ssh, const struct sshbuf *b);
crypto/openssh/packet.h
194
int sshpkt_put_stringb(struct ssh *ssh, const struct sshbuf *v);
crypto/openssh/packet.h
207
int sshpkt_getb_froms(struct ssh *ssh, struct sshbuf **valp);
crypto/openssh/packet.h
44
struct sshbuf;
crypto/openssh/packet.h
93
typedef int (ssh_packet_hook_fn)(struct ssh *, struct sshbuf *,
crypto/openssh/regress/misc/fuzz-harness/agent_fuzz_helper.c
43
struct sshbuf *b;
crypto/openssh/regress/misc/fuzz-harness/kex_fuzz.cc
179
struct sshbuf *state = NULL;
crypto/openssh/regress/misc/fuzz-harness/kex_fuzz.cc
258
struct sshbuf *b = NULL;
crypto/openssh/regress/misc/fuzz-harness/kex_fuzz.cc
35
struct sshbuf *smsgs, *cmsgs; /* output, for standalone mode */
crypto/openssh/regress/misc/fuzz-harness/kex_fuzz.cc
36
struct sshbuf *sin, *cin; /* input; setup per-test in do_kex_with_key */
crypto/openssh/regress/misc/fuzz-harness/kex_fuzz.cc
37
struct sshbuf *s_template, *c_template; /* main copy of input */
crypto/openssh/regress/misc/fuzz-harness/kex_fuzz.cc
42
struct sshbuf *store, int clobber, size_t *n)
crypto/openssh/regress/misc/fuzz-harness/privkey_fuzz.cc
13
struct sshbuf *b = sshbuf_from(data, size);
crypto/openssh/regress/misc/fuzz-harness/ssh-sk-null.cc
30
const char *pin, struct sshbuf *challenge_buf,
crypto/openssh/regress/misc/fuzz-harness/ssh-sk-null.cc
31
struct sshkey **keyp, struct sshbuf *attest)
crypto/openssh/regress/misc/fuzz-harness/sshsig_fuzz.cc
22
struct sshbuf *signature = sshbuf_from(sig, slen);
crypto/openssh/regress/misc/fuzz-harness/sshsig_fuzz.cc
23
struct sshbuf *message = sshbuf_from(data, strlen(data));
crypto/openssh/regress/misc/ssh-verify-attestation/ssh-verify-attestation.c
203
struct sshbuf *b = NULL;
crypto/openssh/regress/misc/ssh-verify-attestation/ssh-verify-attestation.c
332
struct sshbuf *attestation = NULL, *challenge = NULL;
crypto/openssh/regress/misc/ssh-verify-attestation/ssh-verify-attestation.c
333
struct sshbuf *attestation_cert = NULL;
crypto/openssh/regress/misc/ssh-verify-attestation/ssh-verify-attestation.c
80
const char *rp_id, struct sshbuf *b, const struct sshbuf *challenge,
crypto/openssh/regress/misc/ssh-verify-attestation/ssh-verify-attestation.c
81
struct sshbuf **attestation_certp)
crypto/openssh/regress/misc/ssh-verify-attestation/ssh-verify-attestation.c
83
struct sshbuf *attestation_cert = NULL, *sig = NULL, *authdata = NULL;
crypto/openssh/regress/unittests/kex/test_kex.c
83
struct sshbuf *state;
crypto/openssh/regress/unittests/sshbuf/test_sshbuf.c
33
struct sshbuf *p1;
crypto/openssh/regress/unittests/sshbuf/test_sshbuf_fixed.c
31
struct sshbuf *p1, *p2, *p3;
crypto/openssh/regress/unittests/sshbuf/test_sshbuf_fuzz.c
30
struct sshbuf *p1;
crypto/openssh/regress/unittests/sshbuf/test_sshbuf_getput_basic.c
27
struct sshbuf *p1, *p2;
crypto/openssh/regress/unittests/sshbuf/test_sshbuf_getput_crypto.c
35
struct sshbuf *p1;
crypto/openssh/regress/unittests/sshbuf/test_sshbuf_getput_fuzz.c
35
struct sshbuf *p1;
crypto/openssh/regress/unittests/sshbuf/test_sshbuf_misc.c
28
struct sshbuf *p1;
crypto/openssh/regress/unittests/sshkey/common.c
42
struct sshbuf *
crypto/openssh/regress/unittests/sshkey/common.c
45
struct sshbuf *ret = NULL;
crypto/openssh/regress/unittests/sshkey/common.c
52
struct sshbuf *
crypto/openssh/regress/unittests/sshkey/common.c
55
struct sshbuf *ret = load_file(name);
crypto/openssh/regress/unittests/sshkey/common.c
78
struct sshbuf *buf;
crypto/openssh/regress/unittests/sshkey/common.h
12
struct sshbuf *load_text_file(const char *name);
crypto/openssh/regress/unittests/sshkey/common.h
9
struct sshbuf *load_file(const char *name);
crypto/openssh/regress/unittests/sshkey/test_file.c
47
struct sshbuf *buf, *pw;
crypto/openssh/regress/unittests/sshkey/test_fuzz.c
114
struct sshbuf *buf, *fuzzed;
crypto/openssh/regress/unittests/sshkey/test_fuzz.c
53
struct sshbuf *buf;
crypto/openssh/regress/unittests/sshkey/test_sshkey.c
172
struct sshbuf *b;
crypto/openssh/regress/unittests/sshkey/test_sshkey.c
191
struct sshbuf *b = NULL;
crypto/openssh/regress/unittests/sshkey/test_sshkey.c
42
put_opt(struct sshbuf *b, const char *name, const char *value)
crypto/openssh/regress/unittests/sshkey/test_sshkey.c
44
struct sshbuf *sect;
crypto/openssh/regress/unittests/sshkey/test_sshkey.c
57
build_cert(struct sshbuf *b, struct sshkey *k, const char *type,
crypto/openssh/regress/unittests/sshkey/test_sshkey.c
61
struct sshbuf *ca_buf, *pk, *principals, *critopts, *exts;
crypto/openssh/regress/unittests/sshsig/tests.c
35
static struct sshbuf *
crypto/openssh/regress/unittests/sshsig/tests.c
38
struct sshbuf *ret = NULL;
crypto/openssh/regress/unittests/sshsig/tests.c
55
check_sig(const char *keyname, const char *signame, const struct sshbuf *msg,
crypto/openssh/regress/unittests/sshsig/tests.c
59
struct sshbuf *sig, *rawsig;
crypto/openssh/regress/unittests/sshsig/tests.c
81
struct sshbuf *msg;
crypto/openssh/servconf.c
2794
load_server_config(const char *filename, struct sshbuf *conf)
crypto/openssh/servconf.c
3036
struct sshbuf *conf, struct include_list *includes,
crypto/openssh/servconf.c
3065
struct sshbuf *conf, struct include_list *includes,
crypto/openssh/servconf.c
82
const char *filename, struct sshbuf *conf, struct include_list *includes,
crypto/openssh/servconf.c
85
extern struct sshbuf *cfg;
crypto/openssh/servconf.h
276
struct sshbuf *contents;
crypto/openssh/servconf.h
327
void load_server_config(const char *, struct sshbuf *);
crypto/openssh/servconf.h
328
void parse_server_config(ServerOptions *, const char *, struct sshbuf *,
crypto/openssh/serverloop.c
645
server_input_hostkeys_prove(struct ssh *ssh, struct sshbuf **respp)
crypto/openssh/serverloop.c
647
struct sshbuf *resp = NULL;
crypto/openssh/serverloop.c
648
struct sshbuf *sigbuf = NULL;
crypto/openssh/serverloop.c
736
struct sshbuf *resp = NULL;
crypto/openssh/session.c
149
extern struct sshbuf *loginmsg;
crypto/openssh/session.c
271
prepare_auth_info_file(struct passwd *pw, struct sshbuf *info)
crypto/openssh/sftp-client.c
1008
struct sshbuf *msg;
crypto/openssh/sftp-client.c
1106
struct sshbuf *msg;
crypto/openssh/sftp-client.c
1221
struct sshbuf *msg;
crypto/openssh/sftp-client.c
1265
struct sshbuf *msg;
crypto/openssh/sftp-client.c
1303
struct sshbuf *msg;
crypto/openssh/sftp-client.c
1339
struct sshbuf *msg;
crypto/openssh/sftp-client.c
1372
struct sshbuf *msg;
crypto/openssh/sftp-client.c
1431
struct sshbuf *msg;
crypto/openssh/sftp-client.c
1462
struct sshbuf *msg;
crypto/openssh/sftp-client.c
1491
struct sshbuf *msg;
crypto/openssh/sftp-client.c
1525
struct sshbuf *msg;
crypto/openssh/sftp-client.c
1547
struct sshbuf *msg;
crypto/openssh/sftp-client.c
1601
struct sshbuf *msg;
crypto/openssh/sftp-client.c
164
send_msg(struct sftp_conn *conn, struct sshbuf *m)
crypto/openssh/sftp-client.c
188
get_msg_extended(struct sftp_conn *conn, struct sshbuf *m, int initial)
crypto/openssh/sftp-client.c
2040
struct sshbuf *msg;
crypto/openssh/sftp-client.c
227
get_msg(struct sftp_conn *conn, struct sshbuf *m)
crypto/openssh/sftp-client.c
236
struct sshbuf *msg;
crypto/openssh/sftp-client.c
2390
struct sshbuf *msg;
crypto/openssh/sftp-client.c
2458
struct sshbuf *msg;
crypto/openssh/sftp-client.c
254
struct sshbuf *msg;
crypto/openssh/sftp-client.c
273
struct sshbuf *msg;
crypto/openssh/sftp-client.c
2853
struct sshbuf *msg, *uidbuf, *gidbuf;
crypto/openssh/sftp-client.c
304
struct sshbuf *msg;
crypto/openssh/sftp-client.c
348
struct sshbuf *msg;
crypto/openssh/sftp-client.c
400
struct sshbuf *msg;
crypto/openssh/sftp-client.c
460
struct sshbuf *msg;
crypto/openssh/sftp-client.c
625
struct sshbuf *msg;
crypto/openssh/sftp-client.c
678
struct sshbuf *msg;
crypto/openssh/sftp-client.c
706
struct sshbuf *msg;
crypto/openssh/sftp-common.c
106
decode_attrib(struct sshbuf *b, Attrib *a)
crypto/openssh/sftp-common.c
157
encode_attrib(struct sshbuf *b, const Attrib *a)
crypto/openssh/sftp-common.h
31
struct sshbuf;
crypto/openssh/sftp-common.h
48
int decode_attrib(struct sshbuf *, Attrib *);
crypto/openssh/sftp-common.h
49
int encode_attrib(struct sshbuf *, const Attrib *);
crypto/openssh/sftp-server.c
1519
struct sshbuf *msg;
crypto/openssh/sftp-server.c
1729
struct sshbuf *uids, *gids, *usernames, *groupnames, *msg;
crypto/openssh/sftp-server.c
503
get_handle(struct sshbuf *queue, int *hp)
crypto/openssh/sftp-server.c
521
send_msg(struct sshbuf *m)
crypto/openssh/sftp-server.c
551
struct sshbuf *msg;
crypto/openssh/sftp-server.c
583
struct sshbuf *msg;
crypto/openssh/sftp-server.c
618
struct sshbuf *msg;
crypto/openssh/sftp-server.c
641
struct sshbuf *msg;
crypto/openssh/sftp-server.c
658
struct sshbuf *msg;
crypto/openssh/sftp-server.c
690
compose_extension(struct sshbuf *msg, const char *name, const char *ver)
crypto/openssh/sftp-server.c
712
struct sshbuf *msg;
crypto/openssh/sftp-server.c
73
struct sshbuf *iqueue;
crypto/openssh/sftp-server.c
74
struct sshbuf *oqueue;
crypto/openssh/ssh-add.c
257
struct sshbuf *keyblob;
crypto/openssh/ssh-agent.c
1100
parse_dest_constraint_hop(struct sshbuf *b, struct dest_constraint_hop *dch)
crypto/openssh/ssh-agent.c
1157
parse_dest_constraint(struct sshbuf *m, struct dest_constraint *dc)
crypto/openssh/ssh-agent.c
1159
struct sshbuf *b = NULL, *frombuf = NULL, *tobuf = NULL;
crypto/openssh/ssh-agent.c
1207
parse_key_constraint_extension(struct sshbuf *m, char **sk_providerp,
crypto/openssh/ssh-agent.c
1213
struct sshbuf *b = NULL;
crypto/openssh/ssh-agent.c
124
struct sshbuf *sid;
crypto/openssh/ssh-agent.c
1306
parse_key_constraints(struct sshbuf *m, struct sshkey *k, time_t *deathp,
crypto/openssh/ssh-agent.c
131
struct sshbuf *input;
crypto/openssh/ssh-agent.c
132
struct sshbuf *output;
crypto/openssh/ssh-agent.c
133
struct sshbuf *request;
crypto/openssh/ssh-agent.c
1551
struct sshbuf *msg;
crypto/openssh/ssh-agent.c
1726
struct sshbuf *sid = NULL, *sig = NULL;
crypto/openssh/ssh-agent.c
644
struct sshbuf *msg, *keys;
crypto/openssh/ssh-agent.c
711
parse_userauth_request(struct sshbuf *msg, const struct sshkey *expected_key,
crypto/openssh/ssh-agent.c
712
char **userp, struct sshbuf **sess_idp, struct sshkey **hostkeyp)
crypto/openssh/ssh-agent.c
714
struct sshbuf *b = NULL, *sess_id = NULL;
crypto/openssh/ssh-agent.c
795
parse_sshsig_request(struct sshbuf *msg)
crypto/openssh/ssh-agent.c
798
struct sshbuf *b;
crypto/openssh/ssh-agent.c
829
check_websafe_message_contents(struct sshkey *key, struct sshbuf *data)
crypto/openssh/ssh-agent.c
847
buf_equal(const struct sshbuf *a, const struct sshbuf *b)
crypto/openssh/ssh-agent.c
869
struct sshbuf *msg = NULL, *data = NULL, *sid = NULL;
crypto/openssh/ssh-dss.c
105
ssh_dss_serialize_public(const struct sshkey *key, struct sshbuf *b,
crypto/openssh/ssh-dss.c
128
ssh_dss_serialize_private(const struct sshkey *key, struct sshbuf *b,
crypto/openssh/ssh-dss.c
201
ssh_dss_deserialize_public(const char *ktype, struct sshbuf *b,
crypto/openssh/ssh-dss.c
238
ssh_dss_deserialize_private(const char *ktype, struct sshbuf *b,
crypto/openssh/ssh-dss.c
268
struct sshbuf *b = NULL;
crypto/openssh/ssh-dss.c
339
struct sshbuf *b = NULL;
crypto/openssh/ssh-ecdsa-sk.c
128
ssh_ecdsa_sk_deserialize_public(const char *ktype, struct sshbuf *b,
crypto/openssh/ssh-ecdsa-sk.c
141
ssh_ecdsa_sk_deserialize_private(const char *ktype, struct sshbuf *b,
crypto/openssh/ssh-ecdsa-sk.c
171
const char *origin, const struct sshbuf *wrapper,
crypto/openssh/ssh-ecdsa-sk.c
172
uint8_t flags, const struct sshbuf *extensions,
crypto/openssh/ssh-ecdsa-sk.c
176
struct sshbuf *chall = NULL, *m = NULL;
crypto/openssh/ssh-ecdsa-sk.c
247
struct sshbuf *b = NULL, *sigbuf = NULL, *original_signed = NULL;
crypto/openssh/ssh-ecdsa-sk.c
248
struct sshbuf *webauthn_wrapper = NULL, *webauthn_exts = NULL;
crypto/openssh/ssh-ecdsa-sk.c
85
ssh_ecdsa_sk_serialize_public(const struct sshkey *key, struct sshbuf *b,
crypto/openssh/ssh-ecdsa-sk.c
99
ssh_ecdsa_sk_serialize_private(const struct sshkey *key, struct sshbuf *b,
crypto/openssh/ssh-ecdsa.c
136
ssh_ecdsa_serialize_public(const struct sshkey *key, struct sshbuf *b,
crypto/openssh/ssh-ecdsa.c
152
ssh_ecdsa_serialize_private(const struct sshkey *key, struct sshbuf *b,
crypto/openssh/ssh-ecdsa.c
231
ssh_ecdsa_deserialize_public(const char *ktype, struct sshbuf *b,
crypto/openssh/ssh-ecdsa.c
284
ssh_ecdsa_deserialize_private(const char *ktype, struct sshbuf *b,
crypto/openssh/ssh-ecdsa.c
331
struct sshbuf *b = NULL, *bb = NULL;
crypto/openssh/ssh-ecdsa.c
395
struct sshbuf *b = NULL, *sigbuf = NULL;
crypto/openssh/ssh-ed25519-sk.c
112
ssh_ed25519_sk_deserialize_private(const char *ktype, struct sshbuf *b,
crypto/openssh/ssh-ed25519-sk.c
130
struct sshbuf *b = NULL;
crypto/openssh/ssh-ed25519-sk.c
131
struct sshbuf *encoded = NULL;
crypto/openssh/ssh-ed25519-sk.c
59
ssh_ed25519_sk_serialize_public(const struct sshkey *key, struct sshbuf *b,
crypto/openssh/ssh-ed25519-sk.c
73
ssh_ed25519_sk_serialize_private(const struct sshkey *key, struct sshbuf *b,
crypto/openssh/ssh-ed25519-sk.c
99
ssh_ed25519_sk_deserialize_public(const char *ktype, struct sshbuf *b,
crypto/openssh/ssh-ed25519.c
103
ssh_ed25519_deserialize_public(const char *ktype, struct sshbuf *b,
crypto/openssh/ssh-ed25519.c
121
ssh_ed25519_deserialize_private(const char *ktype, struct sshbuf *b,
crypto/openssh/ssh-ed25519.c
155
struct sshbuf *b = NULL;
crypto/openssh/ssh-ed25519.c
210
struct sshbuf *b = NULL;
crypto/openssh/ssh-ed25519.c
55
ssh_ed25519_serialize_public(const struct sshkey *key, struct sshbuf *b,
crypto/openssh/ssh-ed25519.c
69
ssh_ed25519_serialize_private(const struct sshkey *key, struct sshbuf *b,
crypto/openssh/ssh-gss.h
109
struct sshbuf;
crypto/openssh/ssh-gss.h
110
int ssh_gssapi_get_buffer_desc(struct sshbuf *, gss_buffer_desc *);
crypto/openssh/ssh-gss.h
123
void ssh_gssapi_buildmic(struct sshbuf *, const char *,
crypto/openssh/ssh-gss.h
124
const char *, const char *, const struct sshbuf *);
crypto/openssh/ssh-keygen.c
1689
prepare_options_buf(struct sshbuf *c, int which)
crypto/openssh/ssh-keygen.c
1691
struct sshbuf *b;
crypto/openssh/ssh-keygen.c
2105
show_options(struct sshbuf *optbuf, int in_critical)
crypto/openssh/ssh-keygen.c
2108
struct sshbuf *options, *option = NULL;
crypto/openssh/ssh-keygen.c
2260
struct sshbuf *krlbuf;
crypto/openssh/ssh-keygen.c
2278
struct sshbuf *b;
crypto/openssh/ssh-keygen.c
2472
struct sshbuf *kbuf;
crypto/openssh/ssh-keygen.c
2614
struct sshbuf *sigbuf = NULL, *abuf = NULL;
crypto/openssh/ssh-keygen.c
2834
struct sshbuf *sigbuf = NULL, *abuf = NULL;
crypto/openssh/ssh-keygen.c
2924
struct sshbuf *sigbuf = NULL, *abuf = NULL;
crypto/openssh/ssh-keygen.c
3290
save_attestation(struct sshbuf *attest, const char *path)
crypto/openssh/ssh-keygen.c
3396
struct sshbuf *challenge = NULL, *attest = NULL;
crypto/openssh/ssh-keygen.c
349
struct sshbuf *b;
crypto/openssh/ssh-keygen.c
466
buffer_get_bignum_bits(struct sshbuf *b, BIGNUM *value)
crypto/openssh/ssh-keygen.c
484
do_convert_private_ssh2(struct sshbuf *b)
crypto/openssh/ssh-keygen.c
670
struct sshbuf *buf;
crypto/openssh/ssh-keysign.c
178
struct sshbuf *b;
crypto/openssh/ssh-keysign.c
68
struct sshbuf *b;
crypto/openssh/ssh-pkcs11-client.c
184
send_msg(int fd, struct sshbuf *m)
crypto/openssh/ssh-pkcs11-client.c
202
recv_msg(int fd, struct sshbuf *m)
crypto/openssh/ssh-pkcs11-client.c
256
struct sshbuf *msg = NULL;
crypto/openssh/ssh-pkcs11-client.c
334
struct sshbuf *msg = NULL;
crypto/openssh/ssh-pkcs11-client.c
635
struct sshbuf *msg;
crypto/openssh/ssh-pkcs11-helper.c
113
send_msg(struct sshbuf *m)
crypto/openssh/ssh-pkcs11-helper.c
129
struct sshbuf *msg;
crypto/openssh/ssh-pkcs11-helper.c
169
struct sshbuf *msg;
crypto/openssh/ssh-pkcs11-helper.c
195
struct sshbuf *msg;
crypto/openssh/ssh-pkcs11-helper.c
65
struct sshbuf *iqueue;
crypto/openssh/ssh-pkcs11-helper.c
66
struct sshbuf *oqueue;
crypto/openssh/ssh-rsa.c
195
ssh_rsa_deserialize_public(const char *ktype, struct sshbuf *b,
crypto/openssh/ssh-rsa.c
234
ssh_rsa_deserialize_private(const char *ktype, struct sshbuf *b,
crypto/openssh/ssh-rsa.c
413
struct sshbuf *b = NULL;
crypto/openssh/ssh-rsa.c
480
struct sshbuf *b = NULL;
crypto/openssh/ssh-rsa.c
71
ssh_rsa_serialize_public(const struct sshkey *key, struct sshbuf *b,
crypto/openssh/ssh-rsa.c
92
ssh_rsa_serialize_private(const struct sshkey *key, struct sshbuf *b,
crypto/openssh/ssh-sk-client.c
140
client_converse(struct sshbuf *msg, struct sshbuf **respp, u_int type)
crypto/openssh/ssh-sk-client.c
147
struct sshbuf *req = NULL, *resp = NULL;
crypto/openssh/ssh-sk-client.c
235
struct sshbuf *kbuf = NULL, *req = NULL, *resp = NULL;
crypto/openssh/ssh-sk-client.c
296
const char *pin, struct sshbuf *challenge_buf,
crypto/openssh/ssh-sk-client.c
297
struct sshkey **keyp, struct sshbuf *attest)
crypto/openssh/ssh-sk-client.c
300
struct sshbuf *kbuf = NULL, *abuf = NULL, *req = NULL, *resp = NULL;
crypto/openssh/ssh-sk-client.c
401
struct sshbuf *kbuf = NULL, *req = NULL, *resp = NULL;
crypto/openssh/ssh-sk-helper.c
148
static struct sshbuf *
crypto/openssh/ssh-sk-helper.c
149
process_enroll(struct sshbuf *req)
crypto/openssh/ssh-sk-helper.c
155
struct sshbuf *challenge, *attest, *kbuf, *resp;
crypto/openssh/ssh-sk-helper.c
212
static struct sshbuf *
crypto/openssh/ssh-sk-helper.c
213
process_load_resident(struct sshbuf *req)
crypto/openssh/ssh-sk-helper.c
217
struct sshbuf *kbuf, *resp;
crypto/openssh/ssh-sk-helper.c
278
struct sshbuf *req, *resp;
crypto/openssh/ssh-sk-helper.c
52
static struct sshbuf *reply_error(int r, char *fmt, ...)
crypto/openssh/ssh-sk-helper.c
55
static struct sshbuf *
crypto/openssh/ssh-sk-helper.c
60
struct sshbuf *resp;
crypto/openssh/ssh-sk-helper.c
90
static struct sshbuf *
crypto/openssh/ssh-sk-helper.c
91
process_sign(struct sshbuf *req)
crypto/openssh/ssh-sk-helper.c
94
struct sshbuf *resp, *kbuf;
crypto/openssh/ssh-sk.c
210
struct sshbuf *b = NULL;
crypto/openssh/ssh-sk.c
455
struct sshbuf *attest)
crypto/openssh/ssh-sk.c
480
const char *pin, struct sshbuf *challenge_buf,
crypto/openssh/ssh-sk.c
481
struct sshkey **keyp, struct sshbuf *attest)
crypto/openssh/ssh-sk.c
580
sshsk_ecdsa_sig(struct sk_sign_response *resp, struct sshbuf *sig)
crypto/openssh/ssh-sk.c
582
struct sshbuf *inner_sig = NULL;
crypto/openssh/ssh-sk.c
625
sshsk_ed25519_sig(struct sk_sign_response *resp, struct sshbuf *sig)
crypto/openssh/ssh-sk.c
660
struct sshbuf *inner_sig = NULL, *sig = NULL;
crypto/openssh/ssh-sk.h
21
struct sshbuf;
crypto/openssh/ssh-sk.h
52
const char *pin, struct sshbuf *challenge_buf,
crypto/openssh/ssh-sk.h
53
struct sshkey **keyp, struct sshbuf *attest);
crypto/openssh/ssh-xmss.c
132
ssh_xmss_deserialize_public(const char *ktype, struct sshbuf *b,
crypto/openssh/ssh-xmss.c
164
ssh_xmss_deserialize_private(const char *ktype, struct sshbuf *b,
crypto/openssh/ssh-xmss.c
210
struct sshbuf *b = NULL;
crypto/openssh/ssh-xmss.c
282
struct sshbuf *b = NULL;
crypto/openssh/ssh-xmss.c
69
ssh_xmss_serialize_public(const struct sshkey *key, struct sshbuf *b,
crypto/openssh/ssh-xmss.c
87
ssh_xmss_serialize_private(const struct sshkey *key, struct sshbuf *b,
crypto/openssh/ssh.c
169
struct sshbuf *command;
crypto/openssh/ssh_api.c
316
struct sshbuf *output = ssh_packet_get_output(ssh);
crypto/openssh/ssh_api.c
342
_ssh_read_banner(struct ssh *ssh, struct sshbuf *banner)
crypto/openssh/ssh_api.c
344
struct sshbuf *input = ssh_packet_get_input(ssh);
crypto/openssh/ssh_api.c
425
_ssh_send_banner(struct ssh *ssh, struct sshbuf *banner)
crypto/openssh/ssh_api.c
43
int _ssh_send_banner(struct ssh *, struct sshbuf *);
crypto/openssh/ssh_api.c
44
int _ssh_read_banner(struct ssh *, struct sshbuf *);
crypto/openssh/sshbuf-getput-basic.c
100
check_offset(const struct sshbuf *buf, int wr, size_t offset, size_t len)
crypto/openssh/sshbuf-getput-basic.c
114
check_roffset(const struct sshbuf *buf, size_t offset, size_t len,
crypto/openssh/sshbuf-getput-basic.c
127
sshbuf_peek_u64(const struct sshbuf *buf, size_t offset, u_int64_t *valp)
crypto/openssh/sshbuf-getput-basic.c
142
sshbuf_peek_u32(const struct sshbuf *buf, size_t offset, u_int32_t *valp)
crypto/openssh/sshbuf-getput-basic.c
157
sshbuf_peek_u16(const struct sshbuf *buf, size_t offset, u_int16_t *valp)
crypto/openssh/sshbuf-getput-basic.c
172
sshbuf_peek_u8(const struct sshbuf *buf, size_t offset, u_char *valp)
crypto/openssh/sshbuf-getput-basic.c
187
sshbuf_get_string(struct sshbuf *buf, u_char **valp, size_t *lenp)
crypto/openssh/sshbuf-getput-basic.c
214
sshbuf_get_string_direct(struct sshbuf *buf, const u_char **valp, size_t *lenp)
crypto/openssh/sshbuf-getput-basic.c
240
sshbuf_peek_string_direct(const struct sshbuf *buf, const u_char **valp,
crypto/openssh/sshbuf-getput-basic.c
271
sshbuf_get_cstring(struct sshbuf *buf, char **valp, size_t *lenp)
crypto/openssh/sshbuf-getput-basic.c
306
sshbuf_get_stringb(struct sshbuf *buf, struct sshbuf *v)
crypto/openssh/sshbuf-getput-basic.c
326
sshbuf_put(struct sshbuf *buf, const void *v, size_t len)
crypto/openssh/sshbuf-getput-basic.c
339
sshbuf_putb(struct sshbuf *buf, const struct sshbuf *v)
crypto/openssh/sshbuf-getput-basic.c
347
sshbuf_putf(struct sshbuf *buf, const char *fmt, ...)
crypto/openssh/sshbuf-getput-basic.c
35
sshbuf_get(struct sshbuf *buf, void *v, size_t len)
crypto/openssh/sshbuf-getput-basic.c
359
sshbuf_putfv(struct sshbuf *buf, const char *fmt, va_list ap)
crypto/openssh/sshbuf-getput-basic.c
392
sshbuf_put_u64(struct sshbuf *buf, u_int64_t val)
crypto/openssh/sshbuf-getput-basic.c
404
sshbuf_put_u32(struct sshbuf *buf, u_int32_t val)
crypto/openssh/sshbuf-getput-basic.c
416
sshbuf_put_u16(struct sshbuf *buf, u_int16_t val)
crypto/openssh/sshbuf-getput-basic.c
428
sshbuf_put_u8(struct sshbuf *buf, u_char val)
crypto/openssh/sshbuf-getput-basic.c
440
check_woffset(struct sshbuf *buf, size_t offset, size_t len, u_char **p)
crypto/openssh/sshbuf-getput-basic.c
454
sshbuf_poke_u64(struct sshbuf *buf, size_t offset, u_int64_t val)
crypto/openssh/sshbuf-getput-basic.c
466
sshbuf_poke_u32(struct sshbuf *buf, size_t offset, u_int32_t val)
crypto/openssh/sshbuf-getput-basic.c
478
sshbuf_poke_u16(struct sshbuf *buf, size_t offset, u_int16_t val)
crypto/openssh/sshbuf-getput-basic.c
48
sshbuf_get_u64(struct sshbuf *buf, u_int64_t *valp)
crypto/openssh/sshbuf-getput-basic.c
490
sshbuf_poke_u8(struct sshbuf *buf, size_t offset, u_char val)
crypto/openssh/sshbuf-getput-basic.c
502
sshbuf_poke(struct sshbuf *buf, size_t offset, void *v, size_t len)
crypto/openssh/sshbuf-getput-basic.c
514
sshbuf_put_string(struct sshbuf *buf, const void *v, size_t len)
crypto/openssh/sshbuf-getput-basic.c
532
sshbuf_put_cstring(struct sshbuf *buf, const char *v)
crypto/openssh/sshbuf-getput-basic.c
538
sshbuf_put_stringb(struct sshbuf *buf, const struct sshbuf *v)
crypto/openssh/sshbuf-getput-basic.c
547
sshbuf_froms(struct sshbuf *buf, struct sshbuf **bufp)
crypto/openssh/sshbuf-getput-basic.c
551
struct sshbuf *ret;
crypto/openssh/sshbuf-getput-basic.c
571
sshbuf_put_bignum2_bytes(struct sshbuf *buf, const void *v, size_t len)
crypto/openssh/sshbuf-getput-basic.c
600
sshbuf_get_bignum2_bytes_direct(struct sshbuf *buf,
crypto/openssh/sshbuf-getput-basic.c
61
sshbuf_get_u32(struct sshbuf *buf, u_int32_t *valp)
crypto/openssh/sshbuf-getput-basic.c
74
sshbuf_get_u16(struct sshbuf *buf, u_int16_t *valp)
crypto/openssh/sshbuf-getput-basic.c
87
sshbuf_get_u8(struct sshbuf *buf, u_char *valp)
crypto/openssh/sshbuf-getput-crypto.c
131
sshbuf_put_bignum2(struct sshbuf *buf, const BIGNUM *v)
crypto/openssh/sshbuf-getput-crypto.c
154
sshbuf_put_ec(struct sshbuf *buf, const EC_POINT *v, const EC_GROUP *g)
crypto/openssh/sshbuf-getput-crypto.c
174
sshbuf_put_eckey(struct sshbuf *buf, const EC_KEY *v)
crypto/openssh/sshbuf-getput-crypto.c
181
sshbuf_put_ec_pkey(struct sshbuf *buf, EVP_PKEY *pkey)
crypto/openssh/sshbuf-getput-crypto.c
36
sshbuf_get_bignum2(struct sshbuf *buf, BIGNUM **valp)
crypto/openssh/sshbuf-getput-crypto.c
74
sshbuf_get_ec(struct sshbuf *buf, EC_POINT *v, const EC_GROUP *g)
crypto/openssh/sshbuf-getput-crypto.c
95
sshbuf_get_eckey(struct sshbuf *buf, EC_KEY *v)
crypto/openssh/sshbuf-io.c
101
sshbuf_write_file(const char *path, struct sshbuf *buf)
crypto/openssh/sshbuf-io.c
34
sshbuf_load_fd(int fd, struct sshbuf **blobp)
crypto/openssh/sshbuf-io.c
40
struct sshbuf *blob;
crypto/openssh/sshbuf-io.c
81
sshbuf_load_file(const char *path, struct sshbuf **bufp)
crypto/openssh/sshbuf-misc.c
132
sshbuf_dtob64_string(const struct sshbuf *buf, int wrap)
crypto/openssh/sshbuf-misc.c
134
struct sshbuf *tmp;
crypto/openssh/sshbuf-misc.c
149
sshbuf_b64tod(struct sshbuf *buf, const char *b64)
crypto/openssh/sshbuf-misc.c
172
sshbuf_dtourlb64(const struct sshbuf *d, struct sshbuf *b64, int wrap)
crypto/openssh/sshbuf-misc.c
176
struct sshbuf *b = NULL;
crypto/openssh/sshbuf-misc.c
215
sshbuf_dup_string(struct sshbuf *buf)
crypto/openssh/sshbuf-misc.c
238
sshbuf_cmp(const struct sshbuf *b, size_t offset,
crypto/openssh/sshbuf-misc.c
253
sshbuf_find(const struct sshbuf *b, size_t start_offset,
crypto/openssh/sshbuf-misc.c
275
sshbuf_read(int fd, struct sshbuf *buf, size_t maxlen, size_t *rlen)
crypto/openssh/sshbuf-misc.c
67
sshbuf_dump(const struct sshbuf *buf, FILE *f)
crypto/openssh/sshbuf-misc.c
74
sshbuf_dtob16(struct sshbuf *buf)
crypto/openssh/sshbuf-misc.c
94
sshbuf_dtob64(const struct sshbuf *d, struct sshbuf *b64, int wrap)
crypto/openssh/sshbuf.c
111
struct sshbuf *
crypto/openssh/sshbuf.c
114
struct sshbuf *ret;
crypto/openssh/sshbuf.c
129
sshbuf_set_parent(struct sshbuf *child, struct sshbuf *parent)
crypto/openssh/sshbuf.c
144
struct sshbuf *
crypto/openssh/sshbuf.c
145
sshbuf_fromb(struct sshbuf *buf)
crypto/openssh/sshbuf.c
147
struct sshbuf *ret;
crypto/openssh/sshbuf.c
161
sshbuf_free(struct sshbuf *buf)
crypto/openssh/sshbuf.c
196
sshbuf_reset(struct sshbuf *buf)
crypto/openssh/sshbuf.c
219
sshbuf_max_size(const struct sshbuf *buf)
crypto/openssh/sshbuf.c
225
sshbuf_alloc(const struct sshbuf *buf)
crypto/openssh/sshbuf.c
230
const struct sshbuf *
crypto/openssh/sshbuf.c
231
sshbuf_parent(const struct sshbuf *buf)
crypto/openssh/sshbuf.c
237
sshbuf_refcount(const struct sshbuf *buf)
crypto/openssh/sshbuf.c
243
sshbuf_set_max_size(struct sshbuf *buf, size_t max_size)
crypto/openssh/sshbuf.c
281
sshbuf_len(const struct sshbuf *buf)
crypto/openssh/sshbuf.c
289
sshbuf_avail(const struct sshbuf *buf)
crypto/openssh/sshbuf.c
297
sshbuf_ptr(const struct sshbuf *buf)
crypto/openssh/sshbuf.c
305
sshbuf_mutable_ptr(const struct sshbuf *buf)
crypto/openssh/sshbuf.c
313
sshbuf_check_reserve(const struct sshbuf *buf, size_t len)
crypto/openssh/sshbuf.c
329
sshbuf_allocate(struct sshbuf *buf, size_t len)
crypto/openssh/sshbuf.c
372
sshbuf_reserve(struct sshbuf *buf, size_t len, u_char **dpp)
crypto/openssh/sshbuf.c
392
sshbuf_consume(struct sshbuf *buf, size_t len)
crypto/openssh/sshbuf.c
412
sshbuf_consume_end(struct sshbuf *buf, size_t len)
crypto/openssh/sshbuf.c
51
struct sshbuf *parent; /* If child, pointer to parent */
crypto/openssh/sshbuf.c
55
sshbuf_check_sanity(const struct sshbuf *buf)
crypto/openssh/sshbuf.c
77
sshbuf_maybe_pack(struct sshbuf *buf, int force)
crypto/openssh/sshbuf.c
92
struct sshbuf *
crypto/openssh/sshbuf.c
95
struct sshbuf *ret;
crypto/openssh/sshbuf.h
102
const u_char *sshbuf_ptr(const struct sshbuf *buf);
crypto/openssh/sshbuf.h
108
u_char *sshbuf_mutable_ptr(const struct sshbuf *buf);
crypto/openssh/sshbuf.h
116
int sshbuf_check_reserve(const struct sshbuf *buf, size_t len);
crypto/openssh/sshbuf.h
124
int sshbuf_allocate(struct sshbuf *buf, size_t len);
crypto/openssh/sshbuf.h
131
int sshbuf_reserve(struct sshbuf *buf, size_t len, u_char **dpp);
crypto/openssh/sshbuf.h
137
int sshbuf_consume(struct sshbuf *buf, size_t len);
crypto/openssh/sshbuf.h
143
int sshbuf_consume_end(struct sshbuf *buf, size_t len);
crypto/openssh/sshbuf.h
146
int sshbuf_get(struct sshbuf *buf, void *v, size_t len);
crypto/openssh/sshbuf.h
147
int sshbuf_put(struct sshbuf *buf, const void *v, size_t len);
crypto/openssh/sshbuf.h
148
int sshbuf_putb(struct sshbuf *buf, const struct sshbuf *v);
crypto/openssh/sshbuf.h
151
int sshbuf_putf(struct sshbuf *buf, const char *fmt, ...)
crypto/openssh/sshbuf.h
153
int sshbuf_putfv(struct sshbuf *buf, const char *fmt, va_list ap);
crypto/openssh/sshbuf.h
156
int sshbuf_get_u64(struct sshbuf *buf, u_int64_t *valp);
crypto/openssh/sshbuf.h
157
int sshbuf_get_u32(struct sshbuf *buf, u_int32_t *valp);
crypto/openssh/sshbuf.h
158
int sshbuf_get_u16(struct sshbuf *buf, u_int16_t *valp);
crypto/openssh/sshbuf.h
159
int sshbuf_get_u8(struct sshbuf *buf, u_char *valp);
crypto/openssh/sshbuf.h
160
int sshbuf_put_u64(struct sshbuf *buf, u_int64_t val);
crypto/openssh/sshbuf.h
161
int sshbuf_put_u32(struct sshbuf *buf, u_int32_t val);
crypto/openssh/sshbuf.h
162
int sshbuf_put_u16(struct sshbuf *buf, u_int16_t val);
crypto/openssh/sshbuf.h
163
int sshbuf_put_u8(struct sshbuf *buf, u_char val);
crypto/openssh/sshbuf.h
166
int sshbuf_peek_u64(const struct sshbuf *buf, size_t offset,
crypto/openssh/sshbuf.h
168
int sshbuf_peek_u32(const struct sshbuf *buf, size_t offset,
crypto/openssh/sshbuf.h
170
int sshbuf_peek_u16(const struct sshbuf *buf, size_t offset,
crypto/openssh/sshbuf.h
172
int sshbuf_peek_u8(const struct sshbuf *buf, size_t offset,
crypto/openssh/sshbuf.h
179
int sshbuf_poke_u64(struct sshbuf *buf, size_t offset, u_int64_t val);
crypto/openssh/sshbuf.h
180
int sshbuf_poke_u32(struct sshbuf *buf, size_t offset, u_int32_t val);
crypto/openssh/sshbuf.h
181
int sshbuf_poke_u16(struct sshbuf *buf, size_t offset, u_int16_t val);
crypto/openssh/sshbuf.h
182
int sshbuf_poke_u8(struct sshbuf *buf, size_t offset, u_char val);
crypto/openssh/sshbuf.h
183
int sshbuf_poke(struct sshbuf *buf, size_t offset, void *v, size_t len);
crypto/openssh/sshbuf.h
190
int sshbuf_get_string(struct sshbuf *buf, u_char **valp, size_t *lenp);
crypto/openssh/sshbuf.h
191
int sshbuf_get_cstring(struct sshbuf *buf, char **valp, size_t *lenp);
crypto/openssh/sshbuf.h
192
int sshbuf_get_stringb(struct sshbuf *buf, struct sshbuf *v);
crypto/openssh/sshbuf.h
193
int sshbuf_put_string(struct sshbuf *buf, const void *v, size_t len);
crypto/openssh/sshbuf.h
194
int sshbuf_put_cstring(struct sshbuf *buf, const char *v);
crypto/openssh/sshbuf.h
195
int sshbuf_put_stringb(struct sshbuf *buf, const struct sshbuf *v);
crypto/openssh/sshbuf.h
202
int sshbuf_get_string_direct(struct sshbuf *buf, const u_char **valp,
crypto/openssh/sshbuf.h
209
int sshbuf_peek_string_direct(const struct sshbuf *buf, const u_char **valp,
crypto/openssh/sshbuf.h
216
int sshbuf_put_bignum2_bytes(struct sshbuf *buf, const void *v, size_t len);
crypto/openssh/sshbuf.h
217
int sshbuf_get_bignum2_bytes_direct(struct sshbuf *buf,
crypto/openssh/sshbuf.h
220
int sshbuf_get_bignum2(struct sshbuf *buf, BIGNUM **valp);
crypto/openssh/sshbuf.h
221
int sshbuf_put_bignum2(struct sshbuf *buf, const BIGNUM *v);
crypto/openssh/sshbuf.h
223
int sshbuf_get_ec(struct sshbuf *buf, EC_POINT *v, const EC_GROUP *g);
crypto/openssh/sshbuf.h
224
int sshbuf_get_eckey(struct sshbuf *buf, EC_KEY *v);
crypto/openssh/sshbuf.h
225
int sshbuf_put_ec(struct sshbuf *buf, const EC_POINT *v, const EC_GROUP *g);
crypto/openssh/sshbuf.h
226
int sshbuf_put_eckey(struct sshbuf *buf, const EC_KEY *v);
crypto/openssh/sshbuf.h
227
int sshbuf_put_ec_pkey(struct sshbuf *buf, EVP_PKEY *pkey);
crypto/openssh/sshbuf.h
232
void sshbuf_dump(const struct sshbuf *buf, FILE *f);
crypto/openssh/sshbuf.h
238
char *sshbuf_dtob16(struct sshbuf *buf);
crypto/openssh/sshbuf.h
241
char *sshbuf_dtob64_string(const struct sshbuf *buf, int wrap);
crypto/openssh/sshbuf.h
242
int sshbuf_dtob64(const struct sshbuf *d, struct sshbuf *b64, int wrap);
crypto/openssh/sshbuf.h
244
int sshbuf_dtourlb64(const struct sshbuf *d, struct sshbuf *b64, int wrap);
crypto/openssh/sshbuf.h
247
int sshbuf_b64tod(struct sshbuf *buf, const char *b64);
crypto/openssh/sshbuf.h
261
int sshbuf_cmp(const struct sshbuf *b, size_t offset,
crypto/openssh/sshbuf.h
273
sshbuf_find(const struct sshbuf *b, size_t start_offset,
crypto/openssh/sshbuf.h
281
char *sshbuf_dup_string(struct sshbuf *buf);
crypto/openssh/sshbuf.h
287
int sshbuf_load_fd(int, struct sshbuf **)
crypto/openssh/sshbuf.h
289
int sshbuf_load_file(const char *, struct sshbuf **)
crypto/openssh/sshbuf.h
296
int sshbuf_write_file(const char *path, struct sshbuf *buf)
crypto/openssh/sshbuf.h
300
int sshbuf_read(int, struct sshbuf *, size_t, size_t *)
crypto/openssh/sshbuf.h
355
size_t sshbuf_alloc(const struct sshbuf *buf);
crypto/openssh/sshbuf.h
360
int sshbuf_set_parent(struct sshbuf *child, struct sshbuf *parent);
crypto/openssh/sshbuf.h
365
const struct sshbuf *sshbuf_parent(const struct sshbuf *buf);
crypto/openssh/sshbuf.h
37
struct sshbuf;
crypto/openssh/sshbuf.h
370
u_int sshbuf_refcount(const struct sshbuf *buf);
crypto/openssh/sshbuf.h
43
struct sshbuf *sshbuf_new(void);
crypto/openssh/sshbuf.h
49
struct sshbuf *sshbuf_from(const void *blob, size_t len);
crypto/openssh/sshbuf.h
57
struct sshbuf *sshbuf_fromb(struct sshbuf *buf);
crypto/openssh/sshbuf.h
66
int sshbuf_froms(struct sshbuf *buf, struct sshbuf **bufp);
crypto/openssh/sshbuf.h
71
void sshbuf_free(struct sshbuf *buf);
crypto/openssh/sshbuf.h
76
void sshbuf_reset(struct sshbuf *buf);
crypto/openssh/sshbuf.h
81
size_t sshbuf_max_size(const struct sshbuf *buf);
crypto/openssh/sshbuf.h
87
int sshbuf_set_max_size(struct sshbuf *buf, size_t max_size);
crypto/openssh/sshbuf.h
92
size_t sshbuf_len(const struct sshbuf *buf);
crypto/openssh/sshbuf.h
97
size_t sshbuf_avail(const struct sshbuf *buf);
crypto/openssh/sshconnect2.c
1314
struct sshbuf *b = NULL;
crypto/openssh/sshconnect2.c
2015
struct sshbuf *b;
crypto/openssh/sshconnect2.c
2132
struct sshbuf *b = NULL;
crypto/openssh/sshconnect2.c
2348
struct sshbuf *b;
crypto/openssh/sshconnect2.c
856
struct sshbuf *b;
crypto/openssh/sshd-auth.c
156
struct sshbuf *cfg;
crypto/openssh/sshd-auth.c
162
struct sshbuf *loginmsg;
crypto/openssh/sshd-auth.c
221
append_hostkey_type(struct sshbuf *b, const char *s)
crypto/openssh/sshd-auth.c
236
struct sshbuf *b;
crypto/openssh/sshd-auth.c
385
parse_hostkeys(struct sshbuf *hostkeys)
crypto/openssh/sshd-auth.c
424
recv_privsep_state(struct ssh *ssh, struct sshbuf *conf,
crypto/openssh/sshd-auth.c
427
struct sshbuf *hostkeys;
crypto/openssh/sshd-session.c
189
struct sshbuf *cfg;
crypto/openssh/sshd-session.c
195
struct sshbuf *loginmsg;
crypto/openssh/sshd-session.c
300
struct sshbuf *
crypto/openssh/sshd-session.c
303
struct sshbuf *keybuf = NULL, *hostkeys = NULL;
crypto/openssh/sshd-session.c
579
struct sshbuf *buf;
crypto/openssh/sshd-session.c
639
parse_hostkeys(struct sshbuf *hostkeys)
crypto/openssh/sshd-session.c
644
struct sshbuf *kbuf;
crypto/openssh/sshd-session.c
695
recv_rexec_state(int fd, struct sshbuf *conf, uint64_t *timing_secretp)
crypto/openssh/sshd-session.c
697
struct sshbuf *m, *inc, *hostkeys;
crypto/openssh/sshd.c
1297
accumulate_host_timing_secret(struct sshbuf *server_cfg,
crypto/openssh/sshd.c
1303
struct sshbuf *buf;
crypto/openssh/sshd.c
201
struct sshbuf *config;
crypto/openssh/sshd.c
202
struct sshbuf *keys;
crypto/openssh/sshd.c
208
struct sshbuf *cfg;
crypto/openssh/sshd.c
209
struct sshbuf *config; /* packed */
crypto/openssh/sshd.c
215
struct sshbuf *loginmsg;
crypto/openssh/sshd.c
676
static struct sshbuf *
crypto/openssh/sshd.c
679
struct sshbuf *m = NULL, *keybuf = NULL, *hostkeys = NULL;
crypto/openssh/sshd.c
733
static struct sshbuf *
crypto/openssh/sshd.c
734
pack_config(struct sshbuf *conf)
crypto/openssh/sshd.c
736
struct sshbuf *m = NULL, *inc = NULL;
crypto/openssh/sshd.c
801
struct sshbuf *keys;
crypto/openssh/sshd.c
947
struct sshbuf *buf;
crypto/openssh/sshkey-xmss.c
293
sshkey_xmss_serialize_enc_key(const struct sshkey *k, struct sshbuf *b)
crypto/openssh/sshkey-xmss.c
309
sshkey_xmss_deserialize_enc_key(struct sshkey *k, struct sshbuf *b)
crypto/openssh/sshkey-xmss.c
325
sshkey_xmss_serialize_pk_info(const struct sshkey *k, struct sshbuf *b,
crypto/openssh/sshkey-xmss.c
346
sshkey_xmss_deserialize_pk_info(struct sshkey *k, struct sshbuf *b)
crypto/openssh/sshkey-xmss.c
399
struct sshbuf *b = NULL, *enc = NULL;
crypto/openssh/sshkey-xmss.c
571
struct sshbuf *b = NULL, *enc = NULL;
crypto/openssh/sshkey-xmss.c
678
sshkey_xmss_serialize_state(const struct sshkey *k, struct sshbuf *b)
crypto/openssh/sshkey-xmss.c
715
sshkey_xmss_serialize_state_opt(const struct sshkey *k, struct sshbuf *b,
crypto/openssh/sshkey-xmss.c
772
sshkey_xmss_deserialize_state(struct sshkey *k, struct sshbuf *b)
crypto/openssh/sshkey-xmss.c
837
sshkey_xmss_deserialize_state_opt(struct sshkey *k, struct sshbuf *b)
crypto/openssh/sshkey-xmss.c
84
int sshkey_xmss_encrypt_state(const struct sshkey *, struct sshbuf *,
crypto/openssh/sshkey-xmss.c
85
struct sshbuf **);
crypto/openssh/sshkey-xmss.c
86
int sshkey_xmss_decrypt_state(const struct sshkey *, struct sshbuf *,
crypto/openssh/sshkey-xmss.c
87
struct sshbuf **);
crypto/openssh/sshkey-xmss.c
88
int sshkey_xmss_serialize_enc_key(const struct sshkey *, struct sshbuf *);
crypto/openssh/sshkey-xmss.c
889
sshkey_xmss_encrypt_state(const struct sshkey *k, struct sshbuf *b,
crypto/openssh/sshkey-xmss.c
89
int sshkey_xmss_deserialize_enc_key(struct sshkey *, struct sshbuf *);
crypto/openssh/sshkey-xmss.c
890
struct sshbuf **retp)
crypto/openssh/sshkey-xmss.c
893
struct sshbuf *encrypted = NULL, *encoded = NULL, *padded = NULL;
crypto/openssh/sshkey-xmss.c
980
sshkey_xmss_decrypt_state(const struct sshkey *k, struct sshbuf *encoded,
crypto/openssh/sshkey-xmss.c
981
struct sshbuf **retp)
crypto/openssh/sshkey-xmss.c
984
struct sshbuf *copy = NULL, *decrypted = NULL;
crypto/openssh/sshkey-xmss.h
38
int sshkey_xmss_serialize_state(const struct sshkey *, struct sshbuf *);
crypto/openssh/sshkey-xmss.h
39
int sshkey_xmss_serialize_state_opt(const struct sshkey *, struct sshbuf *,
crypto/openssh/sshkey-xmss.h
41
int sshkey_xmss_serialize_pk_info(const struct sshkey *, struct sshbuf *,
crypto/openssh/sshkey-xmss.h
43
int sshkey_xmss_deserialize_state(struct sshkey *, struct sshbuf *);
crypto/openssh/sshkey-xmss.h
44
int sshkey_xmss_deserialize_state_opt(struct sshkey *, struct sshbuf *);
crypto/openssh/sshkey-xmss.h
45
int sshkey_xmss_deserialize_pk_info(struct sshkey *, struct sshbuf *);
crypto/openssh/sshkey.c
1317
struct sshbuf *blob;
crypto/openssh/sshkey.c
1388
struct sshbuf *b = NULL;
crypto/openssh/sshkey.c
1414
sshkey_format_text(const struct sshkey *key, struct sshbuf *b)
crypto/openssh/sshkey.c
1433
struct sshbuf *b = NULL;
crypto/openssh/sshkey.c
1645
struct sshbuf *prvbuf = NULL;
crypto/openssh/sshkey.c
1754
private2_check_padding(struct sshbuf *decrypted)
crypto/openssh/sshkey.c
1780
struct sshbuf *prvbuf = NULL;
crypto/openssh/sshkey.c
1867
cert_parse(struct sshbuf *b, struct sshkey *key, struct sshbuf *certbuf)
crypto/openssh/sshkey.c
1869
struct sshbuf *principals = NULL, *crit = NULL;
crypto/openssh/sshkey.c
1870
struct sshbuf *exts = NULL, *ca = NULL;
crypto/openssh/sshkey.c
1993
sshkey_deserialize_sk(struct sshbuf *b, struct sshkey *key)
crypto/openssh/sshkey.c
2002
sshkey_from_blob_internal(struct sshbuf *b, struct sshkey **keyp,
crypto/openssh/sshkey.c
2008
struct sshbuf *copy;
crypto/openssh/sshkey.c
2071
struct sshbuf *b;
crypto/openssh/sshkey.c
2082
sshkey_fromb(struct sshbuf *b, struct sshkey **keyp)
crypto/openssh/sshkey.c
2088
sshkey_froms(struct sshbuf *buf, struct sshkey **keyp)
crypto/openssh/sshkey.c
2090
struct sshbuf *b;
crypto/openssh/sshkey.c
2104
struct sshbuf *b = NULL;
crypto/openssh/sshkey.c
2283
struct sshbuf *principals = NULL;
crypto/openssh/sshkey.c
2287
struct sshbuf *cert = NULL;
crypto/openssh/sshkey.c
2533
sshkey_serialize_private_sk(const struct sshkey *key, struct sshbuf *b)
crypto/openssh/sshkey.c
2547
sshkey_private_serialize_opt(struct sshkey *key, struct sshbuf *buf,
crypto/openssh/sshkey.c
2552
struct sshbuf *b = NULL;
crypto/openssh/sshkey.c
2591
sshkey_private_serialize(struct sshkey *key, struct sshbuf *b)
crypto/openssh/sshkey.c
2599
sshkey_private_deserialize_sk(struct sshbuf *buf, struct sshkey *k)
crypto/openssh/sshkey.c
2616
sshkey_private_deserialize(struct sshbuf *buf, struct sshkey **kp)
crypto/openssh/sshkey.c
2840
sshkey_private_to_blob2(struct sshkey *prv, struct sshbuf *blob,
crypto/openssh/sshkey.c
2852
struct sshbuf *encoded = NULL, *encrypted = NULL, *kdf = NULL;
crypto/openssh/sshkey.c
2966
private2_uudecode(struct sshbuf *blob, struct sshbuf **decodedp)
crypto/openssh/sshkey.c
2972
struct sshbuf *encoded = NULL, *decoded = NULL;
crypto/openssh/sshkey.c
3041
private2_decrypt(struct sshbuf *decoded, const char *passphrase,
crypto/openssh/sshkey.c
3042
struct sshbuf **decryptedp, struct sshkey **pubkeyp)
crypto/openssh/sshkey.c
3048
struct sshbuf *kdf = NULL, *decrypted = NULL;
crypto/openssh/sshkey.c
3188
sshkey_parse_private2(struct sshbuf *blob, int type, const char *passphrase,
crypto/openssh/sshkey.c
3193
struct sshbuf *decoded = NULL, *decrypted = NULL;
crypto/openssh/sshkey.c
3248
sshkey_parse_private2_pubkey(struct sshbuf *blob, int type,
crypto/openssh/sshkey.c
3252
struct sshbuf *decoded = NULL;
crypto/openssh/sshkey.c
3300
sshkey_private_to_blob_pem_pkcs8(struct sshkey *key, struct sshbuf *buf,
crypto/openssh/sshkey.c
3310
struct sshbuf *blob;
crypto/openssh/sshkey.c
3400
sshkey_private_to_fileblob(struct sshkey *key, struct sshbuf *blob,
crypto/openssh/sshkey.c
3522
sshkey_parse_private_pem_fileblob(struct sshbuf *blob, int type,
crypto/openssh/sshkey.c
3680
sshkey_parse_private_fileblob_type(struct sshbuf *blob, int type,
crypto/openssh/sshkey.c
3711
sshkey_parse_private_fileblob(struct sshbuf *buffer, const char *passphrase,
crypto/openssh/sshkey.c
3730
sshkey_parse_pubkey_from_private_fileblob_type(struct sshbuf *blob, int type,
crypto/openssh/sshkey.c
3749
sshkey_private_serialize_maxsign(struct sshkey *k, struct sshbuf *b,
crypto/openssh/sshkey.c
3803
sshkey_private_serialize_maxsign(struct sshkey *k, struct sshbuf *b,
crypto/openssh/sshkey.c
867
sshkey_serialize_sk(const struct sshkey *key, struct sshbuf *b)
crypto/openssh/sshkey.c
878
to_blob_buf(const struct sshkey *key, struct sshbuf *b, int force_plain,
crypto/openssh/sshkey.c
91
struct sshbuf *buf, enum sshkey_serialize_rep);
crypto/openssh/sshkey.c
910
sshkey_putb(const struct sshkey *key, struct sshbuf *b)
crypto/openssh/sshkey.c
916
sshkey_puts_opts(const struct sshkey *key, struct sshbuf *b,
crypto/openssh/sshkey.c
919
struct sshbuf *tmp;
crypto/openssh/sshkey.c
92
static int sshkey_from_blob_internal(struct sshbuf *buf,
crypto/openssh/sshkey.c
932
sshkey_puts(const struct sshkey *key, struct sshbuf *b)
crypto/openssh/sshkey.c
938
sshkey_putb_plain(const struct sshkey *key, struct sshbuf *b)
crypto/openssh/sshkey.c
949
struct sshbuf *b = NULL;
crypto/openssh/sshkey.h
115
struct sshbuf *certblob; /* Kept around for use on wire */
crypto/openssh/sshkey.h
122
struct sshbuf *critical;
crypto/openssh/sshkey.h
123
struct sshbuf *extensions;
crypto/openssh/sshkey.h
150
struct sshbuf *sk_key_handle;
crypto/openssh/sshkey.h
151
struct sshbuf *sk_reserved;
crypto/openssh/sshkey.h
175
int (*serialize_public)(const struct sshkey *, struct sshbuf *,
crypto/openssh/sshkey.h
177
int (*deserialize_public)(const char *, struct sshbuf *,
crypto/openssh/sshkey.h
179
int (*serialize_private)(const struct sshkey *, struct sshbuf *,
crypto/openssh/sshkey.h
181
int (*deserialize_private)(const char *, struct sshbuf *,
crypto/openssh/sshkey.h
216
int sshkey_format_text(const struct sshkey *, struct sshbuf *);
crypto/openssh/sshkey.h
276
int sshkey_fromb(struct sshbuf *, struct sshkey **);
crypto/openssh/sshkey.h
277
int sshkey_froms(struct sshbuf *, struct sshkey **);
crypto/openssh/sshkey.h
280
int sshkey_putb(const struct sshkey *, struct sshbuf *);
crypto/openssh/sshkey.h
281
int sshkey_puts(const struct sshkey *, struct sshbuf *);
crypto/openssh/sshkey.h
282
int sshkey_puts_opts(const struct sshkey *, struct sshbuf *,
crypto/openssh/sshkey.h
285
int sshkey_putb_plain(const struct sshkey *, struct sshbuf *);
crypto/openssh/sshkey.h
306
int sshkey_private_serialize(struct sshkey *key, struct sshbuf *buf);
crypto/openssh/sshkey.h
307
int sshkey_private_serialize_opt(struct sshkey *key, struct sshbuf *buf,
crypto/openssh/sshkey.h
309
int sshkey_private_deserialize(struct sshbuf *buf, struct sshkey **keyp);
crypto/openssh/sshkey.h
312
int sshkey_private_to_fileblob(struct sshkey *key, struct sshbuf *blob,
crypto/openssh/sshkey.h
315
int sshkey_parse_private_fileblob(struct sshbuf *buffer,
crypto/openssh/sshkey.h
317
int sshkey_parse_private_fileblob_type(struct sshbuf *blob, int type,
crypto/openssh/sshkey.h
319
int sshkey_parse_pubkey_from_private_fileblob_type(struct sshbuf *blob,
crypto/openssh/sshkey.h
332
struct sshbuf *buf, u_int32_t maxsign, int);
crypto/openssh/sshkey.h
343
int sshkey_serialize_sk(const struct sshkey *key, struct sshbuf *b);
crypto/openssh/sshkey.h
345
int sshkey_deserialize_sk(struct sshbuf *b, struct sshkey *key);
crypto/openssh/sshkey.h
347
struct sshbuf *buf);
crypto/openssh/sshkey.h
348
int sshkey_private_deserialize_sk(struct sshbuf *buf, struct sshkey *k);
crypto/openssh/sshkey.h
60
struct sshbuf;
crypto/openssh/sshlogin.c
67
extern struct sshbuf *loginmsg;
crypto/openssh/sshsig.c
1148
sshsig_get_pubkey(struct sshbuf *signature, struct sshkey **pubkey)
crypto/openssh/sshsig.c
165
const char *sk_provider, const char *sk_pin, const struct sshbuf *h_message,
crypto/openssh/sshsig.c
166
const char *sig_namespace, struct sshbuf **out,
crypto/openssh/sshsig.c
172
struct sshbuf *blob = NULL;
crypto/openssh/sshsig.c
173
struct sshbuf *tosign = NULL;
crypto/openssh/sshsig.c
242
sshsig_parse_preamble(struct sshbuf *buf)
crypto/openssh/sshsig.c
273
sshsig_peek_hashalg(struct sshbuf *signature, char **hashalgp)
crypto/openssh/sshsig.c
275
struct sshbuf *buf = NULL;
crypto/openssh/sshsig.c
305
sshsig_wrap_verify(struct sshbuf *signature, const char *hashalg,
crypto/openssh/sshsig.c
306
const struct sshbuf *h_message, const char *expect_namespace,
crypto/openssh/sshsig.c
310
struct sshbuf *buf = NULL, *toverify = NULL;
crypto/openssh/sshsig.c
406
hash_buffer(const struct sshbuf *m, const char *hashalg, struct sshbuf **bp)
crypto/openssh/sshsig.c
410
struct sshbuf *b = NULL;
crypto/openssh/sshsig.c
450
const struct sshbuf *message, const char *sig_namespace,
crypto/openssh/sshsig.c
451
struct sshbuf **out, sshsig_signer *signer, void *signer_ctx)
crypto/openssh/sshsig.c
453
struct sshbuf *b = NULL;
crypto/openssh/sshsig.c
475
sshsig_verifyb(struct sshbuf *signature, const struct sshbuf *message,
crypto/openssh/sshsig.c
479
struct sshbuf *b = NULL;
crypto/openssh/sshsig.c
49
sshsig_armor(const struct sshbuf *blob, struct sshbuf **out)
crypto/openssh/sshsig.c
506
hash_file(int fd, const char *hashalg, struct sshbuf **bp)
crypto/openssh/sshsig.c
51
struct sshbuf *buf = NULL;
crypto/openssh/sshsig.c
512
struct sshbuf *b = NULL;
crypto/openssh/sshsig.c
578
int fd, const char *sig_namespace, struct sshbuf **out,
crypto/openssh/sshsig.c
581
struct sshbuf *b = NULL;
crypto/openssh/sshsig.c
603
sshsig_verify_fd(struct sshbuf *signature, int fd,
crypto/openssh/sshsig.c
607
struct sshbuf *b = NULL;
crypto/openssh/sshsig.c
843
struct sshbuf *nprincipals;
crypto/openssh/sshsig.c
88
sshsig_dearmor(struct sshbuf *sig, struct sshbuf **out)
crypto/openssh/sshsig.c
92
struct sshbuf *buf = NULL;
crypto/openssh/sshsig.c
93
struct sshbuf *sbuf = NULL;
crypto/openssh/sshsig.h
21
struct sshbuf;
crypto/openssh/sshsig.h
38
const char *sk_provider, const char *sk_pin, const struct sshbuf *message,
crypto/openssh/sshsig.h
39
const char *sig_namespace, struct sshbuf **out,
crypto/openssh/sshsig.h
47
int sshsig_verifyb(struct sshbuf *signature,
crypto/openssh/sshsig.h
48
const struct sshbuf *message, const char *sig_namespace,
crypto/openssh/sshsig.h
61
struct sshbuf **out, sshsig_signer *signer, void *signer_ctx);
crypto/openssh/sshsig.h
68
int sshsig_verify_fd(struct sshbuf *signature, int fd,
crypto/openssh/sshsig.h
77
int sshsig_armor(const struct sshbuf *blob, struct sshbuf **out);
crypto/openssh/sshsig.h
82
int sshsig_dearmor(struct sshbuf *sig, struct sshbuf **out);
crypto/openssh/sshsig.h
99
int sshsig_get_pubkey(struct sshbuf *signature, struct sshkey **pubkey);
crypto/openssh/ttymodes.c
282
struct sshbuf *buf;
crypto/openssh/ttymodes.c
346
struct sshbuf *buf;