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

  /external/chromium_org/chrome/browser/component_updater/
component_updater_service.h 96 // |pk_hash| is the SHA256 hash of the component's public key. If the component
104 std::vector<uint8> pk_hash; member in struct:CrxComponent
120 // |id| is currently derived from |CrxComponent.pk_hash|, see rest of the
134 // by its public key hash (CrxComponent::pk_hash). If there is an update
component_updater_service.cc 149 return HexStringToID(StringToLowerASCII(base::HexEncode(&component.pk_hash[0],
150 component.pk_hash.size()/2)));
244 std::vector<uint8> pk_hash; member in struct:CrxUpdateService::CRXContext
534 if (component.pk_hash.empty() ||
540 HexStringToID(StringToLowerASCII(base::HexEncode(&component.pk_hash[0],
541 component.pk_hash.size()/2)));
669 crx_context->pk_hash = workitem->component.pk_hash;
    [all...]

Completed in 27 milliseconds