Searched refs:IS_QUIC_CTX (Results 1 – 3 of 3) sorted by relevance
272 # define IS_QUIC_CTX(ctx) IS_QUIC_METHOD((ctx)->method) macro303 # define IS_QUIC_CTX(ctx) 0 macro
442 if (ctx != NULL && IS_QUIC_CTX(ctx)) in BIO_new_buffer_ssl_connect()470 if (ctx != NULL && IS_QUIC_CTX(ctx)) in BIO_new_ssl_connect()
666 if (IS_QUIC_CTX(ctx)) { in SSL_CTX_set_ssl_version()807 s->quiet_shutdown = IS_QUIC_CTX(ctx) ? 0 : ctx->quiet_shutdown; in ossl_ssl_connection_new_int()809 if (!IS_QUIC_CTX(ctx)) in ossl_ssl_connection_new_int()873 if (!IS_QUIC_CTX(ctx)) { in ossl_ssl_connection_new_int()3639 if (IS_QUIC_CTX(ctx)) in SSL_CTX_set_npn_advertised_cb()3661 if (IS_QUIC_CTX(ctx)) in SSL_CTX_set_npn_select_cb()5844 if (IS_QUIC_CTX(ctx) && (app_block_size > 1 || hs_block_size > 1)) in SSL_CTX_set_block_padding_ex()
Completed in 24 milliseconds