Created
May 6, 2024 14:07
-
-
Save pkern/98fe7e99d681f36ff2cdc93a4d253abf to your computer and use it in GitHub Desktop.
Intel PTT tpm2_getcap algorithms output
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# tpm2_getcap algorithms | |
rsa: | |
value: 0x1 | |
asymmetric: 1 | |
symmetric: 0 | |
hash: 0 | |
object: 1 | |
reserved: 0x0 | |
signing: 0 | |
encrypting: 0 | |
method: 0 | |
sha1: | |
value: 0x4 | |
asymmetric: 0 | |
symmetric: 0 | |
hash: 1 | |
object: 0 | |
reserved: 0x0 | |
signing: 0 | |
encrypting: 0 | |
method: 0 | |
hmac: | |
value: 0x5 | |
asymmetric: 0 | |
symmetric: 0 | |
hash: 1 | |
object: 0 | |
reserved: 0x0 | |
signing: 1 | |
encrypting: 0 | |
method: 0 | |
aes: | |
value: 0x6 | |
asymmetric: 0 | |
symmetric: 1 | |
hash: 0 | |
object: 0 | |
reserved: 0x0 | |
signing: 0 | |
encrypting: 0 | |
method: 0 | |
keyedhash: | |
value: 0x8 | |
asymmetric: 0 | |
symmetric: 0 | |
hash: 1 | |
object: 1 | |
reserved: 0x0 | |
signing: 1 | |
encrypting: 1 | |
method: 0 | |
xor: | |
value: 0xA | |
asymmetric: 0 | |
symmetric: 1 | |
hash: 1 | |
object: 0 | |
reserved: 0x0 | |
signing: 0 | |
encrypting: 0 | |
method: 0 | |
sha256: | |
value: 0xB | |
asymmetric: 0 | |
symmetric: 0 | |
hash: 1 | |
object: 0 | |
reserved: 0x0 | |
signing: 0 | |
encrypting: 0 | |
method: 0 | |
rsassa: | |
value: 0x14 | |
asymmetric: 1 | |
symmetric: 0 | |
hash: 0 | |
object: 0 | |
reserved: 0x0 | |
signing: 1 | |
encrypting: 0 | |
method: 0 | |
rsaes: | |
value: 0x15 | |
asymmetric: 1 | |
symmetric: 0 | |
hash: 0 | |
object: 0 | |
reserved: 0x0 | |
signing: 0 | |
encrypting: 1 | |
method: 0 | |
rsapss: | |
value: 0x16 | |
asymmetric: 1 | |
symmetric: 0 | |
hash: 0 | |
object: 0 | |
reserved: 0x0 | |
signing: 1 | |
encrypting: 0 | |
method: 0 | |
oaep: | |
value: 0x17 | |
asymmetric: 1 | |
symmetric: 0 | |
hash: 0 | |
object: 0 | |
reserved: 0x0 | |
signing: 0 | |
encrypting: 1 | |
method: 0 | |
kdf1_sp800_108: | |
value: 0x22 | |
asymmetric: 0 | |
symmetric: 0 | |
hash: 1 | |
object: 0 | |
reserved: 0x0 | |
signing: 0 | |
encrypting: 0 | |
method: 1 | |
symcipher: | |
value: 0x25 | |
asymmetric: 0 | |
symmetric: 0 | |
hash: 0 | |
object: 1 | |
reserved: 0x0 | |
signing: 0 | |
encrypting: 0 | |
method: 0 | |
ctr: | |
value: 0x40 | |
asymmetric: 0 | |
symmetric: 1 | |
hash: 0 | |
object: 0 | |
reserved: 0x0 | |
signing: 0 | |
encrypting: 1 | |
method: 0 | |
ofb: | |
value: 0x41 | |
asymmetric: 0 | |
symmetric: 1 | |
hash: 0 | |
object: 0 | |
reserved: 0x0 | |
signing: 0 | |
encrypting: 1 | |
method: 0 | |
cbc: | |
value: 0x42 | |
asymmetric: 0 | |
symmetric: 1 | |
hash: 0 | |
object: 0 | |
reserved: 0x0 | |
signing: 0 | |
encrypting: 1 | |
method: 0 | |
cfb: | |
value: 0x43 | |
asymmetric: 0 | |
symmetric: 1 | |
hash: 0 | |
object: 0 | |
reserved: 0x0 | |
signing: 0 | |
encrypting: 1 | |
method: 0 | |
ecb: | |
value: 0x44 | |
asymmetric: 0 | |
symmetric: 1 | |
hash: 0 | |
object: 0 | |
reserved: 0x0 | |
signing: 0 | |
encrypting: 1 | |
method: 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment