Home
last modified time | relevance | path

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

/base/startup/hvb/libhvb/src/auth/
Dhvb.c77 struct hvb_buf cert_pubk = {0}; in hvb_rvt_verify_root() local
79 ret = footer_init_desc(ops, ptn, ptn_list, &cert_pubk, vd); in hvb_rvt_verify_root()
85 io_ret = ops->valid_rvt_key(ops, cert_pubk.addr, cert_pubk.size, NULL, 0, &is_trusted); in hvb_rvt_verify_root()
129 struct hvb_buf cert_pubk; in hvb_walk_verify_nodes() local
158 ret = footer_init_desc(ops, &desc.name[0], ptn_list, &cert_pubk, vd); in hvb_walk_verify_nodes()
164 if (hvb_buf_equal(&expected_pubk, &cert_pubk) != true) { in hvb_walk_verify_nodes()