Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/include/internal/
H A Dquic_ssl.h116 __owur int ossl_quic_get_value_uint(SSL *s, uint32_t class_, uint32_t id,
/freebsd/crypto/openssl/ssl/quic/
H A Dquic_impl.c3776 int ossl_quic_get_value_uint(SSL *s, uint32_t class_, uint32_t id, in ossl_quic_get_value_uint() function
/freebsd/crypto/openssl/ssl/
H A Dssl_lib.c8007 return ossl_quic_get_value_uint(s, class_, id, value); in SSL_get_value_uint()