Searched refs:retry_aead_ctx (Results 1 – 3 of 3) sorted by relevance
484 ngtcp2_crypto_aead_ctx retry_aead_ctx = {0}; in ngtcp2_crypto_derive_and_install_initial_key() local579 if (ngtcp2_crypto_aead_ctx_encrypt_init(&retry_aead_ctx, &retry_aead, in ngtcp2_crypto_derive_and_install_initial_key()592 if (retry_aead_ctx.native_handle) { in ngtcp2_crypto_derive_and_install_initial_key()593 ngtcp2_conn_set_retry_aead(conn, &retry_aead, &retry_aead_ctx); in ngtcp2_crypto_derive_and_install_initial_key()599 ngtcp2_crypto_aead_ctx_free(&retry_aead_ctx); in ngtcp2_crypto_derive_and_install_initial_key()
599 ngtcp2_crypto_aead_ctx retry_aead_ctx; member
1553 conn_call_delete_crypto_aead_ctx(conn, &conn->crypto.retry_aead_ctx); in ngtcp2_conn_del()5332 &conn->crypto.retry_aead, &conn->crypto.retry_aead_ctx); in conn_on_retry()13243 assert(!conn->crypto.retry_aead_ctx.native_handle); in ngtcp2_conn_set_retry_aead()13246 conn->crypto.retry_aead_ctx = *aead_ctx; in ngtcp2_conn_set_retry_aead()