Searched defs:KeyStore (Results 1 - 3 of 3) sorted by last modified time

/system/tpm/attestation/server/
H A Dkey_store.h29 class KeyStore { class in namespace:attestation
31 KeyStore() {} function in class:attestation::KeyStore
32 virtual ~KeyStore() {}
77 DISALLOW_COPY_AND_ASSIGN(KeyStore);
/system/security/keystore/
H A DKeyStore.cpp19 #include "KeyStore.h"
42 const char* KeyStore::kOldMasterKey = ".masterkey";
43 const char* KeyStore::kMetaDataFile = ".metadata";
45 const android::String16 KeyStore::kRsaKeyType("RSA");
46 const android::String16 KeyStore::kEcKeyType("EC");
66 KeyStore::KeyStore(Entropy* entropy, const KeymasterDevices& kmDevices, function in class:keystore::KeyStore
73 KeyStore::~KeyStore() {
81 ResponseCode KeyStore
[all...]
H A DKeyStore.h41 class KeyStore { class in namespace:keystore
43 KeyStore(Entropy* entropy, const KeymasterDevices& kmDevices,
45 ~KeyStore();

Completed in 447 milliseconds