Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/
Dssl_test.cc3578 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()
Dssl_lib.cc1988 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/
Dssl.h2733 OPENSSL_EXPORT int SSL_select_next_proto(uint8_t **out, uint8_t *out_len,
/external/python/cpython2/Modules/
D_ssl.c2271 ret = SSL_select_next_proto(out, outlen, in do_protocol_selection()
/external/python/cpython3/Modules/
D_ssl.c2882 ret = SSL_select_next_proto(out, outlen, in do_protocol_selection()
/external/conscrypt/common/src/jni/main/cpp/conscrypt/
Dnative_crypto.cc7394 int status = SSL_select_next_proto(out, outLength, primary, primaryLength, secondary, in selectApplicationProtocol()