Searched refs:write_into (Results 1 – 2 of 2) sorted by relevance
190 pub fn write_into<W: Write + Seek>(&mut self, mut w: &mut W) -> Result<()> { in write_into() method193 self.hashing_info.write_into(&mut w)?; in write_into()194 self.signing_info.write_into(&mut w)?; in write_into()232 fn write_into<W: Write + Seek>(&self, mut w: &mut W) -> Result<()> { in write_into() method270 fn write_into<W: Write + Seek>(&self, mut w: &mut W) -> Result<()> { in write_into() method358 v4_signature.write_into(&mut output).unwrap(); in parse_and_compose()
162 sig.write_into(&mut output).context("failed to write idsig")?; in create_or_update_idsig_file()