Searched refs:SSL_select_next_proto (Results 1 – 15 of 15) sorted by relevance
/external/libwebsockets/lib/tls/ |
D | tls.c | 38 if (SSL_select_next_proto((unsigned char **)out, outlen, alpn_ctx->data, in alpn_cb()
|
/external/libwebsockets/lib/tls/mbedtls/wrapper/include/openssl/ |
D | ssl.h | 1111 int SSL_select_next_proto(unsigned char **out, unsigned char *outlen,
|
/external/boringssl/src/ssl/ |
D | ssl_test.cc | 3748 SSL_select_next_proto(&result, &result_len, in TEST() 3754 SSL_select_next_proto(&result, &result_len, in TEST() 3760 SSL_select_next_proto(&result, &result_len, in TEST() 3767 SSL_select_next_proto(&result, &result_len, in TEST() 3774 SSL_select_next_proto(&result, &result_len, in TEST() 3780 SSL_select_next_proto(&result, &result_len, nullptr, 0, in TEST() 5082 return SSL_select_next_proto( in SetUp()
|
D | ssl_lib.cc | 2189 int SSL_select_next_proto(uint8_t **out, uint8_t *out_len, const uint8_t *peer, in SSL_select_next_proto() function
|
/external/rust/crates/quiche/deps/boringssl/src/ssl/ |
D | ssl_test.cc | 3748 SSL_select_next_proto(&result, &result_len, in TEST() 3754 SSL_select_next_proto(&result, &result_len, in TEST() 3760 SSL_select_next_proto(&result, &result_len, in TEST() 3767 SSL_select_next_proto(&result, &result_len, in TEST() 3774 SSL_select_next_proto(&result, &result_len, in TEST() 3780 SSL_select_next_proto(&result, &result_len, nullptr, 0, in TEST()
|
D | ssl_lib.cc | 2146 int SSL_select_next_proto(uint8_t **out, uint8_t *out_len, const uint8_t *peer, in SSL_select_next_proto() function
|
/external/grpc-grpc/src/objective-c/ |
D | grpc_shadow_boringssl_symbol_list | 256 SSL_select_next_proto
|
D | BoringSSL-GRPC.podspec | 1808 '#define SSL_select_next_proto GRPC_SHADOW_SSL_select_next_proto',
|
/external/rust/crates/quiche/deps/boringssl/src/include/openssl/ |
D | ssl.h | 2876 OPENSSL_EXPORT int SSL_select_next_proto(uint8_t **out, uint8_t *out_len,
|
/external/boringssl/src/include/openssl/ |
D | ssl.h | 2931 OPENSSL_EXPORT int SSL_select_next_proto(uint8_t **out, uint8_t *out_len,
|
/external/python/cpython2/Modules/ |
D | _ssl.c | 2351 ret = SSL_select_next_proto(out, outlen, in do_protocol_selection()
|
/external/grpc-grpc/src/core/tsi/ |
D | grpc_shadow_boringssl.h | 284 #define SSL_select_next_proto GRPC_SHADOW_SSL_select_next_proto macro
|
/external/rust/crates/grpcio-sys/grpc/src/boringssl/ |
D | boringssl_prefix_symbols.h | 419 #define SSL_select_next_proto BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, SSL_select_next_proto) macro
|
/external/python/cpython3/Modules/ |
D | _ssl.c | 3417 ret = SSL_select_next_proto(out, outlen, in do_protocol_selection()
|
/external/conscrypt/common/src/jni/main/cpp/conscrypt/ |
D | native_crypto.cc | 8010 int status = SSL_select_next_proto(out, outLength, primary, primaryLength, secondary, in selectApplicationProtocol()
|