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 280 INC32(s->s2->read_sequence); /* expect next number */
645 INC32(s->s2->write_sequence); /* expect next number */
ssl_locl.h 263 #define INC32(a) ((a)=((a)+1)&0xffffffffL)
    [all...]

Completed in 301 milliseconds