Home
last modified time | relevance | path

Searched refs:SignedVBMetaPrimaryAnnotationLeaf (Results 1 – 6 of 6) sorted by relevance

/external/avb/libavb_aftl/
Davb_aftl_types.h166 } SignedVBMetaPrimaryAnnotationLeaf; typedef
181 SignedVBMetaPrimaryAnnotationLeaf* annotation_leaf;
Davb_aftl_util.c449 static bool parse_signature(SignedVBMetaPrimaryAnnotationLeaf* leaf, in parse_signature()
493 static bool parse_annotation(SignedVBMetaPrimaryAnnotationLeaf* leaf, in parse_annotation()
566 SignedVBMetaPrimaryAnnotationLeaf* leaf; in parse_annotation_leaf()
572 leaf = (SignedVBMetaPrimaryAnnotationLeaf*)avb_calloc( in parse_annotation_leaf()
573 sizeof(SignedVBMetaPrimaryAnnotationLeaf)); in parse_annotation_leaf()
/external/avb/
Daftltool_test.py129 leaf = aftltool.SignedVBMetaPrimaryAnnotationLeaf()
139 leaf = aftltool.SignedVBMetaPrimaryAnnotationLeaf()
145 leaf = aftltool.SignedVBMetaPrimaryAnnotationLeaf()
209 self.test_anno_1 = aftltool.SignedVBMetaPrimaryAnnotationLeaf(
394 leaf = aftltool.SignedVBMetaPrimaryAnnotationLeaf(
1110 leaf = aftltool.SignedVBMetaPrimaryAnnotationLeaf()
1119 leaf = aftltool.SignedVBMetaPrimaryAnnotationLeaf.parse(
1128 leaf = aftltool.SignedVBMetaPrimaryAnnotationLeaf.parse(b'Invalid data')
1133 leaf = aftltool.SignedVBMetaPrimaryAnnotationLeaf()
1137 leaf = aftltool.SignedVBMetaPrimaryAnnotationLeaf.parse(
Daftltool416 self.annotation_leaf = SignedVBMetaPrimaryAnnotationLeaf.parse(
432 self.annotation_leaf = SignedVBMetaPrimaryAnnotationLeaf()
578 self.annotation_leaf = SignedVBMetaPrimaryAnnotationLeaf.parse(
1228 class SignedVBMetaPrimaryAnnotationLeaf(Leaf): class
1234 super(SignedVBMetaPrimaryAnnotationLeaf, self).__init__(
1302 super(SignedVBMetaPrimaryAnnotationLeaf, self).print_desc(o)
Daftltool.py416 self.annotation_leaf = SignedVBMetaPrimaryAnnotationLeaf.parse(
432 self.annotation_leaf = SignedVBMetaPrimaryAnnotationLeaf()
578 self.annotation_leaf = SignedVBMetaPrimaryAnnotationLeaf.parse(
1228 class SignedVBMetaPrimaryAnnotationLeaf(Leaf): class
1234 super(SignedVBMetaPrimaryAnnotationLeaf, self).__init__(
1302 super(SignedVBMetaPrimaryAnnotationLeaf, self).print_desc(o)
/external/avb/test/
Davb_aftl_validate_unittest.cc203 (SignedVBMetaPrimaryAnnotationLeaf*)avb_calloc( in SetUp()
204 sizeof(SignedVBMetaPrimaryAnnotationLeaf)); in SetUp()