
ngtcp2_crypto_delete_crypto_cipher_ctx_cb
=========================================

Synopsis
--------

*#include <ngtcp2/ngtcp2_crypto.h>*

.. function:: void ngtcp2_crypto_delete_crypto_cipher_ctx_cb( ngtcp2_conn *conn, ngtcp2_crypto_cipher_ctx *cipher_ctx, void *user_data)

    
    `ngtcp2_crypto_delete_crypto_cipher_ctx_cb` deletes the given
    *cipher_ctx*.
    
    This function can be directly passed to
    :member:`ngtcp2_callbacks.delete_crypto_cipher_ctx` field.
