ngtcp2_crypto_delete_crypto_aead_ctx_cb¶
Synopsis¶
#include <ngtcp2/ngtcp2_crypto.h>
-
void
ngtcp2_crypto_delete_crypto_aead_ctx_cb(ngtcp2_conn *conn, ngtcp2_crypto_aead_ctx *aead_ctx, void *user_data)¶ ngtcp2_crypto_delete_crypto_aead_ctx_cb()deletes the given aead_ctx.This function can be directly passed to
ngtcp2_callbacks.delete_crypto_aead_ctxfield.