logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

tpm2tss_rsa_makekey – Make an RSA key object

Description

tpm2tss_rsa_makekey  takes  a  TPM2_DATA  object as tpm2Data and creates a corresponding OpenSSL EVP_PKEY
       object.

Name

tpm2tss_rsa_makekey – Make an RSA key object

Return Value

       Upon  successful  completion  tpm2tss_rsa_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.

   SEEALSOopenssl(1)

tpm2-tss-engine                                     JUNE 2018                          tpm2tss-tpm2data_write(3)

Synopsis

#include<tpm2tss.h>

       **EVP_PKEY * tpm2tss_rsa_makekey(TPM2_DATA *tpm2Data);**

See Also