Home
last modified time | relevance | path

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

/external/rust/crates/ring/src/aead/
Dpoly1305.rs50 struct poly1305_state([u8; OPAQUE_LEN]);
51 const OPAQUE_LEN: usize = 512; constant
88 state: poly1305_state([0u8; OPAQUE_LEN]),