Home
last modified time | relevance | path

Searched refs:from_secid (Results 1 – 2 of 2) sorted by relevance

/linux/rust/kernel/
H A Dsecurity.rs64 pub fn from_secid(secid: u32) -> Result<Self> { in from_secid() method
/linux/drivers/android/binder/
H A Dthread.rs957 let ctx = match security::SecurityCtx::from_secid(secid) { in copy_transaction_data()