Home
last modified time | relevance | path

Searched refs:allow_verification_error (Results 1 – 5 of 5) sorted by relevance

/system/core/fs_mgr/libfs_avb/
Dfs_avb.cpp194 const HashAlgorithm& hash_algorithm, bool allow_verification_error, in LoadAndVerifyVbmeta() argument
224 partition_name, ab_suffix, ab_other_suffix, expected_key_blob, allow_verification_error, in LoadAndVerifyVbmeta()
369 bool allow_verification_error = IsAvbPermissive(); in LoadAndVerifyVbmeta() local
370 bool rollback_protection = !allow_verification_error; in LoadAndVerifyVbmeta()
377 "" /* expected_public_key_blob, */, allow_verification_error, rollback_protection, in LoadAndVerifyVbmeta()
410 if (!allow_verification_error) { in LoadAndVerifyVbmeta()
421 if (!allow_verification_error) { in LoadAndVerifyVbmeta()
455 bool allow_verification_error = IsAvbPermissive(); in Open() local
464 AvbSlotVerifyFlags flags = allow_verification_error in Open()
489 if (!allow_verification_error) { in Open()
[all …]
Davb_util.h92 const std::string& expected_public_key_blob, bool allow_verification_error,
102 bool allow_verification_error, bool load_chained_vbmeta, bool rollback_protection,
Davb_util.cpp482 const std::string& expected_public_key_blob, bool allow_verification_error, in LoadAndVerifyVbmetaByPath() argument
510 if (!allow_verification_error && verify_result == VBMetaVerifyResult::kErrorVerification) { in LoadAndVerifyVbmetaByPath()
552 bool allow_verification_error, bool load_chained_vbmeta, bool rollback_protection, in LoadAndVerifyVbmetaByPartition() argument
561 allow_verification_error, rollback_protection, in LoadAndVerifyVbmetaByPartition()
582 allow_verification_error, load_chained_vbmeta, rollback_protection, in LoadAndVerifyVbmetaByPartition()
/system/core/fs_mgr/libfs_avb/include/fs_avb/
Dfs_avb_util.h38 const std::string& expected_public_key_blob, bool allow_verification_error,
Dfs_avb.h100 const HashAlgorithm& hash_algorithm, bool allow_verification_error,