lib/crypto/s390/chacha-s390.h

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

File Facts

System
Linux kernel
Corpus path
lib/crypto/s390/chacha-s390.h
Extension
.h
Size
277 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

#ifndef _CHACHA_S390_H
#define _CHACHA_S390_H

void chacha20_vx(u8 *out, const u8 *inp, size_t len, const u32 *key,
		 const u32 *counter);

#endif /* _CHACHA_S390_H */

Annotation

Implementation Notes