Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/include/internal/
H A Dquic_ssl.h165 int ossl_quic_get_shutdown(const SSL *s);
/freebsd/crypto/openssl/ssl/quic/
H A Dquic_impl.c5089 int ossl_quic_get_shutdown(const SSL *s) in ossl_quic_get_shutdown() function
/freebsd/crypto/openssl/ssl/
H A Dssl_lib.c5451 return ossl_quic_get_shutdown(s); in SSL_get_shutdown()