sh_eth: fix EESIPR values for SH77{34|63}
[linux/fpc-iii.git] / drivers / crypto / caam / key_gen.h
blob4628f389eb64d51b88e1dda24b0c42ea90018f9b
1 /*
2 * CAAM/SEC 4.x definitions for handling key-generation jobs
4 * Copyright 2008-2011 Freescale Semiconductor, Inc.
6 */
8 struct split_key_result {
9 struct completion completion;
10 int err;
13 void split_key_done(struct device *dev, u32 *desc, u32 err, void *context);
15 int gen_split_key(struct device *jrdev, u8 *key_out,
16 struct alginfo * const adata, const u8 *key_in, u32 keylen,
17 int max_keylen);