Home
last modified time | relevance | path

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

/external/chromium_org/crypto/
Dnss_util.cc277 struct TPMModuleAndSlot { struct in crypto::__anon941d21970111::NSSInitSingleton
278 explicit TPMModuleAndSlot(SECMODModule* init_chaps_module) in TPMModuleAndSlot() function
339 scoped_ptr<TPMModuleAndSlot> tpm_args(new TPMModuleAndSlot(chaps_module_)); in InitializeTPMTokenAndSystemSlot()
340 TPMModuleAndSlot* tpm_args_ptr = tpm_args.get(); in InitializeTPMTokenAndSystemSlot()
360 TPMModuleAndSlot* tpm_args) { in InitializeTPMTokenOnWorkerThread()
383 scoped_ptr<TPMModuleAndSlot> tpm_args) { in OnInitializedTPMTokenAndSystemSlot()
499 scoped_ptr<TPMModuleAndSlot> tpm_args(new TPMModuleAndSlot(chaps_module_)); in InitializeTPMForChromeOSUser()
500 TPMModuleAndSlot* tpm_args_ptr = tpm_args.get(); in InitializeTPMForChromeOSUser()
515 scoped_ptr<TPMModuleAndSlot> tpm_args) { in OnInitializedTPMForChromeOSUser()