HomeSort by relevance Sort by last modified time
    Searched refs:MIN_PACKET_LEN (Results 1 - 2 of 2) sorted by null

  /external/dropbear/
options.h 316 #define MIN_PACKET_LEN 16
packet.c 216 (len < MIN_PACKET_LEN + macsize) ||
424 * multiple, then add another blocksize (or MIN_PACKET_LEN) */
425 clearwritebuf = buf_new((ses.writepayload->len+4+1) + MIN_PACKET_LEN + 3
459 if (clearwritebuf->len + padlen < MIN_PACKET_LEN) {

Completed in 111 milliseconds