Home
last modified time | relevance | path

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

/aosp_15_r20/system/keymint/hal/src/
H A Dhal.rs112 fn try_fromm(val: T) -> Result<Self, Self::Error>; in try_fromm() method
433 fn try_fromm(val: keymint::AttestationKey::AttestationKey) -> Result<Self, Self::Error> { in try_fromm() method
447 fn try_fromm(val: keymint::HardwareAuthToken::HardwareAuthToken) -> Result<Self, Self::Error> { in try_fromm() method
510 fn try_fromm(val: &keymint::KeyParameter::KeyParameter) -> Result<Self, Self::Error> { in try_fromm() method
/aosp_15_r20/system/authgraph/hal/src/
H A Dlib.rs45 fn try_fromm(val: T) -> Result<Self, Self::Error>; in try_fromm() method
126 fn try_fromm(aidl: Key) -> Result<Self, Self::Error> { in try_fromm() method