Home
last modified time | relevance | path

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

/external/chromium_org/net/third_party/nss/patches/
Dnegotiatedextension.patch8 - PRBool enoughFirstHsDone = PR_FALSE;
17 - enoughFirstHsDone = PR_TRUE;
19 - enoughFirstHsDone = PR_TRUE;
23 - if (sslsocket->opt.useSecurity && enoughFirstHsDone) {
Dcanfalsestart.patch212 + ss->enoughFirstHsDone = PR_TRUE;
487 - PRBool enoughFirstHsDone = PR_FALSE;
496 - enoughFirstHsDone = PR_TRUE;
499 - enoughFirstHsDone = PR_TRUE;
502 - if (ss->opt.useSecurity && enoughFirstHsDone) {
503 + if (ss->opt.useSecurity && ss->enoughFirstHsDone) {
524 + unsigned long enoughFirstHsDone; /* enough of the first handshake is
569 - PRBool enoughFirstHsDone = PR_FALSE;
578 - enoughFirstHsDone = PR_TRUE;
581 - enoughFirstHsDone = PR_TRUE;
[all …]
/external/chromium_org/net/third_party/nss/ssl/
Dsslauth.c120 if (ss->opt.useSecurity && ss->enoughFirstHsDone) { in SSL_SecurityStatus()
Dsslinfo.c45 if (ss->opt.useSecurity && ss->enoughFirstHsDone) { in SSL_GetChannelInfo()
Dsslsecur.c136 ss->enoughFirstHsDone = PR_TRUE; in ssl_FinishHandshake()
217 ss->enoughFirstHsDone = PR_FALSE; in SSL_ResetHandshake()
Dsslimpl.h1201 unsigned long enoughFirstHsDone; /* enough of the first handshake is member
Dssl3con.c7645 ss->enoughFirstHsDone = PR_TRUE; in ssl3_SendClientSecondRound()