Lines Matching refs:chaps_module
259 : chaps_module(init_chaps_module) {} in TPMModuleAndSlot()
260 SECMODModule* chaps_module; member
344 if (!tpm_args->chaps_module) { in InitializeTPMTokenInThreadPool()
348 tpm_args->chaps_module = LoadModule( in InitializeTPMTokenInThreadPool()
358 if (tpm_args->chaps_module) { in InitializeTPMTokenInThreadPool()
360 GetTPMSlotForIdInThreadPool(tpm_args->chaps_module, token_slot_id); in InitializeTPMTokenInThreadPool()
368 DVLOG(2) << "Loaded chaps: " << !!tpm_args->chaps_module in OnInitializedTPMTokenAndSystemSlot()
371 chaps_module_ = tpm_args->chaps_module; in OnInitializedTPMTokenAndSystemSlot()
421 SECMODModule* chaps_module, in GetTPMSlotForIdInThreadPool() argument
423 DCHECK(chaps_module); in GetTPMSlotForIdInThreadPool()
426 SECStatus rv = SECMOD_UpdateSlotList(chaps_module); in GetTPMSlotForIdInThreadPool()
430 PK11SlotInfo* slot = SECMOD_LookupSlot(chaps_module->moduleID, slot_id); in GetTPMSlotForIdInThreadPool()