lib/crypto/mips/chacha.h

Source file repositories/reference/linux-study-clean/lib/crypto/mips/chacha.h

File Facts

System
Linux kernel
Corpus path
lib/crypto/mips/chacha.h
Extension
.h
Size
439 bytes
Lines
15
Domain
Kernel Services
Bucket
lib
Inferred role
Kernel Services: implementation source
Status
source implementation candidate

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

#include <linux/kernel.h>

asmlinkage void chacha_crypt_arch(struct chacha_state *state,
				  u8 *dst, const u8 *src,
				  unsigned int bytes, int nrounds);
asmlinkage void hchacha_block_arch(const struct chacha_state *state,
				   u32 out[HCHACHA_OUT_WORDS], int nrounds);

Annotation

Implementation Notes