Home | History | Annotate | Download | only in openssh

Lines Matching refs:peer_confirm_hash

2284 	u_char *peer_confirm_hash;
2291 peer_confirm_hash = buffer_get_string(m, &peer_confirm_hash_len);
2296 peer_confirm_hash, peer_confirm_hash_len) && authctxt->valid;
2300 bzero(peer_confirm_hash, peer_confirm_hash_len);
2301 xfree(peer_confirm_hash);