Searched refs:CHUNK_BLOCKS (Results 1 – 1 of 1) sorted by relevance
67 const CHUNK_BLOCKS: usize = 3 * 1024 / 16; constant123 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()