Home
last modified time | relevance | path

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

/rk3399_ARM-atf/tools/cot_dt2c/cot_dt2c/
H A Dcot_parser.py40 … "<b>signing-key:</b> " + self.extract_label(sign_key) + "<br>" if sign_key else "", \
41 "<b>nv counter:</b> " + self.extract_label(nv) + "<br>" if nv else "")
52 hash = self.extract_label(node.get_fields("hash"))
172 parent = self.extract_label(c.get_fields("parent"))
180 parent = self.extract_label(i.get_fields("parent"))
309 def extract_label(self, label) -> str: member in COT
389 if c.name == self.extract_label(node.get_fields("parent")):
426 if c.name == self.extract_label(node.get_fields("parent")):
497 f.write("\t\t\t\t.pk = &{},\n".format(self.extract_label(sign)))
509 f.write("\t\t\t\t.cert_nv_ctr = &{},\n".format(self.extract_label(nv_ctr)))
[all …]