drivers/s390/crypto/pkey_ep11.c
Source file repositories/reference/linux-study-clean/drivers/s390/crypto/pkey_ep11.c
File Facts
- System
- Linux kernel
- Corpus path
drivers/s390/crypto/pkey_ep11.c- Extension
.c- Size
- 15389 bytes
- Lines
- 577
- Domain
- Driver Families
- Bucket
- drivers/s390
- Inferred role
- Driver Families: exported/initcall integration point
- Status
- integration implementation candidate
Why This File Exists
Repeatable hardware-adapter layer. Deep compatibility for every driver is out of scope; this atlas records patterns, probe lifecycles, bus glue, IRQ/DMA usage, and links back to core abstractions.
- Repeatable hardware-adapter layer. Deep compatibility for every driver is out of scope; this atlas records patterns, probe lifecycles, bus glue, IRQ/DMA usage, and links back to core abstractions.
- Exports symbols or registers init work; inspect boot/module ordering and who consumes the exported contract.
- Defines or uses C structs; map object ownership, embedded links, reference counts, and lock ownership.
Dependency Surface
linux/init.hlinux/module.hlinux/cpufeature.hzcrypt_ccamisc.hzcrypt_ep11misc.hpkey_base.h
Detected Declarations
function is_ep11_keyfunction is_ep11_keytypefunction ep11_apqns4keyfunction is_ep11_keyblobfunction ep11_apqns4typefunction ep11_key2protkeyfunction is_ep11_keyblobfunction is_ep11_keyblobfunction is_ep11_keyblobfunction is_ep11_keyblobfunction keyfunction keyfunction ep11_verifykeyfunction ep11_slowpath_key2protkeyfunction pkey_ep11_initfunction pkey_ep11_exitmodule init pkey_ep11_init
Annotated Snippet
module_init(pkey_ep11_init);
module_exit(pkey_ep11_exit);
Annotation
- Immediate include surface: `linux/init.h`, `linux/module.h`, `linux/cpufeature.h`, `zcrypt_ccamisc.h`, `zcrypt_ep11misc.h`, `pkey_base.h`.
- Detected declarations: `function is_ep11_key`, `function is_ep11_keytype`, `function ep11_apqns4key`, `function is_ep11_keyblob`, `function ep11_apqns4type`, `function ep11_key2protkey`, `function is_ep11_keyblob`, `function is_ep11_keyblob`, `function is_ep11_keyblob`, `function is_ep11_keyblob`.
- Atlas domain: Driver Families / drivers/s390.
- Implementation status: integration implementation candidate.
Implementation Notes
- This generated page is the file-by-file coverage layer; curated subsystem chapters should link here when they synthesize a multi-file control flow.
- Core OS pages should be promoted from atlas-only to deep-reviewed when they explain data structures, invariants, locking, lifecycle, and C implementation snippets.
- Driver-family pages are intentionally pattern-oriented unless they are part of the selected PCIe/NVMe representative device path.