Why do the two following commands generate different RSA keypairs?
1. tpm2_createek -G rsa -c -
2. tpm2_createprimary -a e -g sha256 -G rsa
As I understand it, generating a primary key under the endorsement
hierarchy using the same algorithm should product the same key. This is
because the same seed is used to generate both keys with the same
parameters. Am I missing something about how the TPM generates these keys?
Thanks,
Jordan
Show replies by date