Home
last modified time | relevance | path

Searched refs:KeymasterCertificateChain (Results 1 – 4 of 4) sorted by relevance

/system/security/keystore/include/keystore/
DIKeystoreService.h94 struct KeymasterCertificateChain { struct
95 KeymasterCertificateChain();
96 ~KeymasterCertificateChain();
249 KeymasterCertificateChain* outChain) = 0;
/system/security/keystore/
DIKeystoreService.cpp211 KeymasterCertificateChain::KeymasterCertificateChain() { in KeymasterCertificateChain() function in android::KeymasterCertificateChain
215 KeymasterCertificateChain::~KeymasterCertificateChain() { in ~KeymasterCertificateChain()
243 void KeymasterCertificateChain::readFromParcel(const Parcel& in) { in readFromParcel()
268 void KeymasterCertificateChain::writeToParcel(Parcel* out) const { in writeToParcel()
1328 KeymasterCertificateChain* outChain) { in attestKey()
1856 KeymasterCertificateChain chain; in onTransact()
Dkey_store_service.h120 KeymasterCertificateChain* outChain) override;
Dkey_store_service.cpp1131 KeymasterCertificateChain* outChain) { in attestKey()