HomeSort by: relevance | last modified time | path
    Searched defs:ssh_packet_need_rekeying (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/bsd/openssh/dist/
packet.c 1096 ssh_packet_need_rekeying(struct ssh *ssh, u_int outbound_packet_len) function
1144 if (!ssh_packet_need_rekeying(ssh, 0))
1402 ssh_packet_need_rekeying(ssh, sshbuf_len(state->outgoing_packet));
1457 if (ssh_packet_need_rekeying(ssh,
packet.c 1096 ssh_packet_need_rekeying(struct ssh *ssh, u_int outbound_packet_len) function
1144 if (!ssh_packet_need_rekeying(ssh, 0))
1402 ssh_packet_need_rekeying(ssh, sshbuf_len(state->outgoing_packet));
1457 if (ssh_packet_need_rekeying(ssh,
packet.c 1096 ssh_packet_need_rekeying(struct ssh *ssh, u_int outbound_packet_len) function
1144 if (!ssh_packet_need_rekeying(ssh, 0))
1402 ssh_packet_need_rekeying(ssh, sshbuf_len(state->outgoing_packet));
1457 if (ssh_packet_need_rekeying(ssh,

Completed in 144 milliseconds