Searched defs:UnboundKey (Results 1 – 4 of 4) sorted by relevance
28 pub struct UnboundKey { struct32 impl UnboundKey { argument58 impl core::fmt::Debug for UnboundKey { implementation64 impl From<hkdf::Okm<'_, &'static Algorithm>> for UnboundKey { implementation
38 fn new(key: UnboundKey, nonce_sequence: N) -> Self { in new()
39 fn new(key: UnboundKey, nonce_sequence: N) -> Self { in new()
60 fn new(key: UnboundKey, nonce_sequence: N) -> Self; in new()