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

#include <algapi.h>

Data Fields

union {
   struct {
      struct page *   page
 
      unsigned long   offset
 
   }   phys
 
   struct {
      u8 *   page
 
      u8 *   addr
 
   }   virt
 
src
 
union {
   struct {
      struct page *   page
 
      unsigned long   offset
 
   }   phys
 
   struct {
      u8 *   page
 
      u8 *   addr
 
   }   virt
 
dst
 
struct scatter_walk in
 
unsigned int nbytes
 
struct scatter_walk out
 
unsigned int total
 
voidpage
 
u8buffer
 
u8iv
 
int flags
 
unsigned int blocksize
 

Detailed Description

Definition at line 81 of file algapi.h.

Field Documentation

u8* addr

Definition at line 90 of file algapi.h.

unsigned int blocksize

Definition at line 105 of file algapi.h.

Definition at line 101 of file algapi.h.

union { ... } dst
int flags

Definition at line 104 of file algapi.h.

Definition at line 94 of file algapi.h.

u8* iv

Definition at line 102 of file algapi.h.

unsigned int nbytes

Definition at line 95 of file algapi.h.

unsigned long offset

Definition at line 85 of file algapi.h.

Definition at line 97 of file algapi.h.

Definition at line 84 of file algapi.h.

u8* page

Definition at line 89 of file algapi.h.

Definition at line 100 of file algapi.h.

struct { ... } phys
union { ... } src
unsigned int total

Definition at line 98 of file algapi.h.

struct { ... } virt

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