OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:handshakeAsClient
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/net/third_party/nss/ssl/
sslsock.c
70
PR_FALSE, /*
handshakeAsClient
*/
614
ss->opt.
handshakeAsClient
= on;
618
if ( ss->opt.
handshakeAsClient
&& on ) {
843
case SSL_HANDSHAKE_AS_CLIENT: on = ss->opt.
handshakeAsClient
; break;
907
case SSL_HANDSHAKE_AS_CLIENT: on = ssl_defaults.
handshakeAsClient
; break;
999
ssl_defaults.
handshakeAsClient
= on;
1003
if ( ssl_defaults.
handshakeAsClient
&& on ) {
[
all
...]
sslimpl.h
319
unsigned int
handshakeAsClient
: 1; /* 6 */
[
all
...]
Completed in 72 milliseconds