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

  /external/openssl/ssl/
s2_pkt.c 279 INC32(s->s2->read_sequence); /* expect next number */
644 INC32(s->s2->write_sequence); /* expect next number */
ssl_locl.h 272 #define INC32(a) ((a)=((a)+1)&0xffffffffL)
    [all...]

Completed in 117 milliseconds