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

  /external/chromium_org/net/third_party/nss/ssl/
ssl3gthr.c 304 /* Treat an empty msgState like a NULL msgState. (Most of the time
306 * behind a non-NULL but zero-length msgState).
309 if (ss->ssl3.hs.msgState.buf) {
310 if (ss->ssl3.hs.msgState.len == 0) {
311 ss->ssl3.hs.msgState.buf = NULL;
sslimpl.h 922 sslBuffer msgState; /* current state for handshake messages*/
    [all...]
ssl3con.c     [all...]

Completed in 53 milliseconds