Searched defs:Certificate (Results 1 – 3 of 3) sorted by relevance
57 struct Certificate { struct58 uint32_t cert_size;59 UniquePtr<uint8_t[]> cert_data;
402 fn cert_chain(&self, key_type: SigningKeyType) -> Result<Vec<keymint::Certificate>, Error> { in cert_chain()
414 pub(crate) fn get_cert_chain(key_type: SigningKeyType) -> Result<Vec<keymint::Certificate>, Error> { in get_cert_chain()462 fn cert_chain(&self, key_type: SigningKeyType) -> Result<Vec<keymint::Certificate>, Error> { in cert_chain()