Home
last modified time | relevance | path

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

/external/chromium_org/net/third_party/nss/ssl/
Dsslsock.c700 ss->opt.handshakeAsClient = on; in SSL_OptionSet()
704 if ( ss->opt.handshakeAsClient && on ) { in SSL_OptionSet()
921 case SSL_HANDSHAKE_AS_CLIENT: on = ss->opt.handshakeAsClient; break; in SSL_OptionGet()
983 case SSL_HANDSHAKE_AS_CLIENT: on = ssl_defaults.handshakeAsClient; break; in SSL_OptionGetDefault()
1073 ssl_defaults.handshakeAsClient = on; in SSL_OptionSetDefault()
1077 if ( ssl_defaults.handshakeAsClient && on ) { in SSL_OptionSetDefault()
2145 if ( ns->opt.handshakeAsClient ) { in ssl_Accept()
Dsslimpl.h319 unsigned int handshakeAsClient : 1; /* 6 */ member
/external/chromium_org/net/third_party/nss/patches/
Dsignedcertificatetimestamps.patch190 - unsigned int handshakeAsClient : 1; /* 6 */
213 + unsigned int handshakeAsClient : 1; /* 6 */