Home
last modified time | relevance | path

Searched refs:decryptWithAuthentication (Results 1 – 6 of 6) sorted by relevance

/system/bt/btif/src/
Dbtif_keystore.cc69 if (!keystore_client_->decryptWithAuthentication(kKeyStore, input, &output)) { in Decrypt()
/system/security/keystore/include/keystore/
Dkeystore_client_mock.h35 MOCK_METHOD3(decryptWithAuthentication,
Dkeystore_client.h70 virtual bool decryptWithAuthentication(const std::string& key_name,
Dkeystore_client_impl.h40 bool decryptWithAuthentication(const std::string& key_name, const std::string& encrypted_data,
/system/security/keystore/
Dkeystore_cli_v2.cpp481 if (!keystore->decryptWithAuthentication(key_name, input, &output)) { in Decrypt()
Dkeystore_client_impl.cpp121 bool KeystoreClientImpl::decryptWithAuthentication(const std::string& key_name, in decryptWithAuthentication() function in keystore::KeystoreClientImpl