Searched refs:hash_alg (Results 1 – 2 of 2) sorted by relevance
122 std::string hash_alg; in Create() local123 fs_mgr_get_boot_config("vbmeta.hash_alg", &hash_alg); in Create()124 if (hash_alg == "sha256") { in Create()127 } else if (hash_alg == "sha512") { in Create()131 LERROR << "Unknown hash algorithm: " << hash_alg.c_str(); in Create()
766 "partition.${partition}.verified.hash_alg" to check that sha1 is not used.