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

Public Attributes

AES_KEY ks
 
SHA_CTX head
 
SHA_CTX tail
 
SHA_CTX md
 
size_t payload_length
 
union {
   unsigned int   tls_ver
 
   unsigned char   tls_aad [16]
 
aux
 

Detailed Description

Definition at line 75 of file e_aes_cbc_hmac_sha1.c.

Member Data Documentation

union { ... } EVP_AES_HMAC_SHA1::aux
SHA_CTX EVP_AES_HMAC_SHA1::head

Definition at line 78 of file e_aes_cbc_hmac_sha1.c.

AES_KEY EVP_AES_HMAC_SHA1::ks

Definition at line 77 of file e_aes_cbc_hmac_sha1.c.

SHA_CTX EVP_AES_HMAC_SHA1::md

Definition at line 78 of file e_aes_cbc_hmac_sha1.c.

size_t EVP_AES_HMAC_SHA1::payload_length

Definition at line 79 of file e_aes_cbc_hmac_sha1.c.

SHA_CTX EVP_AES_HMAC_SHA1::tail

Definition at line 78 of file e_aes_cbc_hmac_sha1.c.

unsigned char EVP_AES_HMAC_SHA1::tls_aad[16]

Definition at line 82 of file e_aes_cbc_hmac_sha1.c.

unsigned int EVP_AES_HMAC_SHA1::tls_ver

Definition at line 81 of file e_aes_cbc_hmac_sha1.c.


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