Home
last modified time | relevance | path

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

/external/libchrome/crypto/
Dnss_util.cc316 struct TPMModuleAndSlot { struct in crypto::__anon6541c58b0111::NSSInitSingleton
317 explicit TPMModuleAndSlot(SECMODModule* init_chaps_module) in TPMModuleAndSlot() function
378 scoped_ptr<TPMModuleAndSlot> tpm_args(new TPMModuleAndSlot(chaps_module_)); in InitializeTPMTokenAndSystemSlot()
379 TPMModuleAndSlot* tpm_args_ptr = tpm_args.get(); in InitializeTPMTokenAndSystemSlot()
399 TPMModuleAndSlot* tpm_args) { in InitializeTPMTokenOnWorkerThread()
424 scoped_ptr<TPMModuleAndSlot> tpm_args) { in OnInitializedTPMTokenAndSystemSlot()
540 scoped_ptr<TPMModuleAndSlot> tpm_args(new TPMModuleAndSlot(chaps_module_)); in InitializeTPMForChromeOSUser()
541 TPMModuleAndSlot* tpm_args_ptr = tpm_args.get(); in InitializeTPMForChromeOSUser()
556 scoped_ptr<TPMModuleAndSlot> tpm_args) { in OnInitializedTPMForChromeOSUser()