Searched refs:hash_alg (Results 1 – 6 of 6) sorted by relevance
121 std::string hash_alg; in Create() local122 fs_mgr_get_boot_config("vbmeta.hash_alg", &hash_alg); in Create()123 if (hash_alg == "sha256") { in Create()126 } else if (hash_alg == "sha512") { in Create()130 LERROR << "Unknown hash algorithm: " << hash_alg.c_str(); in Create()
897 std::string hash_alg = fs_mgr_get_hashtree_algorithm(entry); in do_verity_update_state() local898 if (!hash_alg.empty()) { in do_verity_update_state()899 SetProperty("partition." + partition + ".verified.hash_alg", hash_alg); in do_verity_update_state()
384 __u32 hash_alg; member
1176 partition.system.verified.hash_alg u:object_r:verity_status_prop:s0 exact string1177 partition.system_ext.verified.hash_alg u:object_r:verity_status_prop:s0 exact string1178 partition.product.verified.hash_alg u:object_r:verity_status_prop:s0 exact string1179 partition.vendor.verified.hash_alg u:object_r:verity_status_prop:s0 exact string
1184 partition.system.verified.hash_alg u:object_r:verity_status_prop:s0 exact string1185 partition.system_ext.verified.hash_alg u:object_r:verity_status_prop:s0 exact string1186 partition.product.verified.hash_alg u:object_r:verity_status_prop:s0 exact string1187 partition.vendor.verified.hash_alg u:object_r:verity_status_prop:s0 exact string