Home | History | Annotate | Download | only in onc

Lines Matching refs:cert_type

168   std::string cert_type;
170 &cert_type);
171 if (cert_type == ::onc::certificate::kServer ||
172 cert_type == ::onc::certificate::kAuthority) {
174 cert_type,
179 } else if (cert_type == ::onc::certificate::kClient) {
189 const std::string& cert_type,
231 cert_type);
239 cert_type);
249 cert_type == ::onc::certificate::kServer ? net::SERVER_CERT
265 ONC_LOG_ERROR("Certificate of type " + cert_type +
275 if (cert_type == ::onc::certificate::kServer)
284 cert_type.c_str()));
289 ONC_LOG_ERROR("Unknown error importing " + cert_type + " certificate.");