Home
last modified time | relevance | path

Searched refs:cbor_permissions (Results 1 – 1 of 1) sorted by relevance

/system/authgraph/core/src/
Darc.rs219 let mut cbor_permissions = Vec::<(Value, Value)>::new(); in to_cbor_value() localVariable
223 cbor_permissions.try_push((key, val)).map_err(|_| CoseError::EncodeFailed)?; in to_cbor_value()
228 cbor_permissions.try_push((key, val)).map_err(|_| CoseError::EncodeFailed)?; in to_cbor_value()
237 cbor_permissions.try_push((key, val)).map_err(|_| CoseError::EncodeFailed)?; in to_cbor_value()
242 cbor_permissions.try_push((key, val)).map_err(|_| CoseError::EncodeFailed)?; in to_cbor_value()
244 Ok(Value::Map(cbor_permissions)) in to_cbor_value()