Searched refs:KeystoreClientImpl (Results 1 – 4 of 4) sorted by relevance
/system/security/keystore/ |
D | keystore_client_impl.cpp | 61 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 …]
|
D | keystore_cli_v2.cpp | 83 static_cast<KeystoreClient*>(new keystore::KeystoreClientImpl)); in CreateKeystoreInstance()
|
/system/security/keystore/include/keystore/ |
D | keystore_client_impl.h | 33 class KeystoreClientImpl : public KeystoreClient { 35 KeystoreClientImpl(); 36 ~KeystoreClientImpl() override = default; 122 DISALLOW_COPY_AND_ASSIGN(KeystoreClientImpl);
|
/system/bt/btif/test/ |
D | btif_keystore_test.cc | 35 new keystore::KeystoreClientImpl)); in SetUp()
|