ngtcp2_crypto_aead_ctx_free
Synopsis
#include <ngtcp2/ngtcp2_crypto.h>
-
void ngtcp2_crypto_aead_ctx_free(ngtcp2_crypto_aead_ctx *aead_ctx)
ngtcp2_crypto_aead_ctx_free()
frees up resources used by aead_ctx. This function does not free the memory pointed by aead_ctx itself.