Searched refs:chaps_module_ (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/crypto/
H A Dnss_util.cc329 // Note that only |tpm_slot_| is checked, since |chaps_module_| could be
337 // Note that a reference is not taken to chaps_module_. This is safe since
339 scoped_ptr<TPMModuleAndSlot> tpm_args(new TPMModuleAndSlot(chaps_module_));
388 chaps_module_ = tpm_args->chaps_module;
390 if (!chaps_module_ && test_system_slot_) {
494 if (!chaps_module_)
497 // Note that a reference is not taken to chaps_module_. This is safe since
499 scoped_ptr<TPMModuleAndSlot> tpm_args(new TPMModuleAndSlot(chaps_module_));
649 chaps_module_(NULL),
772 if (chaps_module_) {
850 SECMODModule* chaps_module_; member in class:crypto::__anon7946::NSSInitSingleton
[all...]

Completed in 121 milliseconds