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

  /external/chromium_org/net/third_party/nss/ssl/
ssl3gthr.c 25 * The Gather state machine has 3 states: GS_INIT, GS_HEADER, GS_DATA.
27 * GS_DATA: waiting for the body of the SSL3 record to come in.
84 if (gs->state == GS_DATA)
112 gs->state = GS_DATA;
126 case GS_DATA:
sslgathr.c 42 ** is encrypted (GS_MAC), or unencrypted (GS_DATA).
49 ** GS_DATA - The machine is in this state while waiting for the remainder
199 gs->state = GS_DATA;
323 case GS_DATA:
382 gs->state = GS_DATA;
sslimpl.h 454 #define GS_DATA 3
    [all...]

Completed in 213 milliseconds