Home
last modified time | relevance | path

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

/external/rust/crates/ring/src/aead/
Dpoly1305.rs23 key_and_nonce: [u8; KEY_LEN], field
31 pub(super) fn new(key_and_nonce: [u8; KEY_LEN], cpu_features: cpu::Features) -> Self { in new()
33 key_and_nonce,
83 key_and_nonce,
96 (&mut ctx.state, &key_and_nonce));