Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/include/internal/
H A Dquic_ssl.h138 uint64_t ossl_quic_set_options(SSL *s, uint64_t opts);
/freebsd/crypto/openssl/ssl/quic/
H A Dquic_impl.c1054 uint64_t ossl_quic_set_options(SSL *ssl, uint64_t options) in ossl_quic_set_options() function
/freebsd/crypto/openssl/ssl/
H A Dssl_lib.c6296 return ossl_quic_set_options(s, op); in SSL_set_options()