tpm2tss_rsa_makekey
Make an RSA key object
- Provided by: tpm2-tss-engine-dev (Version: 1.2.0-2build2)
- Source: tpm2-tss-engine
- Report a bug
Make an RSA key object
#include <tpm2tss.h>
**EVP_PKEY * tpm2tss_rsa_makekey(TPM2_DATA *tpm2Data);**
tpm2tss_rsa_makekey takes a TPM2_DATA object as tpm2Data and creates a corresponding OpenSSL EVP_PKEY object.
Upon successful completion tpm2tss_rsa_makekey() returns the created EVP_PKEY object’s pointer. Otherwise NULL.
Written by Andreas Fuchs.
tpm2tss is Copyright (C) 2018 Fraunhofer SIT sponsored by Infineon Technologies AG. License BSD 3-clause.