Home
last modified time | relevance | path

Searched defs:Certificate (Results 1 – 6 of 6) sorted by relevance

/system/security/keystore2/src/
Dremote_provisioning.rs92 ) -> Result<Option<(AttestationKey, Certificate)>> { in get_rkpd_attestation_key_and_certs() argument
/system/security/keystore2/src/km_compat/
Dcertificate_test.cpp74 static void ensureCertChainSize(const std::variant<std::vector<Certificate>, ScopedAStatus>& result, in ensureCertChainSize()
/system/keymint/ta/src/
Ddevice.rs144 fn cert_chain(&self, key_type: SigningKeyType) -> Result<Vec<keymint::Certificate>, Error>; in cert_chain()
333 fn cert_chain(&self, _key_type: SigningKeyType) -> Result<Vec<keymint::Certificate>, Error> { in cert_chain()
Dkeys.rs124 ) -> Result<keymint::Certificate, Error> { in generate_cert()
/system/keymint/hal/src/
Dhal.rs138 impl Fromm<wire::keymint::Certificate> for keymint::Certificate::Certificate { implementation
/system/keymint/wire/src/
Dkeymint.rs138 pub struct Certificate { struct
139 pub encoded_certificate: Vec<u8>,