Home
last modified time | relevance | path

Searched refs:oneShotOperation (Results 1 – 4 of 4) sorted by relevance

/system/security/keystore/
Dkeystore_client_impl.cpp87 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/
Dkeystore_client_mock.h38 MOCK_METHOD7(oneShotOperation,
Dkeystore_client.h79 virtual bool oneShotOperation(KeyPurpose purpose, const std::string& key_name,
Dkeystore_client_impl.h42 bool oneShotOperation(KeyPurpose purpose, const std::string& key_name,