include/crypto/null.h

Source file repositories/reference/linux-study-clean/include/crypto/null.h

File Facts

System
Linux kernel
Corpus path
include/crypto/null.h
Extension
.h
Size
231 bytes
Lines
13
Domain
Repository Root And Misc
Bucket
include
Inferred role
Repository Root And Misc: implementation source
Status
source implementation candidate

Why This File Exists

Top-level or miscellaneous repository surface. Use this as map coverage unless a later manual pass promotes the file into a deeper subsystem dossier.

Dependency Surface

Detected Declarations

Annotated Snippet

#ifndef _CRYPTO_NULL_H
#define _CRYPTO_NULL_H

#define NULL_KEY_SIZE		0
#define NULL_BLOCK_SIZE		1
#define NULL_DIGEST_SIZE	0
#define NULL_IV_SIZE		0

#endif

Annotation

Implementation Notes