Searched refs:import_result (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/net/third_party/mozilla_security_manager/
H A DnsPKCS12Blob.cpp159 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/
H A Donc_certificate_importer_impl.cc369 int import_result = nssdb->ImportFromPKCS12( local
371 if (import_result != net::OK) {
372 std::string error_string = net::ErrorToString(import_result);

Completed in 119 milliseconds