Home
last modified time | relevance | path

Searched defs:ClientHelloResponse (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/rust/crates/openssl/src/ssl/
Dmod.rs627 pub struct ClientHelloResponse(c_int); struct
630 impl ClientHelloResponse { impl
1688 F: Fn(&mut SslRef, &mut SslAlert) -> Result<ClientHelloResponse, ErrorStack> in set_client_hello_callback()
Dcallbacks.rs689 F: Fn(&mut SslRef, &mut SslAlert) -> Result<ClientHelloResponse, ErrorStack> in raw_client_hello()