tpm2tss_ecc_genkey - Man Page

tpm2tss_ecc_genkey – Make an ECC key object

Synopsis

#include <tpm2tss.h>

int tpm2tss_ecc_genkey(EC_KEY key, TPMI_ECC_CURVE curve, const char password);

Description

tpm2tss_ECC_genkey issues the generation of an ECC key key using the TPM. The ECC curve is determined by curve. The new key will be protected by password.

Return Value

Upon successful completion tpm2tss_ecc_genkey() returns 1. Otherwise 0.

Author

Written by Andreas Fuchs.

See Also

openssl(1), tpm2tss_genkey(1)

Info

JUNE 2018 tpm2-tss-engine Library calls