Lines Matching refs:into
1485 /// The callback will be called with the SSL context and a slice into which the cookie
1527 /// The callback will be called with the SSL context and a slice into which the cookie
2015 secret: secret_bits.into(),
2016 algorithm: algo_bits.into(),
2135 /// Copies the master key into the provided buffer.
2165 unsafe { ffi::SSL_SESSION_get_timeout(self.as_ptr()).into() }
2181 /// Serializes the session into a DER-encoded structure.
2756 /// Copies the `client_random` value sent by the client in the TLS handshake into a buffer.
2770 /// Copies the `server_random` value sent by the server in the TLS handshake into a buffer.
2989 /// Copies the contents of the last Finished message sent to the peer into the provided buffer.
2998 /// Copies the contents of the last Finished message received from the peer into the provided