Home
last modified time | relevance | path

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

/tools/security/remote_provisioning/hwtrust/src/
Dcbor.rs17 fn value_from_bytes(mut bytes: &[u8]) -> Result<Value, CiboriumError> { in value_from_bytes()
/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/security/remote_provisioning/hwtrust/src/cbor/dice/
Dentry.rs38 pub(super) fn verify_cbor_value(cbor: Value, key: &PublicKey) -> Result<Self> { in verify_cbor_value()
219 fn cbor_map_from_slice(bytes: &[u8]) -> Result<Vec<(Value, Value)>> { in cbor_map_from_slice() argument
307 pub(in super::super) fn to_cbor_value(&self) -> Result<Value> { in to_cbor_value()
334 fn encode_mode(mode: DiceMode) -> Value { in encode_mode()
344 fn encode_config_desc(config_desc: &ConfigDesc) -> Value { in encode_config_desc()
Dchain.rs52 values: std::vec::IntoIter<Value>, in from_root_and_entries()
77 ) -> Result<(PublicKey, std::vec::IntoIter<Value>)> { in root_and_entries_from_cbor()
/tools/security/remote_provisioning/hwtrust/src/cbor/
Dpublickey.rs134 fn get_label_value(key: &CoseKey, label: Label) -> Result<&Value> { in get_label_value()