cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

tpm2key.asn1 (266B)


      1---
      2--- ASN.1 for TPM 2.0 keys
      3---
      4
      5TPMKey ::= 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	}