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

  /external/chromium/chrome/browser/importer/
nss_decryptor_null.h 23 class NSSDecryptor {
25 NSSDecryptor() {}
36 DISALLOW_COPY_AND_ASSIGN(NSSDecryptor);
nss_decryptor_system_nss.h 23 class NSSDecryptor {
25 NSSDecryptor();
26 ~NSSDecryptor();
47 // Does not actually free the slot, since we'll free it when NSSDecryptor is
58 DISALLOW_COPY_AND_ASSIGN(NSSDecryptor);
nss_decryptor_win.cc 35 const wchar_t NSSDecryptor::kNSS3Library[] = L"nss3.dll";
36 const wchar_t NSSDecryptor::kSoftokn3Library[] = L"softokn3.dll";
37 const wchar_t NSSDecryptor::kPLDS4Library[] = L"plds4.dll";
38 const wchar_t NSSDecryptor::kNSPR4Library[] = L"nspr4.dll";
40 bool NSSDecryptor::Init(const FilePath& dll_path, const FilePath& db_path) {
92 NSSDecryptor::NSSDecryptor()
101 NSSDecryptor::~NSSDecryptor() {
105 bool NSSDecryptor::InitNSS(const FilePath& db_path
    [all...]
nss_decryptor_mac.h 113 class NSSDecryptor {
115 NSSDecryptor()
120 ~NSSDecryptor();
157 DISALLOW_COPY_AND_ASSIGN(NSSDecryptor);
nss_decryptor_win.h 112 class NSSDecryptor {
114 NSSDecryptor();
115 ~NSSDecryptor();
175 DISALLOW_COPY_AND_ASSIGN(NSSDecryptor);
firefox_importer_unittest_utils.h 20 // On OS X NSSDecryptor needs to run in a separate process. To allow us to use
23 // to NSSDecryptor on other platforms.
25 // 2 IPC messages are sent for every method of NSSDecryptor, one containing the
40 // This match the parallel functions in NSSDecryptor.
57 NSSDecryptor decryptor_;
63 // NSSDecryptor.
nss_decryptor_system_nss.cc 16 NSSDecryptor::NSSDecryptor() : is_nss_initialized_(false), db_slot_(NULL) {}
17 NSSDecryptor::~NSSDecryptor() {
27 bool NSSDecryptor::Init(const FilePath& dll_path, const FilePath& db_path) {
178 SECStatus NSSDecryptor::PK11SDR_DecryptWithSlot(
nss_decryptor.cc 64 string16 NSSDecryptor::Decrypt(const std::string& crypt) const {
113 void NSSDecryptor::ParseSignons(const std::string& content,
234 bool NSSDecryptor::ReadAndParseSignons(const FilePath& sqlite_file,
firefox_importer_unittest_utils_mac.cc 211 // to the NSSDecryptor and sends back a reply.
251 NSSDecryptor decryptor_;
firefox2_importer.cc 338 NSSDecryptor decryptor;
firefox3_importer.cc 313 NSSDecryptor decryptor;

Completed in 159 milliseconds