Lines Matching defs:update
1208 * @update: true if UPDATE op
1210 * Note 1: we can have update flag _and_ final flag at the same time.
1215 static int s5p_hash_prepare_request(struct ahash_request *req, bool update)
1222 if (update)
1275 /* first update didn't fill up buffer */
1537 * previous update op, so there are always some buffered bytes in ctx->buffer,
1567 * @req: AHASH request containing the last update data
1584 * update() failed, except EINPROGRESS or calculate digest for small
1735 .update = s5p_hash_update,
1760 .update = s5p_hash_update,
1785 .update = s5p_hash_update,