Searched refs:oneShotOperation (Results 1 – 4 of 4) sorted by relevance
/system/security/keystore/ |
D | keystore_client_impl.cpp | 88 if (!oneShotOperation(KeyPurpose::ENCRYPT, encryption_key_name, encrypt_params, data, in encryptWithAuthentication() 105 if (!oneShotOperation(KeyPurpose::SIGN, authentication_key_name, authenticate_params, in encryptWithAuthentication() 135 if (!oneShotOperation(KeyPurpose::VERIFY, authentication_key_name, authenticate_params, in decryptWithAuthentication() 147 if (!oneShotOperation(KeyPurpose::DECRYPT, encryption_key_name, encrypt_params, in decryptWithAuthentication() 156 bool KeystoreClientImpl::oneShotOperation(KeyPurpose purpose, const std::string& key_name, in oneShotOperation() function in keystore::KeystoreClientImpl
|
/system/security/keystore/include/keystore/ |
D | keystore_client_mock.h | 38 MOCK_METHOD7(oneShotOperation,
|
D | keystore_client.h | 81 virtual bool oneShotOperation(KeyPurpose purpose, const std::string& key_name,
|
D | keystore_client_impl.h | 43 bool oneShotOperation(KeyPurpose purpose, const std::string& key_name,
|