Home | History | Annotate | Download | only in openssh

Lines Matching full:ivout

2597 	const u_char *ssh1key, *ivin, *ivout, *keyin, *keyout, *input, *output;
2607 (r = sshbuf_get_string_direct(m, &ivout, &slen)) != 0 ||
2617 if ((r = cipher_set_keyiv(&state->send_context, ivout)) != 0 ||