OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:enablerenegotiation
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/net/third_party/nss/patches/
signedcertificatetimestamps.patch
204
- unsigned int
enableRenegotiation
: 2; /* 20-21 */
227
+ unsigned int
enableRenegotiation
: 2; /* 20-21 */
/external/chromium_org/net/third_party/nss/ssl/
sslsock.c
172
2, /*
enableRenegotiation
(default: requires extension) */
851
ss->opt.
enableRenegotiation
= on;
942
on = ss->opt.
enableRenegotiation
; break;
1004
on = ssl_defaults.
enableRenegotiation
; break;
[
all
...]
sslimpl.h
333
unsigned int
enableRenegotiation
: 2; /* 20-21 */
[
all
...]
ssl3con.c
[
all
...]
Completed in 294 milliseconds