Searched refs:KeystoreClientImpl (Results 1 – 5 of 5) sorted by relevance
70 KeystoreClientImpl::KeystoreClientImpl() { in KeystoreClientImpl() function in keystore::KeystoreClientImpl76 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 …]
57 return std::unique_ptr<KeystoreClient>(new keystore::KeystoreClientImpl); in CreateKeystoreInstance()
31 class KeystoreClientImpl : public KeystoreClient {33 KeystoreClientImpl();34 ~KeystoreClientImpl() override = default;114 DISALLOW_COPY_AND_ASSIGN(KeystoreClientImpl);
32 new keystore::KeystoreClientImpl))); in CreateDefaultEncryptor()