blob: 69239c8283581611d95f33fb9c9a8b41e460e970 [file] [log] [blame]
Vadim Bendebury8ec80172015-05-29 13:55:43 -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_CRYPTSELFTEST_FP_H
8#define __TPM2_CRYPTSELFTEST_FP_H
9
Vadim Bendeburyc00055c2015-05-29 22:50:18 -070010void CryptInitializeToTest(
11 void
12 );
Vadim Bendebury8ec80172015-05-29 13:55:43 -070013TPM_RC CryptTestAlgorithm(
14 TPM_ALG_ID alg,
15 ALGORITHM_VECTOR *toTest
16);
17
18#endif // __TPM2_CRYPTSELFTEST_FP_H