Linux Kernel
3.7.1
|
#include <rtl_crypto.h>
Data Fields | |
unsigned int | dia_digestsize |
void(* | dia_init )(void *ctx) |
void(* | dia_update )(void *ctx, const u8 *data, unsigned int len) |
void(* | dia_final )(void *ctx, u8 *out) |
int(* | dia_setkey )(void *ctx, const u8 *key, unsigned int keylen, u32 *flags) |
Definition at line 81 of file rtl_crypto.h.
unsigned int dia_digestsize |
Definition at line 82 of file rtl_crypto.h.
Definition at line 83 of file rtl_crypto.h.
Definition at line 86 of file rtl_crypto.h.
Definition at line 84 of file rtl_crypto.h.