Searched refs:chaps_module (Results 1 – 1 of 1) sorted by relevance
279 : chaps_module(init_chaps_module) {} in TPMModuleAndSlot()280 SECMODModule* chaps_module; member363 if (!tpm_args->chaps_module) { in InitializeTPMTokenOnWorkerThread()365 tpm_args->chaps_module = LoadModule( in InitializeTPMTokenOnWorkerThread()375 if (tpm_args->chaps_module) { in InitializeTPMTokenOnWorkerThread()377 GetTPMSlotForIdOnWorkerThread(tpm_args->chaps_module, token_slot_id); in InitializeTPMTokenOnWorkerThread()385 DVLOG(2) << "Loaded chaps: " << !!tpm_args->chaps_module in OnInitializedTPMTokenAndSystemSlot()388 chaps_module_ = tpm_args->chaps_module; in OnInitializedTPMTokenAndSystemSlot()438 SECMODModule* chaps_module, in GetTPMSlotForIdOnWorkerThread() argument440 DCHECK(chaps_module); in GetTPMSlotForIdOnWorkerThread()[all …]