Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/
Dssl_test.cc3740 SSL_select_next_proto(&result, &result_len, in TEST()
3746 SSL_select_next_proto(&result, &result_len, in TEST()
3752 SSL_select_next_proto(&result, &result_len, in TEST()
3759 SSL_select_next_proto(&result, &result_len, in TEST()
3766 SSL_select_next_proto(&result, &result_len, in TEST()
3772 SSL_select_next_proto(&result, &result_len, nullptr, 0, in TEST()
Dssl_lib.cc2151 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/boringssl/src/include/openssl/
Dssl.h2853 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/python/cpython3/Modules/
D_ssl.c3386 ret = SSL_select_next_proto(out, outlen, in do_protocol_selection()
/external/conscrypt/common/src/jni/main/cpp/conscrypt/
Dnative_crypto.cc7610 int status = SSL_select_next_proto(out, outLength, primary, primaryLength, secondary, in selectApplicationProtocol()