Searched defs:KEY_LEN (Results 1 – 4 of 4) sorted by relevance
27 const KEY_LEN: usize = 2 * BLOCK_LEN; constant31 pub(super) fn new(key_and_nonce: [u8; KEY_LEN], cpu_features: cpu::Features) -> Self { in new()
155 fn new(key_material: &[u8; KEY_LEN], cpu_features: cpu::Features) -> Key { in new()178 pub const KEY_LEN: usize = chacha::KEY_LEN * 2; constant
134 pub const KEY_LEN: usize = KEY_BLOCKS * BLOCK_LEN; constant
40 #define KEY_LEN 40 macro