Home
last modified time | relevance | path

Searched refs:replace_data (Results 1 – 1 of 1) sorted by relevance

/external/openssh/regress/misc/kexfuzz/
Dkexfuzz.c44 struct sshbuf *replace_data; member
64 if (ctx->replace_data != NULL) { in packet_hook()
67 if ((r = sshbuf_get_u8(ctx->replace_data, in packet_hook()
69 (r = sshbuf_putb(packet, ctx->replace_data)) != 0) in packet_hook()
201 const char *dump_path, struct sshbuf *replace_data) in do_kex_with_key() argument
235 hook_ctx.replace_data = replace_data; in do_kex_with_key()
351 struct sshbuf *replace_data = NULL; in main() local
431 replace_data = sshbuf_new(); in main()
432 if ((r = sshkey_load_file(fd, replace_data)) != 0) in main()
449 replace_flag ? replace_data : NULL); in main()
[all …]