• Home
  • Raw
  • Download

Lines Matching refs:tpm_args

339     scoped_ptr<TPMModuleAndSlot> tpm_args(new TPMModuleAndSlot(chaps_module_));  in InitializeTPMTokenAndSystemSlot()  local
340 TPMModuleAndSlot* tpm_args_ptr = tpm_args.get(); in InitializeTPMTokenAndSystemSlot()
349 base::Passed(&tpm_args)), in InitializeTPMTokenAndSystemSlot()
360 TPMModuleAndSlot* tpm_args) { in InitializeTPMTokenOnWorkerThread() argument
363 if (!tpm_args->chaps_module) { in InitializeTPMTokenOnWorkerThread()
365 tpm_args->chaps_module = LoadModule( in InitializeTPMTokenOnWorkerThread()
375 if (tpm_args->chaps_module) { in InitializeTPMTokenOnWorkerThread()
376 tpm_args->tpm_slot = in InitializeTPMTokenOnWorkerThread()
377 GetTPMSlotForIdOnWorkerThread(tpm_args->chaps_module, token_slot_id); in InitializeTPMTokenOnWorkerThread()
383 scoped_ptr<TPMModuleAndSlot> tpm_args) { in OnInitializedTPMTokenAndSystemSlot() argument
385 DVLOG(2) << "Loaded chaps: " << !!tpm_args->chaps_module in OnInitializedTPMTokenAndSystemSlot()
386 << ", got tpm slot: " << !!tpm_args->tpm_slot; in OnInitializedTPMTokenAndSystemSlot()
388 chaps_module_ = tpm_args->chaps_module; in OnInitializedTPMTokenAndSystemSlot()
389 tpm_slot_ = tpm_args->tpm_slot.Pass(); in OnInitializedTPMTokenAndSystemSlot()
499 scoped_ptr<TPMModuleAndSlot> tpm_args(new TPMModuleAndSlot(chaps_module_)); in InitializeTPMForChromeOSUser() local
500 TPMModuleAndSlot* tpm_args_ptr = tpm_args.get(); in InitializeTPMForChromeOSUser()
509 base::Passed(&tpm_args)), in InitializeTPMForChromeOSUser()
515 scoped_ptr<TPMModuleAndSlot> tpm_args) { in OnInitializedTPMForChromeOSUser() argument
518 << !!tpm_args->tpm_slot; in OnInitializedTPMForChromeOSUser()
520 tpm_args->tpm_slot.Pass()); in OnInitializedTPMForChromeOSUser()