Home
last modified time | relevance | path

Searched defs:from_cbor (Results 1 – 3 of 3) sorted by relevance

/tools/security/remote_provisioning/hwtrust/src/cbor/dice/
Dchain.rs14 pub fn from_cbor(session: &Session, bytes: &[u8]) -> Result<Self> { in from_cbor() method
60 pub fn from_cbor(session: &Session, bytes: &[u8]) -> Result<Self> { in from_cbor() method
Dentry.rs70 pub(super) fn from_cbor( in from_cbor() method
125 pub(super) fn from_cbor( in from_cbor() method
/tools/security/remote_provisioning/hwtrust/src/cbor/rkp/
Dcsr.rs87 pub fn from_cbor<S: std::io::Read>(session: &Session, cbor: S) -> Result<Self> { in from_cbor() method