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

Data Fields

u8 auth_tag [16]
 
u8 iauth_tag [16]
 
struct scatterlist src [2]
 
struct scatterlist dst [2]
 
struct crypto_gcm_ghash_ctx ghash_ctx
 
union {
   struct ahash_request   ahreq
 
   struct ablkcipher_request   abreq
 
u
 

Detailed Description

Definition at line 59 of file gcm.c.

Field Documentation

Definition at line 67 of file gcm.c.

Definition at line 66 of file gcm.c.

u8 auth_tag[16]

Definition at line 60 of file gcm.c.

Definition at line 63 of file gcm.c.

Definition at line 64 of file gcm.c.

u8 iauth_tag[16]

Definition at line 61 of file gcm.c.

Definition at line 62 of file gcm.c.

union { ... } u

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