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

  /external/chromium/net/third_party/nss/ssl/
ssl3gthr.c 58 * The Gather state machine has 3 states: GS_INIT, GS_HEADER, GS_DATA.
76 if (gs->state == GS_INIT) {
109 gs->state = GS_INIT; /* so we don't crash next time */
139 gs->state = GS_INIT;
162 gs->state = GS_INIT;
sslgathr.c 64 ** GS_INIT - Done reading in previous record. Haven't begun to read in
80 ** and checks and discards the MAC, then advances to GS_INIT.
84 ** the machine advances to the GS_INIT state and returns the data.
95 if (gs->state == GS_INIT) {
342 gs->state = GS_INIT;
365 gs->state = GS_INIT;
434 gs->state = GS_INIT;
sslimpl.h 447 #define GS_INIT 0
    [all...]
sslcon.c     [all...]

Completed in 16 milliseconds