EVP_CTRL_AEAD_TLS1_AAD

AEAD cipher deduces payload length and returns number of bytes required to store MAC and eventual padding. Subsequent call to EVP_Cipher even appends/verifies MAC.

extern (C) nothrow @nogc
enum EVP_CTRL_AEAD_TLS1_AAD = 0x16;

Meta