Lines Matching defs:update
69 * @update: **[mandatory]** Push a chunk of data into the driver for transformation. This
84 * @finup: **[optional]** Combination of @update and @final. This function is effectively a
85 * combination of @update and @final calls issued in sequence. As some
86 * hardware cannot do @update and @final separately, this callback was
90 * @digest: Combination of @init and @update and @final. This function
92 * @update and @final issued in sequence. Just like @finup, this was
107 * @init, @update, @final, @finup, @digest is called. No data
136 int (*update)(struct ahash_request *req);
173 * @update: see struct ahash_alg
200 int (*update)(struct shash_desc *desc, const u8 *data,
226 int (*update)(struct ahash_request *req);
438 * crypto_ahash_finup() - update and finalize message digest
557 ret = crypto_ahash_reqtfm(req)->update(req);
574 * ahash_request_set_tfm() - update cipher handle reference in request
959 * Return: 0 if the message digest update was successful; < 0 if an error