Searched refs:oneShotOperation (Results 1 – 4 of 4) sorted by relevance
/system/security/keystore/ |
D | keystore_client_impl.cpp | 87 if (!oneShotOperation(KeyPurpose::ENCRYPT, encryption_key_name, encrypt_params, data, in encryptWithAuthentication() 104 if (!oneShotOperation(KeyPurpose::SIGN, authentication_key_name, authenticate_params, in encryptWithAuthentication() 134 if (!oneShotOperation(KeyPurpose::VERIFY, authentication_key_name, authenticate_params, in decryptWithAuthentication() 146 if (!oneShotOperation(KeyPurpose::DECRYPT, encryption_key_name, encrypt_params, in decryptWithAuthentication() 155 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 | 79 virtual bool oneShotOperation(KeyPurpose purpose, const std::string& key_name,
|
D | keystore_client_impl.h | 42 bool oneShotOperation(KeyPurpose purpose, const std::string& key_name,
|