Searched refs:SSL_CTX_set_next_proto_select_cb (Results 1 – 8 of 8) sorted by relevance
/external/boringssl/src/tool/ |
D | client.cc | 319 SSL_CTX_set_next_proto_select_cb(ctx.get(), NextProtoSelectCallback, in Client()
|
/external/libmicrohttpd/src/testspdy/ |
D | test_new_connection.c | 494 SSL_CTX_set_next_proto_select_cb(ssl_ctx, select_next_proto_cb, in init_ssl_ctx()
|
D | test_request_response.c | 482 SSL_CTX_set_next_proto_select_cb(ssl_ctx, select_next_proto_cb, in init_ssl_ctx()
|
/external/libmicrohttpd/src/examples/ |
D | mhd2spdy_spdy.c | 547 SSL_CTX_set_next_proto_select_cb(ssl_ctx, spdy_cb_ssl_select_next_proto, in spdy_ssl_init_ssl_ctx()
|
/external/boringssl/src/ssl/test/ |
D | bssl_shim.cc | 1113 SSL_CTX_set_next_proto_select_cb(ssl_ctx.get(), NextProtoSelectCallback, in SetupCtx()
|
/external/curl/lib/vtls/ |
D | openssl.c | 1894 SSL_CTX_set_next_proto_select_cb(connssl->ctx, select_next_proto_cb, conn); in ossl_connect_step1()
|
/external/boringssl/src/include/openssl/ |
D | ssl.h | 2619 OPENSSL_EXPORT void SSL_CTX_set_next_proto_select_cb(
|
/external/boringssl/src/ssl/ |
D | ssl_lib.c | 1699 void SSL_CTX_set_next_proto_select_cb( in SSL_CTX_set_next_proto_select_cb() function
|