Lines Matching refs:chaps_module_
378 scoped_ptr<TPMModuleAndSlot> tpm_args(new TPMModuleAndSlot(chaps_module_)); in InitializeTPMTokenAndSystemSlot()
429 chaps_module_ = tpm_args->chaps_module; in OnInitializedTPMTokenAndSystemSlot()
431 if (!chaps_module_ && test_system_slot_) { in OnInitializedTPMTokenAndSystemSlot()
535 if (!chaps_module_) in InitializeTPMForChromeOSUser()
540 scoped_ptr<TPMModuleAndSlot> tpm_args(new TPMModuleAndSlot(chaps_module_)); in InitializeTPMForChromeOSUser()
684 chaps_module_(NULL), in NSSInitSingleton()
795 if (chaps_module_) { in ~NSSInitSingleton()
796 SECMOD_UnloadUserModule(chaps_module_); in ~NSSInitSingleton()
797 SECMOD_DestroyModule(chaps_module_); in ~NSSInitSingleton()
798 chaps_module_ = NULL; in ~NSSInitSingleton()
855 SECMODModule* chaps_module_; member in crypto::__anon6541c58b0111::NSSInitSingleton