Searched refs:SSL_select_next_proto (Results 1 – 6 of 6) sorted by relevance
/external/boringssl/src/ssl/ |
D | ssl_test.cc | 3578 SSL_select_next_proto(&result, &result_len, in TEST() 3584 SSL_select_next_proto(&result, &result_len, in TEST() 3590 SSL_select_next_proto(&result, &result_len, in TEST() 3597 SSL_select_next_proto(&result, &result_len, in TEST() 3604 SSL_select_next_proto(&result, &result_len, in TEST() 3610 SSL_select_next_proto(&result, &result_len, nullptr, 0, in TEST()
|
D | ssl_lib.cc | 1988 int SSL_select_next_proto(uint8_t **out, uint8_t *out_len, const uint8_t *peer, in SSL_select_next_proto() function
|
/external/boringssl/src/include/openssl/ |
D | ssl.h | 2733 OPENSSL_EXPORT int SSL_select_next_proto(uint8_t **out, uint8_t *out_len,
|
/external/python/cpython2/Modules/ |
D | _ssl.c | 2271 ret = SSL_select_next_proto(out, outlen, in do_protocol_selection()
|
/external/python/cpython3/Modules/ |
D | _ssl.c | 2882 ret = SSL_select_next_proto(out, outlen, in do_protocol_selection()
|
/external/conscrypt/common/src/jni/main/cpp/conscrypt/ |
D | native_crypto.cc | 7394 int status = SSL_select_next_proto(out, outLength, primary, primaryLength, secondary, in selectApplicationProtocol()
|