Home
last modified time | relevance | path

Searched refs:gatherResult (Results 1 – 1 of 1) sorted by relevance

/external/chromium/net/third_party/nss/ssl/
Dsslsecur.c394 int gatherResult; in SSL_ForceHandshake() local
397 gatherResult = ssl3_GatherCompleteHandshake(ss, 0); in SSL_ForceHandshake()
399 if (gatherResult > 0) { in SSL_ForceHandshake()
401 } else if (gatherResult == 0) { in SSL_ForceHandshake()
403 } else if (gatherResult == SECWouldBlock) { in SSL_ForceHandshake()