evp_aead_ctx_st

An EVP_AEAD_CTX represents an AEAD algorithm configured with a specific key and message-independent IV.

extern (C) nothrow @nogc
struct evp_aead_ctx_st {}

Members

Variables

aead
const(.EVP_AEAD)* aead;
Undocumented in source.
aead_state
void* aead_state;

aead_state is an opaque pointer to the AEAD specific state.

Meta