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
Person | Tokens | Prop | Commits | CommitProp |
Yuan Kang | 54 | 85.71% | 1 | 25.00% |
Horia Geantă | 8 | 12.70% | 2 | 50.00% |
Kim Phillips | 1 | 1.59% | 1 | 25.00% |
Total | 63 | 100.00% | 4 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.