debian man page for tpmunsealstrerror

Query: tpmunsealstrerror

OS: debian

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

tpm_sealdata(3) 					     Library Functions Manual						   tpm_sealdata(3)

					TPM Management - tpmUnsealFile, tpmUnsealShred, tpmUnsealStrerror

NAME
tpmUnsealFile, tpmUnsealShred, tpmUnsealStrerror - unseal routines
SYNOPSIS
#include <tpm_unseal/tpm_unseal.h> int tpmUnsealFile(char* file, char** data, int* size); void tpmUnsealShred(char* data, int size); char* tpmUnsealStrerror(int rc);
DESCRIPTION
The 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 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. 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.
SEE ALSO
tpm_sealdata(1)
REPORTING BUGS
Report bugs to <trousers-users@lists.sourceforge.net> TPM Management 2005-08-10 tpm_sealdata(3)
Related Man Pages
tpmunsealfile(3) - centos
tpmtoken_init(1) - debian
tpmunsealshred(3) - debian
tpmunsealstrerror(3) - debian
tpm_sealdata(1) - centos
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
How to copy a column of multiple files and paste into new excel file (next to column)?
New UNIX and Linux History Sections
My first PERL incarnation... Audio Oscillograph