Lines Matching defs:final
28 * must be available to the @final and @finup calls, so they can
73 * final message digest as this only adds more data into the
79 * @final: **[mandatory]** Retrieve result from the driver. This function finalizes the
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
137 int (*final)(struct ahash_request *req);
174 * @final: see struct ahash_alg
202 int (*final)(struct shash_desc *desc, u8 *out);
227 int (*final)(struct ahash_request *req);