drivers/crypto/caam/key_gen.h

Source file repositories/reference/linux-study-clean/drivers/crypto/caam/key_gen.h

File Facts

System
Linux kernel
Corpus path
drivers/crypto/caam/key_gen.h
Extension
.h
Size
1288 bytes
Lines
49
Domain
Driver Families
Bucket
drivers/crypto
Inferred role
Driver Families: implementation source
Status
source implementation candidate

Why This File Exists

Repeatable hardware-adapter layer. Deep compatibility for every driver is out of scope; this atlas records patterns, probe lifecycles, bus glue, IRQ/DMA usage, and links back to core abstractions.

Dependency Surface

Detected Declarations

Annotated Snippet

struct split_key_result {
	struct completion completion;
	int err;
};

void split_key_done(struct device *dev, u32 *desc, u32 err, void *context);

int gen_split_key(struct device *jrdev, u8 *key_out,
		  struct alginfo * const adata, const u8 *key_in, u32 keylen,
		  int max_keylen);

Annotation

Implementation Notes