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

Public Attributes

AES_KEY ks
 
int key_set
 
int iv_set
 
GCM128_CONTEXT gcm
 
unsigned char * iv
 
int ivlen
 
int taglen
 
int iv_gen
 
int tls_aad_len
 
ctr128_f ctr
 

Detailed Description

Definition at line 73 of file e_aes.c.

Member Data Documentation

ctr128_f EVP_AES_GCM_CTX::ctr

Definition at line 84 of file e_aes.c.

GCM128_CONTEXT EVP_AES_GCM_CTX::gcm

Definition at line 78 of file e_aes.c.

unsigned char* EVP_AES_GCM_CTX::iv

Definition at line 79 of file e_aes.c.

int EVP_AES_GCM_CTX::iv_gen

Definition at line 82 of file e_aes.c.

int EVP_AES_GCM_CTX::iv_set

Definition at line 77 of file e_aes.c.

int EVP_AES_GCM_CTX::ivlen

Definition at line 80 of file e_aes.c.

int EVP_AES_GCM_CTX::key_set

Definition at line 76 of file e_aes.c.

AES_KEY EVP_AES_GCM_CTX::ks

Definition at line 75 of file e_aes.c.

int EVP_AES_GCM_CTX::taglen

Definition at line 81 of file e_aes.c.

int EVP_AES_GCM_CTX::tls_aad_len

Definition at line 83 of file e_aes.c.


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