Searched defs:BLOCK_LEN (Results 1 – 3 of 3) sorted by relevance
27 pub const BLOCK_LEN: usize = 16; constant92 fn as_ref(&self) -> &[u8; BLOCK_LEN] { in as_ref()
43 pub fn encrypt_iv_xor_blocks_in_place(&self, iv: Iv, in_out: &mut [u8; 2 * BLOCK_LEN]) { in encrypt_iv_xor_blocks_in_place()
20 pub const BLOCK_LEN: usize = 512 / 8; constant