Home
last modified time | relevance | path

Searched refs:max_encryption (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/ngtcp2/ngtcp2/crypto/wolfssl/
Dwolfssl.c59 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()
/third_party/node/deps/ngtcp2/ngtcp2/crypto/boringssl/
Dboringssl.c79 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()
/third_party/node/deps/ngtcp2/ngtcp2/crypto/picotls/
Dpicotls.c53 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()
/third_party/node/deps/ngtcp2/ngtcp2/crypto/openssl/
Dopenssl.c73 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()
/third_party/node/deps/ngtcp2/ngtcp2/lib/includes/ngtcp2/
Dngtcp2.h2183 uint64_t max_encryption; member
/third_party/node/deps/ngtcp2/ngtcp2/lib/
Dngtcp2_conn.c8243 tx_ckm->use_count >= pktns->crypto.ctx.max_encryption && in conn_prepare_key_update()