Home
last modified time | relevance | path

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

/external/rust/crates/ring/src/aead/
Dunbound_key.rs28 pub struct UnboundKey { struct
32 impl UnboundKey { argument
58 impl core::fmt::Debug for UnboundKey { implementation
64 impl From<hkdf::Okm<'_, &'static Algorithm>> for UnboundKey { implementation
Dsealing_key.rs38 fn new(key: UnboundKey, nonce_sequence: N) -> Self { in new()
Dopening_key.rs39 fn new(key: UnboundKey, nonce_sequence: N) -> Self { in new()
/external/rust/crates/ring/src/
Daead.rs60 fn new(key: UnboundKey, nonce_sequence: N) -> Self; in new()