tpm2tss_ecc_makekey - Man Page
tpm2tss_ecc_makekey – Make an ECC key object
Synopsis
#include <tpm2tss.h>
**EVP_PKEY * tpm2tss_ecc_makekey(TPM2_DATA *tpm2Data);**
Description
tpm2tss_ecc_makekey takes a TPM2_DATA object as tpm2Data
and creates a corresponding OpenSSL EVP_PKEY object.
Return Value
Upon successful completion tpm2tss_ecc_makekey() returns the created EVP_PKEY object’s pointer. Otherwise NULL.
Author
Written by Andreas Fuchs.
Copyright
tpm2tss is Copyright (C) 2018 Fraunhofer SIT sponsored by Infineon Technologies AG. License BSD 3-clause.
See Also
Info
JUNE 2018 tpm2-tss-engine Library calls