Linux Kernel
3.7.1
|
#include <rtl_crypto.h>
Data Fields | |
unsigned int | cia_min_keysize |
unsigned int | cia_max_keysize |
int(* | cia_setkey )(void *ctx, const u8 *key, unsigned int keylen, u32 *flags) |
void(* | cia_encrypt )(void *ctx, u8 *dst, const u8 *src) |
void(* | cia_decrypt )(void *ctx, u8 *dst, const u8 *src) |
Definition at line 72 of file rtl_crypto.h.
Definition at line 78 of file rtl_crypto.h.
Definition at line 77 of file rtl_crypto.h.
unsigned int cia_max_keysize |
Definition at line 74 of file rtl_crypto.h.
unsigned int cia_min_keysize |
Definition at line 73 of file rtl_crypto.h.
Definition at line 75 of file rtl_crypto.h.