summaryrefslogtreecommitdiff
path: root/test/tpm_test/testlib/common.h
blob: 52e16c00a4a996323cad375dcba845038a807450 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* Copyright 2016 The ChromiumOS Authors
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 */

#ifndef __EC_TEST_TPM_TEST_TESTLIB_COMMON_H
#define __EC_TEST_TPM_TEST_TESTLIB_COMMON_H

#include "dcrypto.h"

#include <inttypes.h>
#include <stdlib.h>
#include <sys/param.h>

void rand_bytes(void *buf, size_t num);

#endif  /* ! __EC_TEST_TPM_TEST_TESTLIB_COMMON_H */