Home
last modified time | relevance | path

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

/openssl/ssl/quic/
H A Dquic_impl.c730 static uint64_t quic_mask_or_options(SSL *ssl, uint64_t mask_value, uint64_t or_value) in quic_mask_or_options() argument
745 hs_mask_value = (mask_value & OSSL_QUIC_PERMITTED_OPTIONS_CONN); in quic_mask_or_options()
753 = ((ctx.qc->default_ssl_options & ~mask_value) | or_value) in quic_mask_or_options()
759 = ((ctx.xso->ssl_options & ~mask_value) | or_value) in quic_mask_or_options()

Completed in 17 milliseconds