Home
last modified time | relevance | path

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

/external/rust/crates/ring/src/
Daead.rs360 pub struct Aad<A: AsRef<[u8]>>(A); struct
362 impl<A: AsRef<[u8]>> Aad<A> { implementation
370 impl<A> AsRef<[u8]> for Aad<A> implementation
379 impl Aad<[u8; 0]> { impl