Home
last modified time | relevance | path

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

/third_party/rust/crates/rust-openssl/openssl/src/ssl/
Dmod.rs614 pub struct ClientHelloResponse(c_int); struct
617 impl ClientHelloResponse { implementation
1650 F: Fn(&mut SslRef, &mut SslAlert) -> Result<ClientHelloResponse, ErrorStack> in set_client_hello_callback()
Dcallbacks.rs680 F: Fn(&mut SslRef, &mut SslAlert) -> Result<ClientHelloResponse, ErrorStack> in raw_client_hello()