cregit-Linux how code gets into the kernel

Release 4.11 drivers/crypto/caam/key_gen.h

/*
 * CAAM/SEC 4.x definitions for handling key-generation jobs
 *
 * Copyright 2008-2011 Freescale Semiconductor, Inc.
 *
 */


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);

Overall Contributors

PersonTokensPropCommitsCommitProp
Yuan Kang5485.71%125.00%
Horia Geantă812.70%250.00%
Kim Phillips11.59%125.00%
Total63100.00%4100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.