Lines Matching refs:update
27 //! signer.update(data).unwrap();
28 //! signer.update(data2).unwrap();
33 //! verifier.update(data).unwrap();
34 //! verifier.update(data2).unwrap();
58 signer.update(data).unwrap();
59 signer.update(data2).unwrap();
270 pub fn update(&mut self, buf: &[u8]) -> Result<(), ErrorStack> {
397 self.update(buf)?;
563 pub fn update(&mut self, buf: &[u8]) -> Result<(), ErrorStack> {
623 self.update(buf)?;
682 signer.update(&Vec::from_hex(INPUT).unwrap()).unwrap();
696 verifier.update(&Vec::from_hex(INPUT).unwrap()).unwrap();
707 verifier.update(&Vec::from_hex(INPUT).unwrap()).unwrap();
708 verifier.update(b"foobar").unwrap();
717 signer.update(data).unwrap();
825 signer.update(data as &[u8]).unwrap();
840 signer.update(b"hello world").unwrap();
844 verifier.update(b"hello world").unwrap();
874 signer.update(&Vec::from_hex(INPUT).unwrap()).unwrap();
883 verifier.update(&Vec::from_hex(INPUT).unwrap()).unwrap();