Searched refs:new_handshake (Results 1 – 2 of 2) sorted by relevance
/external/rust/crates/quiche/src/ | ||
D | tls.rs | 139 pub fn new_handshake(&mut self) -> Result<Handshake> { in new_handshake() method |
D | lib.rs | 1122 let tls = config.tls_ctx.new_handshake()?; in new() |