Searched defs:LessSafeKey (Results 1 – 3 of 3) sorted by relevance
23 pub struct LessSafeKey { struct28 impl LessSafeKey { argument139 key: &LessSafeKey, in open_within_()171 key: &LessSafeKey, in seal_in_place_separate_tag_()187 impl core::fmt::Debug for LessSafeKey { implementation
53 pub(super) fn into_inner(self) -> LessSafeKey { in into_inner()
526 fn make_less_safe_key(algorithm: &'static aead::Algorithm, key: &[u8]) -> aead::LessSafeKey { in make_less_safe_key()