mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-09 01:28:05 -04:00
Fixed MTP to work with TWRP
This commit is contained in:
commit
f6dfaef42e
50820 changed files with 20846062 additions and 0 deletions
17
drivers/crypto/caam/key_gen.h
Normal file
17
drivers/crypto/caam/key_gen.h
Normal file
|
@ -0,0 +1,17 @@
|
|||
/*
|
||||
* 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, int split_key_len,
|
||||
int split_key_pad_len, const u8 *key_in, u32 keylen,
|
||||
u32 alg_op);
|
Loading…
Add table
Add a link
Reference in a new issue