Home
last modified time | relevance | path

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

/system/authgraph/core/src/
Dkeyexchange.rs197 source_cert_chain: peer_identity.cert_chain.clone(), in init()
294 source_cert_chain: own_identity.cert_chain.clone(), in finish()
Dkey.rs447 pub source_cert_chain: CertChain, field
995 array.push(Value::Bytes(self.source_cert_chain.to_vec()?)); in to_cbor_value()