Release 4.15 drivers/crypto/caam/key_gen.h
/* SPDX-License-Identifier: GPL-2.0 */
/*
* 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 | 84.38% | 1 | 20.00% |
Horia Geantă | 8 | 12.50% | 2 | 40.00% |
Kim Phillips | 1 | 1.56% | 1 | 20.00% |
Greg Kroah-Hartman | 1 | 1.56% | 1 | 20.00% |
Total | 64 | 100.00% | 5 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.