Home | History | Annotate | Download | only in keymaster

Lines Matching refs:operationHandle

420     uint64_t operationHandle, const hidl_vec<KeyParameter>& parametersToVerify,
425 (void)operationHandle;
749 uint64_t operationHandle = startResponse.handle().handle();
753 Finalize finalize([&] () { abort(operationHandle); });
755 continueRequest.mutable_handle()->set_handle(operationHandle);
769 finishRequest.mutable_handle()->set_handle(operationHandle);
1050 uint64_t operationHandle,
1066 error_code = buffer_append(operationHandle, input, &consumed);
1073 error_code = buffer_peek(operationHandle, &blocks);
1083 request.mutable_handle()->set_handle(operationHandle);
1103 if (buffer_advance(operationHandle, response.consumed()) != ErrorCode::OK) {
1116 buffer_algorithm(operationHandle, &algorithm);
1119 buffer_remaining(operationHandle) >= SHA256_DIGEST_LENGTH) {
1128 uint64_t operationHandle,
1166 update(operationHandle, input_params, input_data, authToken,
1176 error_code = buffer_final(operationHandle, &data);
1183 request.mutable_handle()->set_handle(operationHandle);
1219 Return<ErrorCode> KeymasterDevice::abort(uint64_t operationHandle)
1226 request.mutable_handle()->set_handle(operationHandle);