Home
last modified time | relevance | path

Searched defs:try_from (Results 1 – 5 of 5) sorted by relevance

/system/security/keystore2/src/crypto/
Dzvec.rs113 fn try_from(v: &[u8]) -> Result<Self, Self::Error> { in try_from() method
125 fn try_from(mut v: Vec<u8>) -> Result<Self, Self::Error> { in try_from() method
/system/security/keystore2/src/
Dkey_parameter.rs223 fn try_from(p: Primitive) -> Result<i64, Self::Error> { in try_from() method
233 fn try_from(p: Primitive) -> Result<i32, Self::Error> { in try_from() method
243 fn try_from(p: Primitive) -> Result<Vec<u8>, Self::Error> { in try_from() method
Ddatabase.rs446 fn try_from(t: SystemTime) -> Result<Self, Self::Error> { in try_from() method
/system/keymint/common/src/crypto/
Dec.rs90 fn try_from(curve: EcCurve) -> Result<NistCurve, Error> { in try_from() method
/system/keymint/wire/src/
Dkeymint.rs55 fn try_from(v: i32) -> Result<Self, Self::Error> { in try_from() method