summaryrefslogtreecommitdiff
path: root/test/tpm_test/testlib/common.h
blob: 9fdd7ebcaefcbcea36825ffce35b8701d27510f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* Copyright 2016 The Chromium OS Authors. All rights reserved.
 * 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 */