Searched refs:KeystoreClientImpl (Results 1 - 3 of 3) sorted by relevance

/system/security/keystore/
H A Dkeystore_client_impl.cpp56 KeystoreClientImpl::KeystoreClientImpl() { function in class:keystore::KeystoreClientImpl
62 bool KeystoreClientImpl::encryptWithAuthentication(const std::string& key_name,
116 bool KeystoreClientImpl::decryptWithAuthentication(const std::string& key_name,
150 bool KeystoreClientImpl::oneShotOperation(KeyPurpose purpose, const std::string& key_name,
181 KeyStoreNativeReturnCode KeystoreClientImpl::addRandomNumberGeneratorEntropy(const std::string& entropy) {
185 KeyStoreNativeReturnCode KeystoreClientImpl::generateKey(const std::string& key_name,
204 KeystoreClientImpl::getKeyCharacteristics(const std::string& key_name,
220 KeyStoreNativeReturnCode KeystoreClientImpl::importKey(const std::string& key_name,
240 KeyStoreNativeReturnCode KeystoreClientImpl
[all...]
H A Dkeystore_cli_v2.cpp60 static_cast<KeystoreClient*>(new keystore::KeystoreClientImpl));
/system/security/keystore/include/keystore/
H A Dkeystore_client_impl.h31 class KeystoreClientImpl : public KeystoreClient { class in namespace:keystore
33 KeystoreClientImpl();
34 ~KeystoreClientImpl() override = default;
114 DISALLOW_COPY_AND_ASSIGN(KeystoreClientImpl);

Completed in 377 milliseconds