tpm2tss_tpm2data_write, tpm2tss_tpm2data_read
- Provided by: tpm2-tss-engine-dev (Version: 1.2.0-2build2)
- Source: tpm2-tss-engine
- Report a bug
#include <tpm2tss.h>
**int tpm2tss_tpm2data_read(const char *filename, TPM2_DATA tpm2Datap);
int tpm2tss_tpm2data_write(const TPM2_DATA tpm2Data, const char filename);
tpm2tss_tpm2data_read reads the TPM2_DATA object from a file called filename, allocates memory and stores it under the parameter tpm2Datap. Must be freed using the free() function.
tpm2tss_tpm2data_write writes the TPM2_DATA object from the parameter tpm2Data to a newly created file called filename.
Upon successful completion tpm2tss_tpm2data_write() and tpm2tss_tpm2data_read() return 1. Otherwise 0.
Written by Andreas Fuchs.
tpm2tss is Copyright (C) 2018 Fraunhofer SIT sponsored by Infineon Technologies AG. License BSD 3-clause.