|
|
|
|
|
by cryptonector
1297 days ago
|
|
Not a dumb question! The "TPM 2.0 Library part 1: Architecture" spec[0], section 23.2, describes the hierarchical relationships between objects. A child of a derivation parent is derived from the parent, and can be re-derived as needed, therefore it doesn't need to be wrapped. A child of a storage key is wrapped in [a symmetric key derived from a seed associated with] that key. There are also two cryptographic names for each object, one that includes the parent's cryptographic name in the child's name, and one that does not. [0] https://trustedcomputinggroup.org/wp-content/uploads/TCG_TPM2_r1p59_Part1_Architecture_pub.pdf
|
|