Searched refs:encryptWithAuthentication (Results 1 – 6 of 6) sorted by relevance
/system/bt/btif/src/ |
D | btif_keystore.cc | 54 if (!keystore_client_->encryptWithAuthentication(kKeyStore, data, flags, in Encrypt()
|
/system/security/keystore/include/keystore/ |
D | keystore_client_mock.h | 32 MOCK_METHOD3(encryptWithAuthentication,
|
D | keystore_client.h | 64 virtual bool encryptWithAuthentication(const std::string& key_name, const std::string& data,
|
D | keystore_client_impl.h | 38 bool encryptWithAuthentication(const std::string& key_name, const std::string& data,
|
/system/security/keystore/ |
D | keystore_cli_v2.cpp | 468 if (!keystore->encryptWithAuthentication(key_name, input, flags, &output)) { in Encrypt()
|
D | keystore_client_impl.cpp | 67 bool KeystoreClientImpl::encryptWithAuthentication(const std::string& key_name, in encryptWithAuthentication() function in keystore::KeystoreClientImpl
|