Searched refs:algorithm (Results 1 – 4 of 4) sorted by relevance
74 std::unique_ptr<ShaHasher> CreateShaHasher(const std::string &algorithm) { in CreateShaHasher() argument75 if (algorithm == "sha1") { in CreateShaHasher()79 if (algorithm == "sha256") { in CreateShaHasher()83 if (algorithm == "sha512") { in CreateShaHasher()
89 std::unique_ptr<ShaHasher> CreateShaHasher(const std::string &algorithm);
1316 static std::string F2fsCompressAlgorithmName(int algorithm) { in F2fsCompressAlgorithmName() argument1317 switch (algorithm) { in F2fsCompressAlgorithmName()1327 return android::base::StringPrintf("%d", algorithm); in F2fsCompressAlgorithmName()1368 << F2fsCompressAlgorithmName(opts.algorithm) in F2fsCompressOptionsSupported()1434 comp_opt.algorithm = F2FS_COMPRESS_LZ4; in TEST_F()
366 # The MARKDOWN_ID_STYLE tag can be used to specify the algorithm used to