Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_keystore.cc54 if (!keystore_client_->encryptWithAuthentication(kKeyStore, data, flags, in Encrypt()
/system/security/keystore/include/keystore/
Dkeystore_client_mock.h32 MOCK_METHOD3(encryptWithAuthentication,
Dkeystore_client.h64 virtual bool encryptWithAuthentication(const std::string& key_name, const std::string& data,
Dkeystore_client_impl.h38 bool encryptWithAuthentication(const std::string& key_name, const std::string& data,
/system/security/keystore/
Dkeystore_cli_v2.cpp468 if (!keystore->encryptWithAuthentication(key_name, input, flags, &output)) { in Encrypt()
Dkeystore_client_impl.cpp67 bool KeystoreClientImpl::encryptWithAuthentication(const std::string& key_name, in encryptWithAuthentication() function in keystore::KeystoreClientImpl