Home
last modified time | relevance | path

Searched refs:IS_QUIC_CTX (Results 1 – 3 of 3) sorted by relevance

/openssl/ssl/quic/
H A Dquic_local.h272 # define IS_QUIC_CTX(ctx) IS_QUIC_METHOD((ctx)->method) macro
303 # define IS_QUIC_CTX(ctx) 0 macro
/openssl/ssl/
H A Dbio_ssl.c442 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()
H A Dssl_lib.c665 if (IS_QUIC_CTX(ctx)) { in SSL_CTX_set_ssl_version()
803 s->quiet_shutdown = IS_QUIC_CTX(ctx) ? 0 : ctx->quiet_shutdown; in ossl_ssl_connection_new_int()
805 if (!IS_QUIC_CTX(ctx)) in ossl_ssl_connection_new_int()
869 if (!IS_QUIC_CTX(ctx)) { in ossl_ssl_connection_new_int()
3633 if (IS_QUIC_CTX(ctx)) in SSL_CTX_set_npn_advertised_cb()
3655 if (IS_QUIC_CTX(ctx)) in SSL_CTX_set_npn_select_cb()
5715 if (IS_QUIC_CTX(ctx) && (app_block_size > 1 || hs_block_size > 1)) in SSL_CTX_set_block_padding_ex()

Completed in 28 milliseconds