Searched refs:replace_data (Results 1 – 1 of 1) sorted by relevance
42 struct sshbuf *replace_data; member62 if (ctx->replace_data != NULL) { in packet_hook()65 if ((r = sshbuf_get_u8(ctx->replace_data, in packet_hook()67 (r = sshbuf_putb(packet, ctx->replace_data)) != 0) in packet_hook()199 const char *dump_path, struct sshbuf *replace_data) in do_kex_with_key() argument233 hook_ctx.replace_data = replace_data; in do_kex_with_key()349 struct sshbuf *replace_data = NULL; in main() local427 if ((r = sshbuf_load_file(data_path, &replace_data)) != 0) in main()443 replace_flag ? replace_data : NULL); in main()445 sshbuf_free(replace_data); in main()