Linux Kernel
3.7.1
|
#include <rtl_crypto.h>
Data Fields | |
void(* | dit_init )(struct crypto_tfm *tfm) |
void(* | dit_update )(struct crypto_tfm *tfm, struct scatterlist *sg, unsigned int nsg) |
void(* | dit_final )(struct crypto_tfm *tfm, u8 *out) |
void(* | dit_digest )(struct crypto_tfm *tfm, struct scatterlist *sg, unsigned int nsg, u8 *out) |
int(* | dit_setkey )(struct crypto_tfm *tfm, const u8 *key, unsigned int keylen) |
Definition at line 162 of file rtl_crypto.h.
void(* dit_digest)(struct crypto_tfm *tfm, struct scatterlist *sg, unsigned int nsg, u8 *out) |
Definition at line 167 of file rtl_crypto.h.
void(* dit_final)(struct crypto_tfm *tfm, u8 *out) |
Definition at line 166 of file rtl_crypto.h.
void(* dit_init)(struct crypto_tfm *tfm) |
Definition at line 163 of file rtl_crypto.h.
Definition at line 169 of file rtl_crypto.h.
void(* dit_update)(struct crypto_tfm *tfm, struct scatterlist *sg, unsigned int nsg) |
Definition at line 164 of file rtl_crypto.h.