Searched refs:update_blocks (Results 1 – 2 of 2) sorted by relevance
125 auth.update_blocks(chunk); in aes_gcm_seal()213 auth.update_blocks(&in_out[input..][..chunk_len]); in aes_gcm_open()
120 pub fn update_blocks(&mut self, input: &[u8]) { in update_blocks() method