Home
last modified time | relevance | path

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

/tools/tradefederation/core/common_util/com/android/tradefed/cache/remote/
DRemoteCacheClient.java91 .setDigestFunction(DigestCalculator.DIGEST_FUNCTION) in uploadCache()
115 .DIGEST_FUNCTION) in lookupCache()
/tools/tradefederation/core/common_util/com/android/tradefed/cache/
DDigestCalculator.java35 public static final DigestFunction.Value DIGEST_FUNCTION = DigestFunction.Value.SHA256; field in DigestCalculator