Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
key_gen.c File Reference
#include "compat.h"
#include "jr.h"
#include "error.h"
#include "desc_constr.h"
#include "key_gen.h"

Go to the source code of this file.

Functions

void split_key_done (struct device *dev, u32 *desc, u32 err, void *context)
 
 EXPORT_SYMBOL (split_key_done)
 
u32 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)
 
 EXPORT_SYMBOL (gen_split_key)
 

Function Documentation

EXPORT_SYMBOL ( split_key_done  )
EXPORT_SYMBOL ( gen_split_key  )
u32 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 
)

Definition at line 47 of file key_gen.c.

void split_key_done ( struct device dev,
u32 desc,
u32  err,
void context 
)

Definition at line 13 of file key_gen.c.