arch/powerpc/crypto/aesp8-ppc.h

Source file repositories/reference/linux-study-clean/arch/powerpc/crypto/aesp8-ppc.h

File Facts

System
Linux kernel
Corpus path
arch/powerpc/crypto/aesp8-ppc.h
Extension
.h
Size
218 bytes
Lines
8
Domain
Architecture Layer
Bucket
arch/powerpc
Inferred role
Architecture Layer: implementation source
Status
source implementation candidate

Why This File Exists

CPU and platform-specific kernel glue: boot entry, traps, syscall entry, interrupts, page tables, context switch, and low-level barriers.

Dependency Surface

Detected Declarations

Annotated Snippet

#include <linux/types.h>
#include <crypto/aes.h>

extern struct skcipher_alg p8_aes_cbc_alg;
extern struct skcipher_alg p8_aes_ctr_alg;
extern struct skcipher_alg p8_aes_xts_alg;

Annotation

Implementation Notes