Home
last modified time | relevance | path

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

/external/libchrome/crypto/
Dnss_util.cc317 struct TPMModuleAndSlot { struct in crypto::__anon4fa094c90111::NSSInitSingleton
318 explicit TPMModuleAndSlot(SECMODModule* init_chaps_module) in TPMModuleAndSlot() argument
379 std::unique_ptr<TPMModuleAndSlot> tpm_args( in InitializeTPMTokenAndSystemSlot()
380 new TPMModuleAndSlot(chaps_module_)); in InitializeTPMTokenAndSystemSlot()
381 TPMModuleAndSlot* tpm_args_ptr = tpm_args.get(); in InitializeTPMTokenAndSystemSlot()
401 TPMModuleAndSlot* tpm_args) { in InitializeTPMTokenOnWorkerThread()
426 std::unique_ptr<TPMModuleAndSlot> tpm_args) { in OnInitializedTPMTokenAndSystemSlot()
542 std::unique_ptr<TPMModuleAndSlot> tpm_args( in InitializeTPMForChromeOSUser()
543 new TPMModuleAndSlot(chaps_module_)); in InitializeTPMForChromeOSUser()
544 TPMModuleAndSlot* tpm_args_ptr = tpm_args.get(); in InitializeTPMForChromeOSUser()
[all …]