Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/netty-tcnative/src/c/
H A Dsslutils.c614 int select_next_proto(SSL *ssl, const unsigned char **out, unsigned char *outlen, in select_next_proto() function
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/ssl/test/
Dtest_config.h57 std::string select_next_proto; member
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/ssl/test/
Dtest_config.h57 std::string select_next_proto; member
/aosp_15_r20/external/cronet/third_party/boringssl/src/ssl/test/
H A Dtest_config.h72 std::string select_next_proto; member
/aosp_15_r20/external/boringssl/src/ssl/test/
H A Dtest_config.h74 std::string select_next_proto; member
/aosp_15_r20/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