HomeSort by relevance Sort by last modified time
    Searched refs:import_result (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/net/third_party/mozilla_security_manager/
nsPKCS12Blob.cpp 159 int import_result = net::ERR_PKCS12_IMPORT_FAILED; local
261 import_result = net::OK;
272 import_result = net::ERR_PKCS12_IMPORT_BAD_PASSWORD;
275 import_result = net::ERR_PKCS12_IMPORT_INVALID_MAC;
280 import_result = net::ERR_PKCS12_IMPORT_INVALID_FILE;
286 import_result = net::ERR_PKCS12_IMPORT_UNSUPPORTED;
289 import_result = net::ERR_PKCS12_IMPORT_FAILED;
297 return import_result;
  /external/chromium_org/chromeos/network/onc/
onc_certificate_importer_impl.cc 329 int import_result = target_nssdb_->ImportFromPKCS12( local
331 if (import_result != net::OK) {
334 net::ErrorToString(import_result)));

Completed in 204 milliseconds