Home
last modified time | relevance | path

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

/external/rust/crates/ring/src/
Daead.rs57 fn new(key: UnboundKey, nonce_sequence: N) -> Self; in new()
74 fn new(key: UnboundKey, nonce_sequence: N) -> Self { in new()
184 key: &UnboundKey, in open_within_()
191 key: &UnboundKey, in open_within_()
249 fn new(key: UnboundKey, nonce_sequence: N) -> Self { in new()
340 key: &UnboundKey, in seal_in_place_separate_tag_()
387 pub struct UnboundKey { struct
393 impl core::fmt::Debug for UnboundKey { argument
407 impl UnboundKey { implementation
430 impl From<hkdf::Okm<'_, &'static Algorithm>> for UnboundKey { implementation