tpmUnsealFile (3) Linux Manual Page
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…
