aboutsummaryrefslogtreecommitdiff
path: root/Unique_fp.h
blob: 38a264aeefd8e6125e92e45ba84c3e156020181f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * Copyright 2015 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 __TPM2_UNIQUE_FP_H_
#define __TPM2_UNIQUE_FP_H_

LIB_EXPORT uint32_t
_plat__GetUnique(uint32_t which,   // authorities (0) or details
                 uint32_t bSize,   // size of the buffer
                 unsigned char *b  // output buffer
                 );

#endif  // __TPM2_UNIQUE_FP_H_