Home | History | Annotate | Download | only in openssh

Lines Matching refs:x2_proof

1748 	u_char *x1_proof, *x2_proof;
1778 &x2_proof, &x2_proof_len);
1787 packet_put_string(x2_proof, x2_proof_len);
1791 bzero(x2_proof, x2_proof_len);
1793 xfree(x2_proof);