Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/ring/src/aead/
Dunbound_key.rs28 pub struct UnboundKey { struct
32 impl UnboundKey { implementation
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()
/aosp_15_r20/external/rust/android-crates-io/crates/ring/src/
Daead.rs60 fn new(key: UnboundKey, nonce_sequence: N) -> Self; in new()