Home
last modified time | relevance | path

Searched refs:log_root_sig_size (Results 1 – 8 of 8) sorted by relevance

/external/avb/libavb_aftl/
Davb_aftl_util.c677 if (!read_u16(&(icp_entry->log_root_sig_size), aftl_blob, blob_end)) { in parse_icp_entry()
682 if (icp_entry->log_root_sig_size != AVB_AFTL_SIGNATURE_SIZE) { in parse_icp_entry()
768 if (*aftl_blob + icp_entry->log_root_sig_size < *aftl_blob || in parse_icp_entry()
769 *aftl_blob + icp_entry->log_root_sig_size > blob_end) { in parse_icp_entry()
775 (uint8_t*)avb_calloc(icp_entry->log_root_sig_size); in parse_icp_entry()
782 icp_entry->log_root_signature, *aftl_blob, icp_entry->log_root_sig_size); in parse_icp_entry()
783 *aftl_blob += icp_entry->log_root_sig_size; in parse_icp_entry()
Davb_aftl_validate.c103 sig_num_bytes = icp_entry->log_root_sig_size; in avb_aftl_verify_entry_signature()
Davb_aftl_types.h175 uint16_t log_root_sig_size; member
/external/avb/test/
Davb_aftl_util_unittest.cc87 EXPECT_EQ(icp_entry->log_root_sig_size, AVB_AFTL_SIGNATURE_SIZE); in TestAftlIcpEntry()
Davb_aftl_validate_unittest.cc191 icp_entry_->log_root_sig_size = AVB_AFTL_SIGNATURE_SIZE; in SetUp()
/external/avb/
Daftltool460 def log_root_sig_size(self): member in AftlIcpEntry
549 self.log_root_sig_size,
558 self.log_root_sig_size, self.proof_hash_count,
590 self.annotation_leaf_size + self.log_root_sig_size +
Daftltool.py460 def log_root_sig_size(self): member in AftlIcpEntry
549 self.log_root_sig_size,
558 self.log_root_sig_size, self.proof_hash_count,
590 self.annotation_leaf_size + self.log_root_sig_size +
Daftltool_test.py756 self.assertEqual(entry.log_root_sig_size, 0)
770 self.assertEqual(entry.log_root_sig_size, 512)