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

#include <internal.h>

Public Attributes

const SSL_CIPHERcipher
 
EVP_AEAD_CTX ctx
 
uint8_t fixed_nonce [12]
 
uint8_t fixed_nonce_len
 
uint8_t variable_nonce_len
 
char variable_nonce_included_in_record
 
char random_variable_nonce
 
char omit_length_in_ad
 
char omit_version_in_ad
 
char omit_ad
 
char xor_fixed_nonce
 

Member Data Documentation

◆ cipher

const SSL_CIPHER* ssl_aead_ctx_st::cipher

◆ ctx

EVP_AEAD_CTX ssl_aead_ctx_st::ctx

◆ fixed_nonce

uint8_t ssl_aead_ctx_st::fixed_nonce[12]

◆ fixed_nonce_len

uint8_t ssl_aead_ctx_st::fixed_nonce_len

◆ omit_ad

char ssl_aead_ctx_st::omit_ad

◆ omit_length_in_ad

char ssl_aead_ctx_st::omit_length_in_ad

◆ omit_version_in_ad

char ssl_aead_ctx_st::omit_version_in_ad

◆ random_variable_nonce

char ssl_aead_ctx_st::random_variable_nonce

◆ variable_nonce_included_in_record

char ssl_aead_ctx_st::variable_nonce_included_in_record

◆ variable_nonce_len

uint8_t ssl_aead_ctx_st::variable_nonce_len

◆ xor_fixed_nonce

char ssl_aead_ctx_st::xor_fixed_nonce

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