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

Data Fields

unsigned char encauth [SHA1_DIGEST_SIZE]
 
unsigned char pubauth [SHA1_DIGEST_SIZE]
 
unsigned char xorwork [SHA1_DIGEST_SIZE *2]
 
unsigned char xorhash [SHA1_DIGEST_SIZE]
 
unsigned char nonceodd [TPM_NONCE_SIZE]
 

Detailed Description

Definition at line 446 of file trusted.c.

Field Documentation

unsigned char encauth[SHA1_DIGEST_SIZE]

Definition at line 447 of file trusted.c.

unsigned char nonceodd[TPM_NONCE_SIZE]

Definition at line 451 of file trusted.c.

unsigned char pubauth[SHA1_DIGEST_SIZE]

Definition at line 448 of file trusted.c.

unsigned char xorhash[SHA1_DIGEST_SIZE]

Definition at line 450 of file trusted.c.

unsigned char xorwork[SHA1_DIGEST_SIZE *2]

Definition at line 449 of file trusted.c.


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