Home
last modified time | relevance | path

Searched refs:chaps_module_ (Results 1 – 1 of 1) sorted by relevance

/external/libchrome/crypto/
Dnss_util.cc378 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()
[all …]