Lines Matching refs:ops
72 static enum hvb_errno hvb_rvt_verify_root(struct hvb_ops *ops, const char *ptn,
81 ret = footer_init_desc(ops, ptn, ptn_list, &cert_pubk, vd);
87 io_ret = ops->valid_rvt_key(ops, cert_pubk.addr, cert_pubk.size, NULL, 0, &is_trusted);
129 static enum hvb_errno hvb_walk_verify_nodes(struct hvb_ops *ops, const char *const *ptn_list,
168 ret = footer_init_desc(ops, &desc.name[0], ptn_list, &cert_pubk, vd);
222 enum hvb_errno hvb_chain_verify(struct hvb_ops *ops,
232 hvb_return_hvb_err_if_null(ops);
235 ret = check_hvb_ops(ops);
237 hvb_print("error, check ops\n");
260 ret = hvb_rvt_verify_root(ops, rvt_ptn, ptn_list, vd);
275 ret = hvb_walk_verify_nodes(ops, ptn_list, rvt_image, vd);
282 ret = hvb_creat_cmdline(ops, vd);