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

  /external/openssl/ssl/
s2_pkt.c 204 if ((p[0] & TWO_BYTE_BIT)) /* Two byte header? */
639 pp[0]=((s->s2->wlength>>8)&(TWO_BYTE_MASK>>8))|TWO_BYTE_BIT;
ssl_locl.h 258 #define TWO_BYTE_BIT 0x80
    [all...]

Completed in 30 milliseconds