1tpm2tss-tpm2data_write(1) Library calls tpm2tss-tpm2data_write(1)
2
3
4
6 tpm2tss_rsa_makekey -- Make an RSA key object
7
9 #include <tpm2tss.h>
10
11 **EVP_PKEY * tpm2tss_rsa_makekey(TPM2_DATA *tpm2Data);**
12
14 tpm2tss_rsa_makekey takes a TPM2_DATA object as tpm2Data and creates a
15 corresponding OpenSSL EVP_PKEY object.
16
18 Upon successful completion tpm2tss_rsa_makekey() returns the created
19 EVP_PKEY object's pointer. Otherwise NULL.
20
21 AUTHOR
22 Written by Andreas Fuchs.
23
24 COPYRIGHT
25 tpm2tss is Copyright (C) 2018 Fraunhofer SIT sponsored by Infineon
26 Technologies AG. License BSD 3-clause.
27
28 SEE ALSO
29 openssl(1)
30
31
32
33tpm2-tss-engine JUNE 2018 tpm2tss-tpm2data_write(1)