Lines Matching defs:module
400 // This tries to load the Chaps module so NSS can talk to the hardware
483 module.";
822 // Load the given module for this NSS session.
834 SECMODModule* module = SECMOD_LoadUserModule(
836 if (!module) {
837 LOG(ERROR) << "Error loading " << name << " module into NSS: "
841 if (!module->loaded) {
844 SECMOD_DestroyModule(module);
847 return module;