repo.or.cz
/
linux.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'hwmon-for-v6.13-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux.git]
/
security
/
keys
/
trusted-keys
/
tpm2key.asn1
blob
f57f869ad600687e802e91e6a68e50ddc7c334d6
1
---
2
--- ASN.1 for TPM 2.0 keys
3
---
4
5
TPMKey ::= SEQUENCE {
6
type OBJECT IDENTIFIER ({tpm2_key_type}),
7
emptyAuth [0] EXPLICIT BOOLEAN OPTIONAL,
8
parent INTEGER ({tpm2_key_parent}),
9
pubkey OCTET STRING ({tpm2_key_pub}),
10
privkey OCTET STRING ({tpm2_key_priv})
11
}