summaryrefslogtreecommitdiff
path: root/src/include/tsp_seal.h
blob: 05956c1e081e34b99b008f6b5fccdf112b185cf5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

/*
 * Licensed Materials - Property of IBM
 *
 * trousers - An open source TCG Software Stack
 *
 * (C) Copyright International Business Machines Corp. 2007
 *
 */

#ifndef _TSP_SEAL_H_
#define _TSP_SEAL_H_

TSS_RESULT	sealx_mask_cb(UINT32, BYTE *, UINT32, BYTE *, BYTE *, UINT32, BYTE *, BYTE *);

#endif