Home
last modified time | relevance | path

Searched refs:enableSessionTickets (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/net/third_party/nss/patches/
Dsignedcertificatetimestamps.patch202 - unsigned int enableSessionTickets : 1; /* 18 */
225 + unsigned int enableSessionTickets : 1; /* 18 */
/external/chromium_org/net/third_party/nss/ssl/
Dsslsock.c843 ss->opt.enableSessionTickets = on; in SSL_OptionSet()
938 on = ss->opt.enableSessionTickets; in SSL_OptionGet()
1000 on = ssl_defaults.enableSessionTickets; in SSL_OptionGetDefault()
1159 ssl_defaults.enableSessionTickets = on; in SSL_OptionSetDefault()
Dssl3ext.c506 if (!ss->opt.enableSessionTickets) in ssl3_SendSessionTicketXtn()
1327 if (!ss->opt.enableSessionTickets) in ssl3_ServerHandleSessionTicketXtn()
Dsslimpl.h331 unsigned int enableSessionTickets : 1; /* 18 */ member