Home | History | Annotate | Download | only in base

Lines Matching defs:SSLConfigService

35 SSLConfigService::SSLConfigService()
40 SSLConfigService* SSLConfigService::CreateSystemSSLConfigService() {
47 bool SSLConfigService::IsKnownFalseStartIncompatibleServer(
61 void SSLConfigService::EnableDNSSEC() {
66 bool SSLConfigService::dnssec_enabled() {
71 void SSLConfigService::DisableFalseStart() {
76 bool SSLConfigService::false_start_enabled() {
81 void SSLConfigService::EnableDNSCertProvenanceChecking() {
86 bool SSLConfigService::dns_cert_provenance_checking_enabled() {
90 void SSLConfigService::AddObserver(Observer* observer) {
94 void SSLConfigService::RemoveObserver(Observer* observer) {
98 SSLConfigService::~SSLConfigService() {
102 void SSLConfigService::SetSSLConfigFlags(SSLConfig* ssl_config) {
109 void SSLConfigService::ProcessConfigUpdate(const SSLConfig& orig_config,