HomeSort by relevance Sort by last modified time
    Searched defs:pk_hash (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/components/component_updater/
component_updater_service.h 70 // |pk_hash| is the SHA256 hash of the component's public key. If the component
78 std::vector<uint8_t> pk_hash; member in struct:component_updater::CrxComponent
95 // by its public key hash (CrxComponent::pk_hash). If there is an update
component_updater_service.cc 124 std::vector<uint8_t> pk_hash; member in struct:component_updater::CrxUpdateService::CRXContext
439 if (component.pk_hash.empty() || !component.version.IsValid() ||
629 crx_context->pk_hash = workitem->component.pk_hash;
857 unpacker_ = new ComponentUnpacker(context->pk_hash,
    [all...]

Completed in 61 milliseconds