Searched refs:getAttestationChain (Results 1 – 3 of 3) sorted by relevance
92 byte[] getAttestationChain(); in getAttestationChain() method
113 fn getAttestationChain(&self) -> BinderResult<Vec<u8>> { in getAttestationChain() method
121 let bcc = instance.service.getAttestationChain().context("Getting attestation chain")?; in start_new_instance()