Home | History | Annotate | Download | only in openssh

Lines Matching full:x4_s_proof

1100 	u_char *x4_s_proof;
1111 x4_s_proof = packet_get_string(&x4_s_proof_len);
1122 x4_s_proof, x4_s_proof_len,
1126 bzero(x4_s_proof, x4_s_proof_len);
1127 xfree(x4_s_proof);