Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/avb/
Davb.cpp51 algorithm_(std::move(algorithm)), in Avb()
59 if (!algorithm_.empty()) { in GenerateAddHashFooter()
61 command.AddParameter(algorithm_); in GenerateAddHashFooter()
117 command.AddParameter(algorithm_); in GenerateMakeVbMetaImage()
Davb.h80 std::string algorithm_; variable