Searched refs:SSL_select_next_proto (Results 1 – 9 of 9) sorted by relevance
/external/boringssl/src/ssl/ |
D | ssl_test.cc | 3593 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()
|
D | ssl_lib.cc | 2089 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/boringssl/src/include/openssl/ |
D | ssl.h | 2822 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/python/cpython3/Modules/ |
D | _ssl.c | 3245 ret = SSL_select_next_proto(out, outlen, in do_protocol_selection()
|
/external/conscrypt/common/src/jni/main/cpp/conscrypt/ |
D | native_crypto.cc | 7481 int status = SSL_select_next_proto(out, outLength, primary, primaryLength, secondary, in selectApplicationProtocol()
|