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

  /external/chromium_org/net/third_party/mozilla_security_manager/
nsPKCS12Blob.h 60 // If |is_extractable| is false, mark the private key as non-extractable.
67 bool is_extractable,
nsPKCS12Blob.cpp 152 bool is_extractable,
242 if (!is_extractable) {
359 bool is_extractable,
363 is_extractable, false, slot,
376 is_extractable, true, slot, imported_certs);
  /external/chromium_org/chrome/browser/
certificate_manager_model.h 79 // |data|, using the given |password|. If |is_extractable| is false,
83 const base::string16& password, bool is_extractable);
certificate_manager_model.cc 161 bool is_extractable) {
163 is_extractable, NULL);
  /external/chromium_org/net/cert/
nss_cert_database.h 169 // If |is_extractable| is false, mark the private key as being unextractable
177 bool is_extractable,
nss_cert_database.cc 185 bool is_extractable,
193 is_extractable,
  /external/chromium_org/chrome/browser/ui/webui/options/
certificate_manager_handler.cc 780 bool is_extractable = !use_hardware_backed_; local
782 module_.get(), file_data_, password_, is_extractable);
    [all...]

Completed in 164 milliseconds