HomeSort by relevance Sort by last modified time
    Searched full:chaps_module (Results 1 - 1 of 1) sorted by null

  /external/libchrome/crypto/
nss_util.cc 318 : chaps_module(init_chaps_module) {}
319 SECMODModule* chaps_module; member in struct:crypto::__anon15921::NSSInitSingleton::TPMModuleAndSlot
402 if (!tpm_args->chaps_module) {
406 tpm_args->chaps_module = LoadModule(
416 if (tpm_args->chaps_module) {
418 GetTPMSlotForIdOnWorkerThread(tpm_args->chaps_module, token_slot_id);
426 DVLOG(2) << "Loaded chaps: " << !!tpm_args->chaps_module
429 chaps_module_ = tpm_args->chaps_module;
479 SECMODModule* chaps_module,
481 DCHECK(chaps_module);
    [all...]

Completed in 588 milliseconds