Home
last modified time | relevance | path

Searched defs:select_next_proto (Results 1 – 7 of 7) sorted by relevance

/external/cronet/stable/third_party/netty-tcnative/src/c/
Dsslutils.c614 int select_next_proto(SSL *ssl, const unsigned char **out, unsigned char *outlen, in select_next_proto() function
/external/cronet/tot/third_party/netty-tcnative/src/c/
Dsslutils.c614 int select_next_proto(SSL *ssl, const unsigned char **out, unsigned char *outlen, in select_next_proto() function
/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/ssl/test/
Dtest_config.h57 std::string select_next_proto; member
/external/boringssl/src/ssl/test/
Dtest_config.h84 std::string select_next_proto; member
/external/cronet/tot/third_party/boringssl/src/ssl/test/
Dtest_config.h74 std::string select_next_proto; member
/external/cronet/stable/third_party/boringssl/src/ssl/test/
Dtest_config.h74 std::string select_next_proto; member
/external/rust/crates/openssl/src/ssl/
Dmod.rs698 pub fn select_next_proto<'a>(server: &[u8], client: &'a [u8]) -> Option<&'a [u8]> { in select_next_proto() function