/system/secretkeeper/comm/src/ |
D | wire.rs | 52 fn to_cbor_value(self) -> Result<Value, CoseError> { in to_cbor_value() argument 69 fn from_cbor_value(value: Value) -> Result<Self, CoseError> { in from_cbor_value() argument 117 fn to_cbor_value(self) -> Result<Value, CoseError> { in to_cbor_value() argument 121 fn from_cbor_value(value: Value) -> Result<Self, CoseError> { in from_cbor_value() argument 149 fn to_cbor_value(self) -> Result<Value, CoseError> { in to_cbor_value() argument 161 fn from_cbor_value(value: Value) -> Result<Self, CoseError> { in from_cbor_value() argument 194 fn to_cbor_value(self) -> Result<Value, CoseError> { in to_cbor_value() argument 201 fn from_cbor_value(value: Value) -> Result<Self, CoseError> { in from_cbor_value() argument 213 pub fn cbor_type_error<T>(got: &Value, want: &'static str) -> Result<T, CoseError> { in cbor_type_error() argument
|
/system/secretkeeper/comm/src/data_types/ |
D | packet.rs | 61 fn from_cbor_value(value: Value) -> Result<Self, CoseError> { in from_cbor_value() argument 65 fn to_cbor_value(self) -> Result<Value, CoseError> { in to_cbor_value() argument 106 fn from_cbor_value(value: Value) -> Result<Self, CoseError> { in from_cbor_value() argument 110 fn to_cbor_value(self) -> Result<Value, CoseError> { in to_cbor_value() argument
|
D | mod.rs | 45 fn from_cbor_value(value: Value) -> Result<Self, CoseError> { in from_cbor_value() argument 55 fn to_cbor_value(self) -> Result<Value, CoseError> { in to_cbor_value() argument 73 fn from_cbor_value(value: Value) -> Result<Self, CoseError> { in from_cbor_value() argument 83 fn to_cbor_value(self) -> Result<Value, CoseError> { in to_cbor_value() argument
|
/system/secretkeeper/dice_policy/src/ |
D | lib.rs | 105 fn from_cbor_value(value: Value) -> Result<Self, CoseError> { in from_cbor_value() argument 123 fn to_cbor_value(self) -> Result<Value, CoseError> { in to_cbor_value() argument 138 fn from_cbor_value(value: Value) -> Result<Self, CoseError> { in from_cbor_value() argument 151 fn to_cbor_value(self) -> Result<Value, CoseError> { in to_cbor_value() argument 172 fn from_cbor_value(value: Value) -> Result<Self, CoseError> { in from_cbor_value() argument 186 fn to_cbor_value(self) -> Result<Value, CoseError> { in to_cbor_value() argument 358 fn value_to_integer(value: &Value) -> Result<i64, CoseError> { in value_to_integer() argument
|
/system/authgraph/core/src/ |
D | key.rs | 235 pub fn from_cose_key(cose_key: CoseKey) -> Result<Self, CoseError> { in from_cose_key() argument 478 fn from_cbor_value(value: Value) -> Result<Self, CoseError> { in from_cbor_value() argument 501 fn to_cbor_value(self) -> Result<Value, CoseError> { in to_cbor_value() argument 591 fn from_cbor_value(value: Value) -> Result<Self, CoseError> { in from_cbor_value() argument 634 fn to_cbor_value(mut self) -> Result<Value, CoseError> { in to_cbor_value() argument 658 fn from_cbor_value(value: Value) -> Result<Self, CoseError> { in from_cbor_value() argument 666 fn to_cbor_value(self) -> Result<Value, CoseError> { in to_cbor_value() argument 678 fn from_cbor_value(value: Value) -> Result<Self, CoseError> { in from_cbor_value() argument 733 fn to_cbor_value(self) -> Result<Value, CoseError> { in to_cbor_value() argument 744 fn from_cbor_value(value: Value) -> Result<Self, CoseError> { in from_cbor_value() argument [all …]
|
D | arc.rs | 171 fn from_cbor_value(value: Value) -> Result<Self, CoseError> { in from_cbor_value() argument 218 fn to_cbor_value(self) -> Result<Value, CoseError> { in to_cbor_value() argument
|
/system/secretkeeper/core/src/ |
D | store.rs | 206 fn from_cbor_value(value: Value) -> Result<Self, CoseError> { in from_cbor_value() argument 218 fn to_cbor_value(self) -> Result<Value, CoseError> { in to_cbor_value() argument
|
/system/secretkeeper/client/src/ |
D | lib.rs | 151 CoseError(coset::CoseError), enumerator
|
/system/keymint/wire/src/ |
D | lib.rs | 192 fn into(self) -> coset::CoseError { in into()
|