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

#include <algapi.h>

Data Fields

struct {
   struct page *   page
 
   unsigned int   offset
 
src
 
struct {
   struct page *   page
 
   unsigned int   offset
 
dst
 
struct scatter_walk in
 
unsigned int nbytes
 
struct scatter_walk out
 
unsigned int total
 
struct list_head buffers
 
u8iv_buffer
 
u8iv
 
int flags
 
unsigned int blocksize
 

Detailed Description

Definition at line 108 of file algapi.h.

Field Documentation

unsigned int blocksize

Definition at line 122 of file algapi.h.

struct list_head buffers

Definition at line 118 of file algapi.h.

struct { ... } dst
int flags

Definition at line 121 of file algapi.h.

Definition at line 114 of file algapi.h.

u8* iv

Definition at line 120 of file algapi.h.

u8* iv_buffer

Definition at line 119 of file algapi.h.

unsigned int nbytes

Definition at line 115 of file algapi.h.

unsigned int offset

Definition at line 111 of file algapi.h.

Definition at line 116 of file algapi.h.

Definition at line 110 of file algapi.h.

struct { ... } src
unsigned int total

Definition at line 117 of file algapi.h.


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