Lines Matching refs:UnboundKey
57 fn new(key: UnboundKey, nonce_sequence: N) -> Self; in new() argument
69 key: UnboundKey,
74 fn new(key: UnboundKey, nonce_sequence: N) -> Self { in new() argument
184 key: &UnboundKey, in open_within_() argument
191 key: &UnboundKey, in open_within_() argument
244 key: UnboundKey,
249 fn new(key: UnboundKey, nonce_sequence: N) -> Self { in new() argument
340 key: &UnboundKey, in seal_in_place_separate_tag_() argument
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
452 key: UnboundKey,
457 pub fn new(key: UnboundKey) -> Self { in new()