📄 pcrs.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 + -