Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
digest_alg Struct Reference

#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)
 

Detailed Description

Definition at line 81 of file rtl_crypto.h.

Field Documentation

unsigned int dia_digestsize

Definition at line 82 of file rtl_crypto.h.

void(* dia_final)(void *ctx, u8 *out)

Definition at line 85 of file rtl_crypto.h.

void(* dia_init)(void *ctx)

Definition at line 83 of file rtl_crypto.h.

int(* dia_setkey)(void *ctx, const u8 *key, unsigned int keylen, u32 *flags)

Definition at line 86 of file rtl_crypto.h.

void(* dia_update)(void *ctx, const u8 *data, unsigned int len)

Definition at line 84 of file rtl_crypto.h.


The documentation for this struct was generated from the following files: