Home
last modified time | relevance | path

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

/base/startup/hvb/libhvb/src/auth/
H A Dhvb.c79 struct hvb_buf cert_pubk = {0}; in hvb_rvt_verify_root() local
81 ret = footer_init_desc(ops, ptn, ptn_list, &cert_pubk, vd); in hvb_rvt_verify_root()
87 io_ret = ops->valid_rvt_key(ops, cert_pubk.addr, cert_pubk.size, NULL, 0, &is_trusted); in hvb_rvt_verify_root()
137 struct hvb_buf cert_pubk; in hvb_walk_verify_nodes() local
168 ret = footer_init_desc(ops, &desc.name[0], ptn_list, &cert_pubk, vd); in hvb_walk_verify_nodes()
174 if (hvb_buf_equal(&expected_pubk, &cert_pubk) != true) { in hvb_walk_verify_nodes()

Completed in 1 milliseconds