OpenSSL  1.0.1c
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Public Attributes | List of all members
WHIRLPOOL_CTX Struct Reference

#include <whrlpool.h>

Public Attributes

union {
   unsigned char   c [WHIRLPOOL_DIGEST_LENGTH]
 
   double   q [WHIRLPOOL_DIGEST_LENGTH/sizeof(double)]
 
H
 
unsigned char data [WHIRLPOOL_BBLOCK/8]
 
unsigned int bitoff
 
size_t bitlen [WHIRLPOOL_COUNTER/sizeof(size_t)]
 
union {
   unsigned char   c [WHIRLPOOL_DIGEST_LENGTH]
 
   double   q [WHIRLPOOL_DIGEST_LENGTH/sizeof(double)]
 
H
 

Detailed Description

Definition at line 15 of file whrlpool.h.

Member Data Documentation

size_t WHIRLPOOL_CTX::bitlen

Definition at line 23 of file whrlpool.h.

unsigned int WHIRLPOOL_CTX::bitoff

Definition at line 22 of file whrlpool.h.

unsigned char WHIRLPOOL_CTX::c[WHIRLPOOL_DIGEST_LENGTH]

Definition at line 17 of file whrlpool.h.

unsigned char WHIRLPOOL_CTX::data

Definition at line 21 of file whrlpool.h.

union { ... } WHIRLPOOL_CTX::H
union { ... } WHIRLPOOL_CTX::H
double WHIRLPOOL_CTX::q[WHIRLPOOL_DIGEST_LENGTH/sizeof(double)]

Definition at line 19 of file whrlpool.h.


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