Searched defs:ssl_aead_ctx_st (Results 1 – 1 of 1) sorted by relevance
265 struct ssl_aead_ctx_st { struct266 const SSL_CIPHER *cipher;267 EVP_AEAD_CTX ctx;270 uint8_t fixed_nonce[12];271 uint8_t fixed_nonce_len, variable_nonce_len;274 char variable_nonce_included_in_record;278 char random_variable_nonce;281 char omit_length_in_ad;284 char omit_version_in_ad;287 char xor_fixed_nonce;