Home
last modified time | relevance | path

Searched defs:Session (Results 1 – 4 of 4) sorted by relevance

/tools/security/remote_provisioning/hwtrust/src/
Dsession.rs4 pub struct Session { struct
6 pub options: Options,
/tools/security/remote_provisioning/hwtrust/src/cbor/
Ddice.rs16 fn cose_key_from_cbor_value(session: &Session, mut value: Value) -> Result<CoseKey> { in cose_key_from_cbor_value()
/tools/security/remote_provisioning/hwtrust/src/cbor/dice/
Dchain.rs14 pub fn from_cbor(session: &Session, bytes: &[u8]) -> Result<Self> { in from_cbor()
44 pub fn from_cbor(session: &Session, bytes: &[u8]) -> Result<Self> { in from_cbor()
50 session: &Session, in from_root_and_entries()
75 session: &Session, in root_and_entries_from_cbor()
Dentry.rs56 session: &Session, in from_cbor()
91 session: &Session, in from_cbor()
148 fn validate_key_usage(session: &Session, key_usage: FieldValue) -> Result<()> { in validate_key_usage()
168 session: &Session, in validate_subject_public_key()
179 fn validate_mode(session: &Session, mode: FieldValue) -> Result<Option<DiceMode>> { in validate_mode()
201 session: &Session, in validate_config_desc()
228 fn config_desc_from_slice(session: &Session, bytes: &[u8]) -> Result<ConfigDesc> { in config_desc_from_slice()
272 fn validate_version(session: &Session, field: FieldValue) -> Result<Option<ComponentVersion>> { in validate_version()