Home
last modified time | relevance | path

Searched refs:SSL_select_next_proto (Results 1 – 15 of 15) sorted by relevance

/external/libwebsockets/lib/tls/
Dtls.c38 if (SSL_select_next_proto((unsigned char **)out, outlen, alpn_ctx->data, in alpn_cb()
/external/libwebsockets/lib/tls/mbedtls/wrapper/include/openssl/
Dssl.h1111 int SSL_select_next_proto(unsigned char **out, unsigned char *outlen,
/external/boringssl/src/ssl/
Dssl_test.cc3748 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()
Dssl_lib.cc2189 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/
Dssl_test.cc3748 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()
Dssl_lib.cc2146 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/
Dgrpc_shadow_boringssl_symbol_list256 SSL_select_next_proto
DBoringSSL-GRPC.podspec1808 '#define SSL_select_next_proto GRPC_SHADOW_SSL_select_next_proto',
/external/rust/crates/quiche/deps/boringssl/src/include/openssl/
Dssl.h2876 OPENSSL_EXPORT int SSL_select_next_proto(uint8_t **out, uint8_t *out_len,
/external/boringssl/src/include/openssl/
Dssl.h2931 OPENSSL_EXPORT int SSL_select_next_proto(uint8_t **out, uint8_t *out_len,
/external/python/cpython2/Modules/
D_ssl.c2351 ret = SSL_select_next_proto(out, outlen, in do_protocol_selection()
/external/grpc-grpc/src/core/tsi/
Dgrpc_shadow_boringssl.h284 #define SSL_select_next_proto GRPC_SHADOW_SSL_select_next_proto macro
/external/rust/crates/grpcio-sys/grpc/src/boringssl/
Dboringssl_prefix_symbols.h419 #define SSL_select_next_proto BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, SSL_select_next_proto) macro
/external/python/cpython3/Modules/
D_ssl.c3417 ret = SSL_select_next_proto(out, outlen, in do_protocol_selection()
/external/conscrypt/common/src/jni/main/cpp/conscrypt/
Dnative_crypto.cc8010 int status = SSL_select_next_proto(out, outLength, primary, primaryLength, secondary, in selectApplicationProtocol()