Searched refs:SSL_CTX_set_quic_method (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/regress/lib/libssl/quic/
H A Dquictest.c137 if (!SSL_CTX_set_quic_method(ssl_ctx, &quic_method)) {
176 if (!SSL_CTX_set_quic_method(ssl_ctx, &quic_method)) {
/openbsd-current/lib/libssl/hidden/openssl/
H A Dssl.h366 LSSL_USED(SSL_CTX_set_quic_method); variable
/openbsd-current/lib/libssl/
H A Dssl_lib.c2679 SSL_CTX_set_quic_method(SSL_CTX *ctx, const SSL_QUIC_METHOD *quic_method) function
2688 LSSL_ALIAS(SSL_CTX_set_quic_method); variable
H A Dssl.h1698 * SSL_CTX_set_quic_method configures the QUIC hooks. This should only be
1702 int SSL_CTX_set_quic_method(SSL_CTX *ctx, const SSL_QUIC_METHOD *quic_method);

Completed in 201 milliseconds