Lines Matching defs:update
1205 * @update: true if UPDATE op
1207 * Note 1: we can have update flag _and_ final flag at the same time.
1212 static int s5p_hash_prepare_request(struct ahash_request *req, bool update)
1219 if (update)
1272 /* first update didn't fill up buffer */
1534 * previous update op, so there are always some buffered bytes in ctx->buffer,
1564 * @req: AHASH request containing the last update data
1581 * update() failed, except EINPROGRESS or calculate digest for small
1732 .update = s5p_hash_update,
1757 .update = s5p_hash_update,
1782 .update = s5p_hash_update,