Searched refs:max_encryption (Results 1 – 6 of 6) sorted by relevance
59 ctx->max_encryption = 0; in ngtcp2_crypto_ctx_initial()113 ctx->max_encryption = crypto_wolfssl_get_aead_max_encryption(ssl); in ngtcp2_crypto_ctx_tls()
79 ctx->max_encryption = 0; in ngtcp2_crypto_ctx_initial()163 ctx->max_encryption = crypto_ssl_get_aead_max_encryption(ssl); in ngtcp2_crypto_ctx_tls()
53 ctx->max_encryption = 0; in ngtcp2_crypto_ctx_initial()138 ctx->max_encryption = crypto_ptls_get_aead_max_encryption(cptls->ptls); in ngtcp2_crypto_ctx_tls()
73 ctx->max_encryption = 0; in ngtcp2_crypto_ctx_initial()165 ctx->max_encryption = crypto_ssl_get_aead_max_encryption(ssl); in ngtcp2_crypto_ctx_tls()
2183 uint64_t max_encryption; member
8243 tx_ckm->use_count >= pktns->crypto.ctx.max_encryption && in conn_prepare_key_update()