Searched refs:orig_config (Results 1 – 3 of 3) sorted by relevance
109 void SSLConfigService::ProcessConfigUpdate(const SSLConfig& orig_config, in ProcessConfigUpdate() argument111 if (orig_config.rev_checking_enabled != new_config.rev_checking_enabled || in ProcessConfigUpdate()112 orig_config.ssl3_enabled != new_config.ssl3_enabled || in ProcessConfigUpdate()113 orig_config.tls1_enabled != new_config.tls1_enabled) { in ProcessConfigUpdate()
163 void ProcessConfigUpdate(const SSLConfig& orig_config,
52 net::SSLConfig orig_config = cached_config_; in SetNewSSLConfig() local54 ProcessConfigUpdate(orig_config, new_config); in SetNewSSLConfig()