Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/ring/src/aead/
Daes_gcm.rs67 const CHUNK_BLOCKS: usize = 3 * 1024 / 16; constant
123 for chunk in whole.chunks_mut(CHUNK_BLOCKS * BLOCK_LEN) { in aes_gcm_seal()
202 let mut chunk_len = CHUNK_BLOCKS * BLOCK_LEN; in aes_gcm_open()