Home
last modified time | relevance | path

Searched defs:footer (Results 1 – 3 of 3) sorted by relevance

/base/startup/hvb/libhvb/src/footer/
Dhvb_footer.c20 static enum hvb_errno _footer_parser(struct hvb_footer *footer, struct hvb_buf *footer_buf) in _footer_parser()
47 static enum hvb_errno _load_and_parse_footer(struct hvb_ops *ops, struct hvb_footer *footer, const … in _load_and_parse_footer()
75 …o _load_cert(struct hvb_ops *ops, struct hvb_buf *cert, const char *ptn, struct hvb_footer *footer) in _load_cert()
100 struct hvb_footer footer = {0}; in footer_init_desc() local
/base/update/updater/services/package/pkg_verify/
Dzip_pkg_parse.cpp62 PkgBuffer footer(footerSize); in ParseZipPkg() local
98 int32_t ZipPkgParse::ParsePkgFooter(const uint8_t *footer, size_t length, in ParsePkgFooter()
/base/startup/hvb/tools/
Dhvbtool.py76 def __init__(self, footer=None): argument