Home
last modified time | relevance | path

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

/aosp14/system/core/fs_mgr/libfs_avb/
H A Dfs_avb.cpp122 std::string hash_alg; in Create() local
123 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()
/aosp14/system/core/init/
H A DREADME.md766 "partition.${partition}.verified.hash_alg" to check that sha1 is not used.