Searched refs:oneShotOperation (Results 1 – 4 of 4) sorted by relevance
/system/security/keystore/ |
D | keystore_client_impl.cpp | 96 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/ |
D | keystore_client.h | 76 virtual bool oneShotOperation(keymaster_purpose_t purpose, const std::string& key_name,
|
D | keystore_client_mock.h | 38 MOCK_METHOD7(oneShotOperation,
|
D | keystore_client_impl.h | 41 bool oneShotOperation(keymaster_purpose_t purpose, const std::string& key_name,
|