aboutsummaryrefslogtreecommitdiff
path: root/helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'helper.h')
-rw-r--r--helper.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/helper.h b/helper.h
index 1eb0113..bc74442 100644
--- a/helper.h
+++ b/helper.h
@@ -7,3 +7,8 @@ struct tm_cert cert_ru(struct trusted_module *tm,
hash_t *hmac_out,
int b,
struct tm_cert *nonexist, hash_t *hmac_nonexist);
+
+struct tm_cert cert_rv(struct trusted_module *tm,
+ const struct iomt_node *node,
+ const hash_t *comp, const int *orders, size_t n,
+ hash_t *hmac_out);