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.cc3593 SSL_select_next_proto(&result, &result_len, in TEST()
3599 SSL_select_next_proto(&result, &result_len, in TEST()
3605 SSL_select_next_proto(&result, &result_len, in TEST()
3612 SSL_select_next_proto(&result, &result_len, in TEST()
3619 SSL_select_next_proto(&result, &result_len, in TEST()
3625 SSL_select_next_proto(&result, &result_len, nullptr, 0, in TEST()
Dssl_lib.cc2089 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.h2822 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.c3245 ret = SSL_select_next_proto(out, outlen, in do_protocol_selection()
/external/conscrypt/common/src/jni/main/cpp/conscrypt/
Dnative_crypto.cc7481 int status = SSL_select_next_proto(out, outLength, primary, primaryLength, secondary, in selectApplicationProtocol()