Lines Matching defs:ops
100 static enum hvb_errno hash_image_init_desc(struct hvb_ops *ops, const char *ptn,
125 io_ret = ops->read_partition(ops, ptn, 0, image_buf.size, image_buf.addr, &read_bytes);
475 static enum hvb_errno _check_rollback_index(struct hvb_ops *ops, struct hvb_cert *cert, struct hvb_verified_data *vd)
487 io_ret = ops->read_rollback(ops, rollback_location, &stored_rollback_index);
503 enum hvb_errno cert_init_desc(struct hvb_ops *ops, const char *ptn, struct hvb_buf *cert_buf,
507 hvb_return_hvb_err_if_null(ops);
515 ret = check_hvb_ops(ops);
517 hvb_print("error, check ops\n");
543 ret = _check_rollback_index(ops, &cert, vd);
549 ret = hash_image_init_desc(ops, ptn, &cert, hash_ptn_list, vd);