security/keys/trusted-keys/tpm2key.asn1

Source file repositories/reference/linux-study-clean/security/keys/trusted-keys/tpm2key.asn1

File Facts

System
Linux kernel
Corpus path
security/keys/trusted-keys/tpm2key.asn1
Extension
.asn1
Size
266 bytes
Lines
12
Domain
Core OS
Bucket
Security And Isolation
Inferred role
Core OS: Security And Isolation
Status
atlas-only

Why This File Exists

Core operating-system implementation surface: boot, tasks, memory, VFS, syscall-facing interfaces, synchronization, credentials, and isolation.

Dependency Surface

Detected Declarations

Annotated Snippet

---
--- 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})
	}

Annotation

Implementation Notes