Home
last modified time | relevance | path

Searched refs:split_from_concatenated (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/rust/beto-rust/nearby/presence/ldt_tbc/src/
Dlib.rs72 fn split_from_concatenated(key: &Self::ConcatenatedKeyArray) -> (Self, Self); in split_from_concatenated() method
/aosp_15_r20/external/rust/beto-rust/nearby/presence/xts_aes/src/
Dlib.rs410 fn split_from_concatenated(key: &Self::ConcatenatedKeyArray) -> (Self, Self) { in split_from_concatenated() method
475 fn split_from_concatenated(key: &Self::ConcatenatedKeyArray) -> (Self, Self) { in split_from_concatenated() method
/aosp_15_r20/external/rust/beto-rust/nearby/presence/ldt/src/
Dlib.rs228 let (key_1, key_2) = T::split_from_concatenated(key); in from_concatenated()