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

📄 tpmunsealfile.3

📁 Linux下关于TPM的一些检测小工具
💻 3
字号:
.\" Copyright (C) 2005, 2006 International Business Machines Corporation.\".de Sh \" Subsection.br.if t .Sp.ne 5.PP\fB\\$1\fR.PP...de Sp \" Vertical space (when we can't use .PP).if t .sp .5v.if n .sp...de Ip \" List item.br.ie \\n(.$>=3 .ne \\$3.el .ne 3.IP "\\$1" \\$2...TH "tpm_sealdata" 1 "2005-08-10"  "TPM Management".ce 1TPM Management - tpmUnsealFile, tpmUnsealShred, tpmUnsealStrerror.SH NAMEtpmUnsealFile, tpmUnsealShred, tpmUnsealStrerror - unseal routines.SH "SYNOPSIS".ad l.hy 0.B #include <tpm_unseal/tpm_unseal.h>.sp.B int tpmUnsealFile(char* file, char** data, int* size);.br.B void tpmUnsealShred(char* data, int size);.br.B char* tpmUnsealStrerror(int rc);.br.SH "DESCRIPTION".PPThe functions in the tpmUnseal family allow access to a piece of sensitive data that has been sealed to the TPM configuration of a given system if the conditions are right, that is the SRK has not changed and does not require authorization, and the PCRS (if any) specified at seal time are of the appropriate value.The tpmUnsealFile function returns the contents of the file unsealed in the data buffer.  The memory at *data must be freed by the caller.The tpmUnsealShred function will zero and free the memory.The tpmUnsealStrerror function will convert the return code from tpmUnsealFile into a human comprehensible string using and internal errno variable..SH "Return Value"The tpmUnsealFile function returns 0 on success and a negative number on error.The tpmUnsealStrerror function returns the error string on success and the empty string on an error..SH "SEE ALSO".PP\fBtpm_sealdata\fR(1).SH "REPORTING BUGS"Report bugs to <trousers-users@lists.sourceforge.net>

⌨️ 快捷键说明

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