Searched defs:D2DConnectionContextV1 (Results 1 – 6 of 6) sorted by relevance
114 pub struct D2DConnectionContextV1<R = rand::rngs::StdRng> struct129 /// Error type for [`decode_message_from_peer`][D2DConnectionContextV1::decode_message_from_peer]. argument159 impl D2DConnectionContextV1<rand::rngs::StdRng> { implementation165 impl<R> D2DConnectionContextV1<R> implementation
94 fn run_handshake<C: CryptoProvider>() -> (D2DConnectionContextV1, D2DConnectionContextV1) { in run_handshake()
29 public class D2DConnectionContextV1 extends D2DConnectionContext { class46 D2DConnectionContextV1( in D2DConnectionContextV1() method in D2DConnectionContextV1
22 public class D2DConnectionContextV1 { class49 D2DConnectionContextV1(@Nonnull long contextPtr) { in D2DConnectionContextV1() method in D2DConnectionContextV1
53 D2DConnectionContextV1(Ukey2ConnectionContextHandle handle) : handle_(handle) {}; in D2DConnectionContextV1() function
90 D2DConnectionContextV1::D2DConnectionContextV1( in D2DConnectionContextV1() function in securegcm::D2DConnectionContextV1