Searched refs:KeystoreClientImpl (Results 1 – 5 of 5) sorted by relevance
/system/security/keystore/ |
D | keystore_client_impl.cpp | 60 KeystoreClientImpl::KeystoreClientImpl() { in KeystoreClientImpl() function in keystore::KeystoreClientImpl 67 bool KeystoreClientImpl::encryptWithAuthentication(const std::string& key_name, in encryptWithAuthentication() 121 bool KeystoreClientImpl::decryptWithAuthentication(const std::string& key_name, in decryptWithAuthentication() 155 bool KeystoreClientImpl::oneShotOperation(KeyPurpose purpose, const std::string& key_name, in oneShotOperation() 186 KeystoreClientImpl::addRandomNumberGeneratorEntropy(const std::string& entropy, int32_t flags) { in addRandomNumberGeneratorEntropy() 205 KeystoreClientImpl::generateKey(const std::string& key_name, const AuthorizationSet& key_parameters, in generateKey() 232 KeystoreClientImpl::getKeyCharacteristics(const std::string& key_name, in getKeyCharacteristics() 258 KeystoreClientImpl::importKey(const std::string& key_name, const AuthorizationSet& key_parameters, in importKey() 286 KeyStoreNativeReturnCode KeystoreClientImpl::exportKey(KeyFormat export_format, in exportKey() 309 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 | 32 class KeystoreClientImpl : public KeystoreClient { 34 KeystoreClientImpl(); 35 ~KeystoreClientImpl() override = default; 117 DISALLOW_COPY_AND_ASSIGN(KeystoreClientImpl);
|
/system/bt/btif/test/ |
D | btif_keystore_test.cc | 35 new keystore::KeystoreClientImpl)); in SetUp()
|
/system/bt/btif/src/ |
D | btif_config.cc | 179 static BtifKeystore btif_keystore(new keystore::KeystoreClientImpl);
|