Searched refs:retry_aead (Results 1 – 3 of 3) sorted by relevance
479 ngtcp2_crypto_aead retry_aead; in ngtcp2_crypto_derive_and_install_initial_key() local563 ngtcp2_crypto_aead_retry(&retry_aead); in ngtcp2_crypto_derive_and_install_initial_key()579 if (ngtcp2_crypto_aead_ctx_encrypt_init(&retry_aead_ctx, &retry_aead, 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()
596 ngtcp2_crypto_aead retry_aead; member
5332 &conn->crypto.retry_aead, &conn->crypto.retry_aead_ctx); in conn_on_retry()13245 conn->crypto.retry_aead = *aead; in ngtcp2_conn_set_retry_aead()