⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 pcrs.h

📁 IBM开发的TPM的驱动, 有少量的例子可以供参考
💻 H
字号:
/****************************************************************************//*                                                                          *//*  PCRS.H  29 Mar 2003                                                     *//*                                                                          *//*                           Copyright (C) 2004 IBM                         *//*                                                                          *//****************************************************************************/#ifndef PCRS_H#define PCRS_H#define TPM_PCR_NUM       16	/* number of PCR registers supported */#define TPM_PCR_MASK_SIZE  2	/* size in bytes of PCR bit mask     */uint32_t TPM_PcrRead(uint32_t pcrindex, unsigned char *pcrvalue);uint32_t TSS_GenPCRInfo(uint32_t pcrmap, unsigned char *pcrinfo,			unsigned int *len);#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -