include/crypto/internal/geniv.h

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

File Facts

System
Linux kernel
Corpus path
include/crypto/internal/geniv.h
Extension
.h
Size
618 bytes
Lines
25
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

struct aead_geniv_ctx {
	struct crypto_aead *child;
	u8 salt[] __attribute__ ((aligned(__alignof__(u32))));
};

struct aead_instance *aead_geniv_alloc(struct crypto_template *tmpl,
				       struct rtattr **tb);
int aead_init_geniv(struct crypto_aead *tfm);
void aead_exit_geniv(struct crypto_aead *tfm);

#endif	/* _CRYPTO_INTERNAL_GENIV_H */

Annotation

Implementation Notes