Home
last modified time | relevance | path

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

/external/avb/test/
Davb_aftl_validate_unittest.cc192 icp_entry_->log_root_signature = in SetUp()
194 memcpy(icp_entry_->log_root_signature, in SetUp()
269 if (icp_entry_->log_root_signature) in TearDown()
270 avb_free(icp_entry_->log_root_signature); in TearDown()
/external/avb/libavb_aftl/
Davb_aftl_util.c774 icp_entry->log_root_signature = in parse_icp_entry()
776 if (!icp_entry->log_root_signature) { in parse_icp_entry()
782 icp_entry->log_root_signature, *aftl_blob, icp_entry->log_root_sig_size); in parse_icp_entry()
875 if (icp_entry->log_root_signature) avb_free(icp_entry->log_root_signature); in free_aftl_icp_entry()
Davb_aftl_validate.c98 sig = icp_entry->log_root_signature; in avb_aftl_verify_entry_signature()
Davb_aftl_types.h183 uint8_t* log_root_signature; member
/external/avb/
Daftltool409 self.log_root_signature, proof_bytes) = struct.unpack(
433 self.log_root_signature = b''
463 return len(self.log_root_signature)
503 self.log_root_signature,
562 self.log_root_signature,
580 self.log_root_signature = proof.sth.log_root_signature
Daftltool_test.py238 self.test_entry_1.log_root_signature = b'g' * 512
290 self.test_entry_2.log_root_signature = b'd' * 512
347 self.test_avbm_resp.annotation_proof.sth.log_root_signature = (
829 entry.log_root_signature,
830 self.test_avbm_resp.annotation_proof.sth.log_root_signature)
1378 icp.log_root_signature,
1379 self.test_avbm_resp.annotation_proof.sth.log_root_signature)
Daftltool.py409 self.log_root_signature, proof_bytes) = struct.unpack(
433 self.log_root_signature = b''
463 return len(self.log_root_signature)
503 self.log_root_signature,
562 self.log_root_signature,
580 self.log_root_signature = proof.sth.log_root_signature
/external/avb/proto/
Dtrillian.proto238 // in RFC5246 notation): Clients should validate log_root_signature with
272 // log_root_signature is the raw signature over log_root.
273 bytes log_root_signature = 9; field