webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Attributes | List of all members
EVP_AES_GCM_CTX Struct Reference

Public Attributes

union {
   double   align
 
   AES_KEY   ks
 
ks
 
int key_set
 
int iv_set
 
GCM128_CONTEXT gcm
 
uint8_tiv
 
int ivlen
 
int taglen
 
int iv_gen
 
ctr128_f ctr
 

Member Data Documentation

◆ align

double EVP_AES_GCM_CTX::align

◆ ctr

ctr128_f EVP_AES_GCM_CTX::ctr

◆ gcm

GCM128_CONTEXT EVP_AES_GCM_CTX::gcm

◆ iv

uint8_t* EVP_AES_GCM_CTX::iv

◆ iv_gen

int EVP_AES_GCM_CTX::iv_gen

◆ iv_set

int EVP_AES_GCM_CTX::iv_set

◆ ivlen

int EVP_AES_GCM_CTX::ivlen

◆ key_set

int EVP_AES_GCM_CTX::key_set

◆ ks [1/2]

AES_KEY EVP_AES_GCM_CTX::ks

◆ ks [2/2]

union { ... } EVP_AES_GCM_CTX::ks

◆ taglen

int EVP_AES_GCM_CTX::taglen

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