Home
last modified time | relevance | path

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

/system/security/keystore/
Dkeystore_client_impl.cpp96 if (!oneShotOperation(KM_PURPOSE_ENCRYPT, encryption_key_name, encrypt_params.build(), data, in encryptWithAuthentication()
114 if (!oneShotOperation(KM_PURPOSE_SIGN, authentication_key_name, authenticate_params.build(), in encryptWithAuthentication()
144 if (!oneShotOperation(KM_PURPOSE_VERIFY, authentication_key_name, authenticate_params.build(), in decryptWithAuthentication()
156 if (!oneShotOperation(KM_PURPOSE_DECRYPT, encryption_key_name, encrypt_params.build(), in decryptWithAuthentication()
165 bool KeystoreClientImpl::oneShotOperation(keymaster_purpose_t purpose, const std::string& key_name, in oneShotOperation() function in keystore::KeystoreClientImpl
/system/security/keystore/include/keystore/
Dkeystore_client.h76 virtual bool oneShotOperation(keymaster_purpose_t purpose, const std::string& key_name,
Dkeystore_client_mock.h38 MOCK_METHOD7(oneShotOperation,
Dkeystore_client_impl.h41 bool oneShotOperation(keymaster_purpose_t purpose, const std::string& key_name,