.\" Automatically generated by Pandoc 3.1.3 .\" .\" Define V font for inline verbatim, using C font in formats .\" that render this, and otherwise B font. .ie "\f[CB]x\f[]"x" \{\ . ftr V B . ftr VI BI . ftr VB B . ftr VBI BI .\} .el \{\ . ftr V CR . ftr VI CI . ftr VB CB . ftr VBI CBI .\} .TH "tpm2tss-tpm2data_write" "3" "JUNE 2018" "tpm2-tss-engine" "Library calls" .hy .SH NAME .PP \f[B]tpm2tss_rsa_makekey\f[R] \[en] Make an RSA key object .SH SYNOPSIS .PP \f[B]#include \f[R] .PP **EVP_PKEY * tpm2tss_rsa_makekey(TPM2_DATA *tpm2Data);** .SH DESCRIPTION .PP \f[B]tpm2tss_rsa_makekey\f[R] takes a TPM2_DATA object as \f[V]tpm2Data\f[R] and creates a corresponding OpenSSL EVP_PKEY object. .SH RETURN VALUE .PP Upon successful completion \f[B]tpm2tss_rsa_makekey\f[R]() returns the created EVP_PKEY object\[cq]s pointer. Otherwise NULL. .SS AUTHOR .PP Written by Andreas Fuchs. .SS COPYRIGHT .PP tpm2tss is Copyright (C) 2018 Fraunhofer SIT sponsored by Infineon Technologies AG. License BSD 3-clause. .SS SEE ALSO .PP openssl(1)