Searched refs:select_alpn (Results 1 – 9 of 9) sorted by relevance
| /freebsd/crypto/openssl/demos/quic/server/ |
| H A D | server.c | 32 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 D | quic-server-block.c | 95 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 D | quic-server-non-block.c | 95 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 D | quic-server.c | 57 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 D | quic-hq-interop-server.c | 136 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 D | ossl-guide-quic-server-block.pod | 131 SSL_CTX_set_alpn_select_cb(ctx, select_alpn, NULL); 144 static int select_alpn(SSL *ssl, const unsigned char **out,
|
| H A D | ossl-guide-quic-server-non-block.pod | 141 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 D | ossl-nghttp3-demo-server.c | 889 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 D | quicapitest.c | 2515 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()
|