Home
last modified time | relevance | path

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

/tools/security/remote_provisioning/hwtrust/src/rkp/
Ddevice_info.rs83 fn try_from(s: &str) -> Result<Self, Self::Error> { in try_from() method
109 fn try_from(s: &str) -> Result<Self, Self::Error> { in try_from() method
132 fn try_from(i: u32) -> Result<Self, Self::Error> { in try_from() method
155 fn try_from(s: &str) -> Result<Self, Self::Error> { in try_from() method
/tools/netsim/rust/daemon/src/bluetooth/
Dadvertise_settings.rs74 fn try_from(value: &AdvertiseSettingsProto) -> Result<Self, Self::Error> { in try_from() method
100 fn try_from(value: &AdvertiseSettings) -> Result<Self, Self::Error> { in try_from() method
202 fn try_from(value: AdvertiseMode) -> Result<Self, Self::Error> { in try_from() method
239 fn try_from(value: &TxPowerProto) -> Result<Self, Self::Error> { in try_from() method
/tools/security/remote_provisioning/hwtrust/src/
Dpublickey.rs142 fn try_from(pkey: PKey<Public>) -> Result<Self, Self::Error> { in try_from() method
151 fn try_from(pkey: PKey<Public>) -> Result<Self, Self::Error> { in try_from() method