blob: 1eb0113016ecb8d32090272958b82df11fdeb8d4 (
plain)
1
2
3
4
5
6
7
8
9
|
#include "trusted_module.h"
#include "crypto.h"
struct tm_cert cert_ru(struct trusted_module *tm,
const struct iomt_node *node, hash_t new_val,
const hash_t *comp, const int *orders, size_t n,
hash_t *hmac_out,
int b,
struct tm_cert *nonexist, hash_t *hmac_nonexist);
|