crypto/rsapubkey.asn1

Source file repositories/reference/linux-study-clean/crypto/rsapubkey.asn1

File Facts

System
Linux kernel
Corpus path
crypto/rsapubkey.asn1
Extension
.asn1
Size
273 bytes
Lines
12
Domain
Kernel Services
Bucket
crypto
Inferred role
Kernel Services: crypto
Status
atlas-only

Why This File Exists

Shared kernel service surface used by multiple subsystems, including helpers, cryptography, virtualization support, and async I/O infrastructure.

Dependency Surface

Detected Declarations

Annotated Snippet

-- SPDX-License-Identifier: BSD-3-Clause
--
-- Copyright (C) 2016 IETF Trust and the persons identified as authors
-- of the code
--
-- https://www.rfc-editor.org/rfc/rfc8017#appendix-A.1.1

RsaPubKey ::= SEQUENCE {
	n INTEGER ({ rsa_get_n }),
	e INTEGER ({ rsa_get_e })
}

Annotation

Implementation Notes