OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:requireSafeNegotiation
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/net/third_party/nss/ssl/
sslsock.c
85
PR_FALSE, /*
requireSafeNegotiation
*/
769
ss->opt.
requireSafeNegotiation
= on;
866
on = ss->opt.
requireSafeNegotiation
; break;
930
on = ssl_defaults.
requireSafeNegotiation
;
1097
ssl_defaults.
requireSafeNegotiation
= on;
[
all
...]
sslimpl.h
334
unsigned int
requireSafeNegotiation
: 1; /* 22 */
[
all
...]
ssl3con.c
[
all
...]
Completed in 38 milliseconds