Home
last modified time | relevance | path

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

/tools/security/remote_provisioning/hwtrust/src/cbor/dice/
Dchain.rs22 pub fn from_value(session: &Session, value: Value) -> Result<Self> { in from_value() method
69 pub fn from_value(session: &Session, value: Value) -> Result<Self> { in from_value() method
/tools/security/remote_provisioning/hwtrust/src/cbor/rkp/
Dcsr.rs26 fn from_value(value: FieldValue) -> Result<KeysToSign> { in from_value() method
34 fn from_value(value: &Value, session: &Session) -> Result<Self> { in from_value() method
/tools/security/remote_provisioning/hwtrust/src/cbor/
Dfield_value.rs46 pub fn from_value(name: &'static str, value: Value) -> Self { in from_value() method