mirror of
https://github.com/tpm2dev/tpm.dev.tutorials.git
synced 2024-11-10 17:22:11 +00:00
Merge pull request #21 from Tobias-Schultz/links
fixed TPM-Command links
This commit is contained in:
commit
7e5b5f09b6
1 changed files with 3 additions and 3 deletions
|
@ -381,15 +381,15 @@ used to authenticate the TPM's legitimacy. The EK's public key
|
||||||
("EKpub") can be used to uniquely identify a TPM, and possibly link to
|
("EKpub") can be used to uniquely identify a TPM, and possibly link to
|
||||||
the platform's, and even the platform's user(s)' identities.
|
the platform's, and even the platform's user(s)' identities.
|
||||||
|
|
||||||
The [`TPM2_CreatePrimary()`](TPM2_CreatePrimary.md) command creates
|
The [`TPM2_CreatePrimary()`](/TPM-Commands/TPM2_CreatePrimary.md) command creates
|
||||||
primary key objects deterministically from the hierarchy's seed and the
|
primary key objects deterministically from the hierarchy's seed and the
|
||||||
"template" used to create the key (which includes a "unique" area that
|
"template" used to create the key (which includes a "unique" area that
|
||||||
provides "entropy" to the key derivation function).
|
provides "entropy" to the key derivation function).
|
||||||
|
|
||||||
The [`TPM2_Create()`](TPM2_Create.md) command creates a ordinary
|
The [`TPM2_Create()`](/TPM-Commands/TPM2_Create.md) command creates a ordinary
|
||||||
objects.
|
objects.
|
||||||
|
|
||||||
The [`TPM2_CreateLoaded()`](TPM2_CreateLoaded.md) command can also
|
The [`TPM2_CreateLoaded()`](/TPM-Commands/TPM2_CreateLoaded.md) command can also
|
||||||
create primary key objects deterministically from the hierarchy's seed
|
create primary key objects deterministically from the hierarchy's seed
|
||||||
and the "template" used to create the key (which includes a "unique"
|
and the "template" used to create the key (which includes a "unique"
|
||||||
area that provides "entropy" to the key derivation function).
|
area that provides "entropy" to the key derivation function).
|
||||||
|
|
Loading…
Reference in a new issue