mirror_ubuntu-kernels/security/keys/trusted-keys/tpm2key.asn1

12 lines
266 B
Plaintext
Raw Normal View History

2024-07-02 00:48:40 +03:00
---
--- ASN.1 for TPM 2.0 keys
---
TPMKey ::= SEQUENCE {
type OBJECT IDENTIFIER ({tpm2_key_type}),
emptyAuth [0] EXPLICIT BOOLEAN OPTIONAL,
parent INTEGER ({tpm2_key_parent}),
pubkey OCTET STRING ({tpm2_key_pub}),
privkey OCTET STRING ({tpm2_key_priv})
}