Home
last modified time | relevance | path

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

/system/security/keystore/
Dkeystore_client_impl.cpp61 KeystoreClientImpl::KeystoreClientImpl() { in KeystoreClientImpl() function in keystore::KeystoreClientImpl
68 bool KeystoreClientImpl::encryptWithAuthentication(const std::string& key_name, in encryptWithAuthentication()
122 bool KeystoreClientImpl::decryptWithAuthentication(const std::string& key_name, in decryptWithAuthentication()
156 bool KeystoreClientImpl::oneShotOperation(KeyPurpose purpose, const std::string& key_name, in oneShotOperation()
180 KeystoreClientImpl::addRandomNumberGeneratorEntropy(const std::string& entropy, int32_t flags) { in addRandomNumberGeneratorEntropy()
199 KeystoreClientImpl::generateKey(const std::string& key_name, const AuthorizationSet& key_parameters, in generateKey()
226 KeystoreClientImpl::getKeyCharacteristics(const std::string& key_name, in getKeyCharacteristics()
252 KeystoreClientImpl::importKey(const std::string& key_name, const AuthorizationSet& key_parameters, in importKey()
280 KeyStoreNativeReturnCode KeystoreClientImpl::exportKey(KeyFormat export_format, in exportKey()
303 KeyStoreNativeReturnCode KeystoreClientImpl::deleteKey(const std::string& key_name) { in deleteKey()
[all …]
Dkeystore_cli_v2.cpp83 static_cast<KeystoreClient*>(new keystore::KeystoreClientImpl)); in CreateKeystoreInstance()
/system/security/keystore/include/keystore/
Dkeystore_client_impl.h33 class KeystoreClientImpl : public KeystoreClient {
35 KeystoreClientImpl();
36 ~KeystoreClientImpl() override = default;
122 DISALLOW_COPY_AND_ASSIGN(KeystoreClientImpl);
/system/bt/btif/test/
Dbtif_keystore_test.cc35 new keystore::KeystoreClientImpl)); in SetUp()