Searched refs:msgState (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/net/third_party/nss/ssl/
H A Dssl3gthr.c304 /* 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;
H A Dsslimpl.h922 sslBuffer msgState; /* current state for handshake messages*/ member in struct:SSL3HandshakeStateStr
H A Dssl3con.c11572 sslBuffer *buf = &ss->ssl3.hs.msgState; /* do not lose the original buffer pointer */

Completed in 568 milliseconds