Lines Matching refs:update
239 * update(), finish() or abort().
245 * for operations. Any result other than ErrorCode::OK from begin(), update() or finish()
271 * @return operationHandle The newly-created operation handle which must be passed to update(),
281 * If operationHandle is invalid, update() will return ErrorCode::INVALID_OPERATION_HANDLE.
283 * update() may not consume all of the data provided in the data buffer. update() will return
291 * multiple calls to update(), but only until input data has been provided.
294 * Note that update() may or may not consume all of the data provided. See
299 * @return inputConsumed Amount of data that was consumed by update(). If this is less than the
301 * update() or finish().
309 update(OperationHandle operationHandle, vec<KeyParameter> inParams, vec<uint8_t> input)
320 * specify Tag::ADDITIONAL_DATA, but only if no input data was provided to update().