Searched refs:chaps_module (Results 1 – 1 of 1) sorted by relevance
318 : chaps_module(init_chaps_module) {} in TPMModuleAndSlot()319 SECMODModule* chaps_module; member402 if (!tpm_args->chaps_module) { in InitializeTPMTokenOnWorkerThread()406 tpm_args->chaps_module = LoadModule( in InitializeTPMTokenOnWorkerThread()416 if (tpm_args->chaps_module) { in InitializeTPMTokenOnWorkerThread()418 GetTPMSlotForIdOnWorkerThread(tpm_args->chaps_module, token_slot_id); in InitializeTPMTokenOnWorkerThread()426 DVLOG(2) << "Loaded chaps: " << !!tpm_args->chaps_module in OnInitializedTPMTokenAndSystemSlot()429 chaps_module_ = tpm_args->chaps_module; in OnInitializedTPMTokenAndSystemSlot()479 SECMODModule* chaps_module, in GetTPMSlotForIdOnWorkerThread() argument481 DCHECK(chaps_module); in GetTPMSlotForIdOnWorkerThread()[all …]