Home
last modified time | relevance | path

Searched refs:KeystoreClientImpl (Results 1 – 5 of 5) sorted by relevance

/system/security/keystore/
Dkeystore_client_impl.cpp70 KeystoreClientImpl::KeystoreClientImpl() { in KeystoreClientImpl() function in keystore::KeystoreClientImpl
76 bool KeystoreClientImpl::encryptWithAuthentication(const std::string& key_name, in encryptWithAuthentication()
131 bool KeystoreClientImpl::decryptWithAuthentication(const std::string& key_name, in decryptWithAuthentication()
165 bool KeystoreClientImpl::oneShotOperation(keymaster_purpose_t purpose, const std::string& key_name, in oneShotOperation()
196 int32_t KeystoreClientImpl::addRandomNumberGeneratorEntropy(const std::string& entropy) { in addRandomNumberGeneratorEntropy()
200 int32_t KeystoreClientImpl::generateKey(const std::string& key_name, in generateKey()
217 KeystoreClientImpl::getKeyCharacteristics(const std::string& key_name, in getKeyCharacteristics()
231 int32_t KeystoreClientImpl::importKey(const std::string& key_name, in importKey()
249 int32_t KeystoreClientImpl::exportKey(keymaster_key_format_t export_format, in exportKey()
261 int32_t KeystoreClientImpl::deleteKey(const std::string& key_name) { in deleteKey()
[all …]
Dkeystore_cli_v2.cpp57 return std::unique_ptr<KeystoreClient>(new keystore::KeystoreClientImpl); in CreateKeystoreInstance()
/system/security/keystore/include/keystore/
Dkeystore_client_impl.h31 class KeystoreClientImpl : public KeystoreClient {
33 KeystoreClientImpl();
34 ~KeystoreClientImpl() override = default;
114 DISALLOW_COPY_AND_ASSIGN(KeystoreClientImpl);
/system/webservd/webservd/
Dkeystore_encryptor.cc32 new keystore::KeystoreClientImpl))); in CreateDefaultEncryptor()
/system/weaved/buffet/
Dkeystore_encryptor.cc32 new keystore::KeystoreClientImpl))); in CreateDefaultEncryptor()