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

📄 tss_genpcrinfo.3

📁 IBM开发的TPM的驱动, 有少量的例子可以供参考
💻 3
字号:
.\" Copyright 2004 IBM (Jeff Kravitz).\".\" Written Feb 11 2004, Jeff Kravitz.\".TH "TSS_GenPCRInfo" 3  2004-03-29 "IBM" "TPM Library".SH NAMETSS_GenPCRInfo.SH SYNOPSIS.nf.B #include <tpmfunc.h>.sp.BR "uint32_t TSS_GenPCRInfo" "(uint32_t pcrmap,"             unsigned char *pcrinfo,              unsigned int *len).fi.SH DESCRIPTIONThe \fBTSS_GenPCRInfo()\fP function returns a /fBpcrinfo/fP structurecontaining the hash of thecurrent PCR register values, for specified PCR registers..SH ARGUMENTS.TP 10.B pcrmapA 32 bit integer containing a bit map of the PCR registernumbers to be used when sealing. e.g 0x0000001 specifiesPCR 0. 0x00000003 specifies PCR's 0 and 1, etc..TP 10.B pcrinfoA pointer to an area to receive a \fBpcrinfo\fP structure, containingthe hash of the current PCR values..B lenA pointer to an integer which will receive the lengthof the pcrinfo structure..SH "RETURN VALUE"0 if the operation is successful. non-zero otherwise.The non zero value can be converted to an error message via the function \fBTPM_GetErrMsg()\fP..SH "SEE ALSO".BR TPM_GetErrMsg(3) , TPM_PcrRead(3) , TPM_Seal(3) ..SH AUTHORJeff Kravitz, IBM T.J. Watson Research Center

⌨️ 快捷键说明

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