Searched defs:finish (Results 1 - 3 of 3) sorted by relevance

/system/keymaster/
H A Dsoft_keymaster_device.cpp129 device_.finish = finish;
408 LOG_E("sign_data finish operation failed with error: %d", finish_response.error);
460 LOG_E("verify_data finish operation failed with error: %d", finish_response.error);
898 keymaster_error_t SoftKeymasterDevice::finish(const keymaster1_device_t* dev, function in class:keymaster::SoftKeymasterDevice
/system/security/keystore/
H A DIKeystoreService.cpp1131 virtual void finish(const sp<IBinder>& token, const KeymasterArguments& params, function in class:android::BpKeystoreService
1148 ALOGD("finish() could not contact remote: %d\n", status);
1154 ALOGD("finish() caught exception %d\n", err);
1694 finish(token, args, signature, signatureLength, entropy, entropyLength, &result);
H A Dkeystore.cpp2615 void finish(const sp<IBinder>& token, const KeymasterArguments& params, function in class:android::KeyStoreProxy
2666 err = dev->finish(dev, handle, &inParams, &input, &outParams, &output);
3105 finish(token, inArgs, signature, signatureLength, NULL, 0, &result);
3107 ALOGW("Error in finish: %d", result.resultCode);

Completed in 78 milliseconds