Home
last modified time | relevance | path

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

/external/chromium_org/net/third_party/nss/ssl/
Dsslcon.c1211 ssl_GatherRecord1stHandshake(sslSocket *ss) in ssl_GatherRecord1stHandshake() function
2669 ss->handshake = ssl_GatherRecord1stHandshake; in ssl2_HandleMessage()
2721 ss->handshake = ssl_GatherRecord1stHandshake; in ssl2_HandleVerifyMessage()
2946 ss->handshake = ssl_GatherRecord1stHandshake; in ssl2_HandleServerHelloMessage()
3091 ss->handshake = ssl_GatherRecord1stHandshake; in ssl2_BeginClientHandshake()
3199 ss->handshake = ssl_GatherRecord1stHandshake; in ssl2_BeginClientHandshake()
3282 ss->handshake = ssl_GatherRecord1stHandshake; in ssl2_HandleClientSessionKeyMessage()
3362 ss->nextHandshake = ssl_GatherRecord1stHandshake; in ssl2_HandleClientHelloMessage()
3585 ss->handshake = ssl_GatherRecord1stHandshake; in ssl2_HandleClientHelloMessage()
3657 ss->handshake = ssl_GatherRecord1stHandshake; in ssl2_BeginServerHandshake()
Dsslimpl.h1455 extern SECStatus ssl_GatherRecord1stHandshake(sslSocket *ss);
Dssl3con.c7461 ss->handshake = ssl_GatherRecord1stHandshake; in ssl3_RestartHandshakeAfterCertReq()
10938 ss->handshake = ssl_GatherRecord1stHandshake; in ssl3_RestartHandshakeAfterChannelIDReq()
/external/chromium_org/net/third_party/nss/patches/
Drestartclientauth.patch47 + ss->handshake = ssl_GatherRecord1stHandshake;
Dchannelid.patch288 + ss->handshake = ssl_GatherRecord1stHandshake;