Home
last modified time | relevance | path

Searched defs:from_cbor_value (Results 1 – 14 of 14) sorted by relevance

/system/keymint/wire/src/
Dlib.rs312 fn from_cbor_value(value: cbor::value::Value) -> Result<Self, CborError>; in from_cbor_value() method
358 fn from_cbor_value(value: cbor::value::Value) -> Result<Self, CborError> { in from_cbor_value() method
381 fn from_cbor_value(value: cbor::value::Value) -> Result<Self, CborError> { in from_cbor_value() method
407 fn from_cbor_value(value: cbor::value::Value) -> Result<Self, CborError> { in from_cbor_value() method
427 fn from_cbor_value(value: cbor::value::Value) -> Result<Self, CborError> { in from_cbor_value() method
444 fn from_cbor_value(value: cbor::value::Value) -> Result<Self, CborError> { in from_cbor_value() method
468 fn from_cbor_value(value: cbor::value::Value) -> Result<Self, CborError> { in from_cbor_value() method
485 fn from_cbor_value(value: cbor::value::Value) -> Result<Self, CborError> { in from_cbor_value() method
504 fn from_cbor_value(value: cbor::value::Value) -> Result<Self, CborError> { in from_cbor_value() method
523 fn from_cbor_value(value: cbor::value::Value) -> Result<Self, CborError> { in from_cbor_value() method
[all …]
Dkeymint.rs95 fn from_cbor_value(value: cbor::value::Value) -> coset::Result<Self> { in from_cbor_value() method
114 fn from_cbor_value(value: cbor::value::Value) -> Result<Self, CborError> { in from_cbor_value() method
494 fn from_cbor_value(value: cbor::value::Value) -> Result<Self, crate::CborError> { in from_cbor_value() method
/system/authgraph/wire/src/
Dcbor.rs112 fn from_cbor_value(value: Value) -> Result<Self, CborError>; in from_cbor_value() method
132 fn from_cbor_value(value: Value) -> Result<Self, CborError> { in from_cbor_value() method
152 fn from_cbor_value(value: Value) -> Result<Self, CborError> { in from_cbor_value() method
168 fn from_cbor_value(value: Value) -> Result<Self, CborError> { in from_cbor_value() method
180 fn from_cbor_value(value: Value) -> Result<Self, CborError> { in from_cbor_value() method
Dlib.rs149 fn from_cbor_value(value: Value) -> Result<Self, CborError> { in from_cbor_value() method
196 fn from_cbor_value(value: Value) -> Result<Self, CborError> { in from_cbor_value() method
/system/secretkeeper/comm/src/
Dwire.rs75 fn from_cbor_value(value: Value) -> Result<Self, CoseError> { in from_cbor_value() method
134 fn from_cbor_value(value: Value) -> Result<Self, CoseError> { in from_cbor_value() method
174 fn from_cbor_value(value: Value) -> Result<Self, CoseError> { in from_cbor_value() method
214 fn from_cbor_value(value: Value) -> Result<Self, CoseError> { in from_cbor_value() method
/system/secretkeeper/comm/src/data_types/
Dpacket.rs61 fn from_cbor_value(value: Value) -> Result<Self, CoseError> { in from_cbor_value() method
106 fn from_cbor_value(value: Value) -> Result<Self, CoseError> { in from_cbor_value() method
Dmod.rs45 fn from_cbor_value(value: Value) -> Result<Self, CoseError> { in from_cbor_value() method
73 fn from_cbor_value(value: Value) -> Result<Self, CoseError> { in from_cbor_value() method
/system/secretkeeper/dice_policy/src/
Dlib.rs107 fn from_cbor_value(value: Value) -> Result<Self, CoseError> { in from_cbor_value() method
140 fn from_cbor_value(value: Value) -> Result<Self, CoseError> { in from_cbor_value() method
171 fn from_cbor_value(value: Value) -> Result<Self, CoseError> { in from_cbor_value() method
/system/authgraph/core/src/
Dkey.rs517 fn from_cbor_value(value: Value) -> Result<Self, CoseError> { in from_cbor_value() method
738 fn from_cbor_value(value: Value) -> Result<Self, CoseError> { in from_cbor_value() method
805 fn from_cbor_value(value: Value) -> Result<Self, CoseError> { in from_cbor_value() method
825 fn from_cbor_value(value: Value) -> Result<Self, CoseError> { in from_cbor_value() method
891 fn from_cbor_value(value: Value) -> Result<Self, CoseError> { in from_cbor_value() method
1066 fn from_cbor_value(value: Value) -> Result<Self, CoseError> { in from_cbor_value() method
1128 fn from_cbor_value(_value: Value) -> Result<Self, CoseError> { in from_cbor_value() method
1150 fn from_cbor_value(_value: Value) -> Result<Self, CoseError> { in from_cbor_value() method
Darc.rs171 fn from_cbor_value(value: Value) -> Result<Self, CoseError> { in from_cbor_value() method
/system/see/authmgr/authmgr-common/src/
Dsigned_connection_request.rs68 fn from_cbor_value(value: Value) -> CoseResult<Self> { in from_cbor_value() method
120 fn from_cbor_value(value: Value) -> CoseResult<Self> { in from_cbor_value() method
/system/secretkeeper/core/src/
Dstore.rs206 fn from_cbor_value(value: Value) -> Result<Self, CoseError> { in from_cbor_value() method
/system/keymint/common/src/
Dcrypto.rs231 fn from_cbor_value(value: cbor::value::Value) -> Result<Self, CborError> { in from_cbor_value() method
Dkeyblob.rs84 fn from_cbor_value(value: cbor::value::Value) -> Result<Self, CborError> { in from_cbor_value() method