Home
last modified time | relevance | path

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

/external/rust/crates/ring/src/aead/
Dless_safe_key.rs23 pub struct LessSafeKey { struct
28 impl LessSafeKey { argument
139 key: &LessSafeKey, in open_within_()
171 key: &LessSafeKey, in seal_in_place_separate_tag_()
187 impl core::fmt::Debug for LessSafeKey { implementation
Dunbound_key.rs53 pub(super) fn into_inner(self) -> LessSafeKey { in into_inner()
/external/rust/crates/ring/tests/
Daead_tests.rs526 fn make_less_safe_key(algorithm: &'static aead::Algorithm, key: &[u8]) -> aead::LessSafeKey { in make_less_safe_key()