Searched refs:allow_verification_error (Results 1 – 5 of 5) sorted by relevance
/system/core/fs_mgr/libfs_avb/ |
D | fs_avb.cpp | 187 const HashAlgorithm& hash_algorithm, bool allow_verification_error, in LoadAndVerifyVbmeta() argument 214 partition_name, ab_suffix, ab_other_suffix, expected_key_blob, allow_verification_error, in LoadAndVerifyVbmeta() 291 bool allow_verification_error = IsAvbPermissive(); in LoadAndVerifyVbmeta() local 292 bool rollback_protection = !allow_verification_error; in LoadAndVerifyVbmeta() 299 "" /* expected_public_key_blob, */, allow_verification_error, rollback_protection, in LoadAndVerifyVbmeta() 359 if (!allow_verification_error) { in LoadAndVerifyVbmeta() 388 bool allow_verification_error = IsAvbPermissive(); in Open() local 397 AvbSlotVerifyFlags flags = allow_verification_error in Open() 422 if (!allow_verification_error) { in Open()
|
D | avb_util.h | 98 const std::string& expected_public_key_blob, bool allow_verification_error, 108 bool allow_verification_error, bool load_chained_vbmeta, bool rollback_protection,
|
D | avb_util.cpp | 547 const std::string& expected_public_key_blob, bool allow_verification_error, in LoadAndVerifyVbmetaByPath() argument 575 if (!allow_verification_error && verify_result == VBMetaVerifyResult::kErrorVerification) { in LoadAndVerifyVbmetaByPath() 617 bool allow_verification_error, bool load_chained_vbmeta, bool rollback_protection, in LoadAndVerifyVbmetaByPartition() argument 626 allow_verification_error, rollback_protection, in LoadAndVerifyVbmetaByPartition() 647 allow_verification_error, load_chained_vbmeta, rollback_protection, in LoadAndVerifyVbmetaByPartition()
|
/system/core/fs_mgr/libfs_avb/include/fs_avb/ |
D | fs_avb_util.h | 38 const std::string& expected_public_key_blob, bool allow_verification_error,
|
D | fs_avb.h | 100 const HashAlgorithm& hash_algorithm, bool allow_verification_error,
|