#include "trousers/tss.h"

#define QUOTE_NONCE		"34567890123456789"
#define QUOTE_NONCE_LENGTH	20
#define QUOTE_PCR_NUM		9
#define DIGEST_SIZE		20
#define QUOTE_INFO_LENGTH	48
#define AIK_AUTH		"temp"

//AIK
static TSS_UUID signKey_UUID = {0x00000000,0x0000,0x0000,0x00,0x50,{0x00,0x00,0x00,0x00,0x00,0x51}};

int _quote_Main(char*, int, unsigned char*);
