blob: 24a9f58ea2ef9ee0bbe0b8db4848c72ea1b99e0e [file] [log] [blame]
Vadim Bendeburyfea3a142015-05-28 18:53:22 -07001/*
2 * Copyright 2015 The Chromium OS Authors. All rights reserved.
3 * Use of this source code is governed by a BSD-style license that can be
4 * found in the LICENSE file.
5 */
6
7#ifndef __TPM2_CPRIRNG_FP_H
8#define __TPM2_CPRIRNG_FP_H
9
Vadim Bendebury0a050712015-05-29 11:35:04 -070010LIB_EXPORT UINT16 _cpri__GenerateRandom(
11 INT32 randomSize,
12 BYTE *buffer
13 );
Vadim Bendeburyfea3a142015-05-28 18:53:22 -070014LIB_EXPORT BOOL _cpri__RngStartup(void);
15
16#endif // __TPM2_CPRIRNG_FP_H