1tpm2tss-tpm2data_write(1) Library calls tpm2tss-tpm2data_write(1)
2
3
4
6 tpm2tss_ecc_genkey -- Make an ECC key object
7
9 #include <tpm2tss.h>
10
11 int tpm2tss_ecc_genkey(EC_KEY key, TPMI_ECC_CURVE curve, const char
12 password);
13
15 tpm2tss_ECC_genkey issues the generation of an ECC key key using the
16 TPM. The ECC curve is determined by curve. The new key will be pro‐
17 tected by password.
18
20 Upon successful completion tpm2tss_ecc_genkey() returns 1. Otherwise
21 0.
22
23 AUTHOR
24 Written by Andreas Fuchs.
25
26 COPYRIGHT
27 tpm2tss is Copyright (C) 2018 Fraunhofer SIT sponsored by Infineon
28 Technologies AG. License BSD 3-clause.
29
30 SEE ALSO
31 openssl(1), tpm2tss_genkey(1)
32
33
34
35tpm2-tss-engine JUNE 2018 tpm2tss-tpm2data_write(1)