HomeSort by relevance Sort by last modified time
    Searched refs:GS_DATA (Results 1 - 3 of 3) 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.
60 * GS_DATA: waiting for the body of the SSL3 record to come in.
116 if (gs->state == GS_DATA)
144 gs->state = GS_DATA;
158 case GS_DATA:
sslgathr.c 75 ** is encrypted (GS_MAC), or unencrypted (GS_DATA).
82 ** GS_DATA - The machine is in this state while waiting for the remainder
232 gs->state = GS_DATA;
356 case GS_DATA:
415 gs->state = GS_DATA;
sslimpl.h 450 #define GS_DATA 3
    [all...]

Completed in 13 milliseconds