Home
last modified time | relevance | path

Searched defs:KEY_LEN (Results 1 – 4 of 4) sorted by relevance

/external/rust/crates/ring/src/aead/
Dpoly1305.rs27 const KEY_LEN: usize = 2 * BLOCK_LEN; constant
31 pub(super) fn new(key_and_nonce: [u8; KEY_LEN], cpu_features: cpu::Features) -> Self { in new()
Dchacha20_poly1305_openssh.rs155 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
Dchacha.rs134 pub const KEY_LEN: usize = KEY_BLOCKS * BLOCK_LEN; constant
/external/arm-trusted-firmware/plat/mediatek/mt8173/drivers/crypt/
Dcrypt.c40 #define KEY_LEN 40 macro