Home
last modified time | relevance | path

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

/external/libchrome/crypto/
Dnss_util.cc259 : 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()
[all …]