Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/demos/quic/server/
H A Dserver.c32 static int select_alpn(SSL *ssl, in select_alpn() function
71 SSL_CTX_set_alpn_select_cb(ctx, select_alpn, NULL); in create_ctx()
/freebsd/crypto/openssl/demos/guide/
H A Dquic-server-block.c95 static int select_alpn(SSL *ssl, const unsigned char **out, in select_alpn() function
166 SSL_CTX_set_alpn_select_cb(ctx, select_alpn, NULL); in create_ctx()
H A Dquic-server-non-block.c95 static int select_alpn(SSL *ssl, const unsigned char **out, in select_alpn() function
166 SSL_CTX_set_alpn_select_cb(ctx, select_alpn, NULL); in create_ctx()
/freebsd/crypto/openssl/fuzz/
H A Dquic-server.c57 static int select_alpn(SSL *ssl, const unsigned char **out, in select_alpn() function
84 SSL_CTX_set_alpn_select_cb(ctx, select_alpn, NULL); in FuzzerTestOneInput()
/freebsd/crypto/openssl/test/quic-openssl-docker/hq-interop/
H A Dquic-hq-interop-server.c136 static int select_alpn(SSL *ssl, const unsigned char **out, in select_alpn() function
240 SSL_CTX_set_alpn_select_cb(ctx, select_alpn, NULL); in create_ctx()
/freebsd/crypto/openssl/doc/man7/
H A Dossl-guide-quic-server-block.pod131 SSL_CTX_set_alpn_select_cb(ctx, select_alpn, NULL);
144 static int select_alpn(SSL *ssl, const unsigned char **out,
H A Dossl-guide-quic-server-non-block.pod141 SSL_CTX_set_alpn_select_cb(ctx, select_alpn, NULL);
154 static int select_alpn(SSL *ssl, const unsigned char **out,
/freebsd/crypto/openssl/demos/http3/
H A Dossl-nghttp3-demo-server.c889 static int select_alpn(SSL *ssl, const unsigned char **out, in select_alpn() function
928 SSL_CTX_set_alpn_select_cb(ctx, select_alpn, NULL); in create_ctx()
/freebsd/crypto/openssl/test/
H A Dquicapitest.c2515 static int select_alpn(SSL *ssl, const unsigned char **out, in select_alpn() function
2550 SSL_CTX_set_alpn_select_cb(ssl_ctx, select_alpn, NULL); in create_server_ctx()