OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SSL_CTX_set_alpn_protos
(Results
1 - 24
of
24
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/test/
clienthellotest.c
109
if (!TEST_false(
SSL_CTX_set_alpn_protos
(ctx,
sslapitest.c
11476
if (!TEST_false(
SSL_CTX_set_alpn_protos
(ctx, NULL, 2)))
11478
if (!TEST_false(
SSL_CTX_set_alpn_protos
(ctx, good, 0)))
11480
if (!TEST_false(
SSL_CTX_set_alpn_protos
(ctx, good, sizeof(good))))
11482
if (!TEST_true(
SSL_CTX_set_alpn_protos
(ctx, good, 1)))
11484
if (!TEST_true(
SSL_CTX_set_alpn_protos
(ctx, bad0, sizeof(bad0))))
11486
if (!TEST_true(
SSL_CTX_set_alpn_protos
(ctx, bad1, sizeof(bad1))))
11488
if (!TEST_true(
SSL_CTX_set_alpn_protos
(ctx, bad2, sizeof(bad2))))
11490
if (!TEST_true(
SSL_CTX_set_alpn_protos
(ctx, bad3, sizeof(bad3))))
11492
if (!TEST_true(
SSL_CTX_set_alpn_protos
(ctx, bad4, sizeof(bad4))))
ssl_old_test.c
1722
if (
SSL_CTX_set_alpn_protos
(c_ctx, alpn, alpn_len)) {
/src/crypto/external/bsd/openssl/dist/test/
clienthellotest.c
128
if (!TEST_false(
SSL_CTX_set_alpn_protos
(ctx,
sslapitest.c
10009
if (!TEST_false(
SSL_CTX_set_alpn_protos
(ctx, NULL, 2)))
10011
if (!TEST_false(
SSL_CTX_set_alpn_protos
(ctx, good, 0)))
10013
if (!TEST_false(
SSL_CTX_set_alpn_protos
(ctx, good, sizeof(good))))
10015
if (!TEST_true(
SSL_CTX_set_alpn_protos
(ctx, good, 1)))
10017
if (!TEST_true(
SSL_CTX_set_alpn_protos
(ctx, bad0, sizeof(bad0))))
10019
if (!TEST_true(
SSL_CTX_set_alpn_protos
(ctx, bad1, sizeof(bad1))))
10021
if (!TEST_true(
SSL_CTX_set_alpn_protos
(ctx, bad2, sizeof(bad2))))
10023
if (!TEST_true(
SSL_CTX_set_alpn_protos
(ctx, bad3, sizeof(bad3))))
10025
if (!TEST_true(
SSL_CTX_set_alpn_protos
(ctx, bad4, sizeof(bad4))))
ssl_old_test.c
1726
if (
SSL_CTX_set_alpn_protos
(c_ctx, alpn, alpn_len)) {
/src/crypto/external/bsd/openssl.old/dist/test/
clienthellotest.c
123
if (!TEST_false(
SSL_CTX_set_alpn_protos
(ctx,
sslapitest.c
7035
if (!TEST_false(
SSL_CTX_set_alpn_protos
(ctx, NULL, 2)))
7037
if (!TEST_false(
SSL_CTX_set_alpn_protos
(ctx, good, 0)))
7039
if (!TEST_false(
SSL_CTX_set_alpn_protos
(ctx, good, sizeof(good))))
7041
if (!TEST_true(
SSL_CTX_set_alpn_protos
(ctx, good, 1)))
7043
if (!TEST_true(
SSL_CTX_set_alpn_protos
(ctx, bad0, sizeof(bad0))))
7045
if (!TEST_true(
SSL_CTX_set_alpn_protos
(ctx, bad1, sizeof(bad1))))
7047
if (!TEST_true(
SSL_CTX_set_alpn_protos
(ctx, bad2, sizeof(bad2))))
7049
if (!TEST_true(
SSL_CTX_set_alpn_protos
(ctx, bad3, sizeof(bad3))))
7051
if (!TEST_true(
SSL_CTX_set_alpn_protos
(ctx, bad4, sizeof(bad4))))
handshake_helper.c
645
|| !TEST_int_eq(
SSL_CTX_set_alpn_protos
(client_ctx, alpn_protos,
ssltest_old.c
1725
if (
SSL_CTX_set_alpn_protos
(c_ctx, alpn, alpn_len)) {
/src/external/bsd/unbound/dist/testcode/
dohclient.c
513
SSL_CTX_set_alpn_protos
(ctx, (const unsigned char *)"\x02h2", 3);
/src/external/mpl/bind/dist/lib/isc/
tls.c
863
SSL_CTX_set_alpn_protos
(ctx, (const unsigned char *)NGHTTP2_PROTO_ALPN,
962
SSL_CTX_set_alpn_protos
(ctx, (const uint8_t *)DOT_PROTO_ALPN,
/src/crypto/external/apache2/openssl/dist/test/helpers/
handshake.c
640
|| !TEST_int_eq(
SSL_CTX_set_alpn_protos
(client_ctx, alpn_protos,
/src/crypto/external/bsd/openssl/dist/test/helpers/
handshake.c
641
|| !TEST_int_eq(
SSL_CTX_set_alpn_protos
(client_ctx, alpn_protos,
/src/external/bsd/nsd/dist/
xfrd-tcp.c
147
if (
SSL_CTX_set_alpn_protos
(ctx, protos, sizeof(protos)) != 0) {
/src/crypto/external/bsd/openssl/dist/apps/
s_client.c
1854
if (
SSL_CTX_set_alpn_protos
(ctx, alpn, alpn_len) != 0) {
/src/crypto/external/bsd/openssl.old/dist/apps/
s_client.c
1889
if (
SSL_CTX_set_alpn_protos
(ctx, alpn, alpn_len) != 0) {
/src/crypto/external/bsd/openssl.old/dist/include/openssl/
ssl.h
800
__owur int
SSL_CTX_set_alpn_protos
(SSL_CTX *ctx, const unsigned char *protos,
/src/crypto/external/bsd/openssl/dist/include/openssl/
ssl.h.in
792
__owur int
SSL_CTX_set_alpn_protos
(SSL_CTX *ctx, const unsigned char *protos,
/src/crypto/external/apache2/openssl/dist/include/openssl/
ssl.h.in
814
__owur int
SSL_CTX_set_alpn_protos
(SSL_CTX *ctx, const unsigned char *protos,
/src/crypto/external/apache2/openssl/dist/apps/
s_client.c
2064
if (
SSL_CTX_set_alpn_protos
(ctx, alpn, alpn_len) != 0) {
/src/crypto/external/bsd/openssl/dist/ssl/
ssl_lib.c
3076
*
SSL_CTX_set_alpn_protos
sets the ALPN protocol list on |ctx| to |protos|.
3080
int
SSL_CTX_set_alpn_protos
(SSL_CTX *ctx, const unsigned char *protos,
/src/crypto/external/bsd/openssl.old/dist/ssl/
ssl_lib.c
2868
*
SSL_CTX_set_alpn_protos
sets the ALPN protocol list on |ctx| to |protos|.
2872
int
SSL_CTX_set_alpn_protos
(SSL_CTX *ctx, const unsigned char *protos,
/src/crypto/external/apache2/openssl/dist/ssl/
ssl_lib.c
3709
*
SSL_CTX_set_alpn_protos
sets the ALPN protocol list on |ctx| to |protos|.
3713
int
SSL_CTX_set_alpn_protos
(SSL_CTX *ctx, const unsigned char *protos,
Completed in 160 milliseconds
Indexes created Sat Aug 22 00:26:31 UTC 2026