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

#include <xts.h>

Data Fields

be128tbuf
 
unsigned int tbuflen
 
voidtweak_ctx
 
void(* tweak_fn )(void *ctx, u8 *dst, const u8 *src)
 
voidcrypt_ctx
 
void(* crypt_fn )(void *ctx, u8 *blks, unsigned int nbytes)
 

Detailed Description

Definition at line 11 of file xts.h.

Field Documentation

void* crypt_ctx

Definition at line 17 of file xts.h.

void(* crypt_fn)(void *ctx, u8 *blks, unsigned int nbytes)

Definition at line 18 of file xts.h.

be128* tbuf

Definition at line 12 of file xts.h.

unsigned int tbuflen

Definition at line 13 of file xts.h.

void* tweak_ctx

Definition at line 15 of file xts.h.

void(* tweak_fn)(void *ctx, u8 *dst, const u8 *src)

Definition at line 16 of file xts.h.


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