Home
last modified time | relevance | path

Searched defs:Value (Results 1 – 12 of 12) sorted by relevance

/tools/security/remote_provisioning/hwtrust/src/cbor/rkp/
Dprotected_data.rs22 verified_device_info: &Value, in from_cose_encrypt()
76 verified_device_info: &Value, in from_cbor_bytes()
117 verified_device_info: &Value, in validate_mac_key()
136 fn to_uds_certs(kv_pairs: Vec<(Value, Value)>) -> Result<Option<UdsCerts>> { in to_uds_certs()
Ddevice_info.rs11 values: Vec<(Value, Value)>, in from_cbor_values() argument
346 fn get_valid_values_filtered<F: Fn(&str) -> bool>(filter: F) -> Vec<(Value, Value)> { in get_valid_values_filtered() argument
Dcsr.rs41 mut csr: Vec<Value>, in v2_from_cbor_values()
42 mut device_info: Vec<Value>, in v2_from_cbor_values()
79 mut csr: Vec<Value>, in v3_from_authenticated_request()
/tools/security/remote_provisioning/hwtrust/src/cbor/
Dfield_value.rs136 pub fn into_array(self) -> Result<Vec<Value>, FieldValueError> { in into_array()
140 pub fn into_optional_array(self) -> Result<Option<Vec<Value>>, FieldValueError> { in into_optional_array()
149 pub fn into_map(self) -> Result<Vec<(Value, Value)>, FieldValueError> { in into_map() argument
153 pub fn into_optional_map(self) -> Result<Option<Vec<(Value, Value)>>, FieldValueError> { in into_optional_map() argument
Ddice.rs24 fn cose_key_from_cbor_value(mut value: Value, key_ops_type: KeyOpsType) -> Result<CoseKey> { in cose_key_from_cbor_value()
Dpublickey.rs160 fn get_label_value(key: &CoseKey, label: Label) -> Result<&Value> { in get_label_value()
/tools/security/remote_provisioning/hwtrust/src/cbor/dice/
Dentry.rs44 pub(super) fn verify_cbor_value(cbor: Value, key: &PublicKey) -> Result<Self> { in verify_cbor_value()
81 entries: Vec<(Value, Value)>, in from_entries() argument
126 entries: &[(Value, Value)], in extract_profile_version() argument
157 entries: Vec<(Value, Value)>, in from_entries() argument
295 fn cbor_map_from_slice(bytes: &[u8]) -> Result<Vec<(Value, Value)>> { in cbor_map_from_slice() argument
398 pub(in super::super) fn to_cbor_value(&self) -> Result<Value> { in to_cbor_value()
425 pub(in super::super) fn to_cbor_value(&self) -> Value { in to_cbor_value()
452 fn encode_mode(mode: DiceMode) -> Value { in encode_mode()
1010 fn encode_fields(mut fields: HashMap<i64, Value>) -> Vec<(Value, Value)> { in encode_fields() argument
Dchain.rs69 values: std::vec::IntoIter<Value>, in from_root_and_entries()
96 value: Value, in root_and_entries_from_value()
97 ) -> Result<(PublicKey, std::vec::IntoIter<Value>)> { in root_and_entries_from_value()
/tools/security/remote_provisioning/hwtrust/src/
Dcbor.rs15 fn value_from_bytes(mut bytes: &[u8]) -> Result<Value, CiboriumError> { in value_from_bytes()
/tools/security/remote_provisioning/hwtrust/src/rkp/
Dfactory_csr.rs19 fn get_string_from_map(fields: &Map<String, Value>, key: &str) -> Result<String> { in get_string_from_map() argument
60 fn json_map_from_file(path: &str) -> Result<Map<String, Value>> { in json_map_from_file() argument
/tools/test/graphicsbenchmark/apps/sample_app/src/cpp/
Dvecmath.h201 void Value(float& fX, float& fY) { in Value() function
398 void Value(float& fX, float& fY, float& fZ) { in Value() function
619 void Value(float& fX, float& fY, float& fZ, float& fW) { in Value() function
961 void Value(float& fX, float& fY, float& fZ, float& fW) { in Value() function
/tools/netsim/rust/cli/src/
Dargs.rs499 type Value = Interval; typedef
506 ) -> Result<Self::Value, clap::Error> { in parse_ref()
537 type Value = TxPower; typedef
544 ) -> Result<Self::Value, clap::Error> { in parse_ref()