Home
last modified time | relevance | path

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

/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_tbc/src/
Dlib.rs72 fn split_from_concatenated(key: &Self::ConcatenatedKeyArray) -> (Self, Self); in split_from_concatenated() method