Home
last modified time | relevance | path

Searched defs:DecryptionCipher (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/rust/beto-rust/nearby/presence/ldt_tbc/src/
Dlib.rs31 type DecryptionCipher: TweakableBlockCipherDecrypter<B, Key = Self::Key, Tweak = Self::Tweak>; typedef
/aosp_15_r20/external/rust/beto-rust/nearby/presence/xts_aes/src/
Dlib.rs71 type DecryptionCipher = XtsDecrypter<A, K>; typedef