Home
last modified time | relevance | path

Searched refs:update_blocks (Results 1 – 2 of 2) sorted by relevance

/external/rust/android-crates-io/crates/ring/src/aead/
Daes_gcm.rs125 auth.update_blocks(chunk); in aes_gcm_seal()
213 auth.update_blocks(&in_out[input..][..chunk_len]); in aes_gcm_open()
Dgcm.rs120 pub fn update_blocks(&mut self, input: &[u8]) { in update_blocks() method